| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jk/commit-dates-parsing-fix' | Junio C Hamano | 2014-03-14 | 6 | -11/+96 |
|\ |
|
| * | show_ident_date: fix tz range check | Jeff King | 2014-03-07 | 1 | -2/+2 |
| * | log: do not segfault on gmtime errors | Jeff King | 2014-02-24 | 2 | -2/+12 |
| * | log: handle integer overflow in timestamps | Jeff King | 2014-02-24 | 2 | -2/+24 |
| * | date: check date overflow against time_t | Jeff King | 2014-02-24 | 3 | -1/+19 |
| * | fsck: report integer overflow in author timestamps | Jeff King | 2014-02-24 | 2 | -6/+20 |
| * | t4212: test bogus timestamps with git-log | Jeff King | 2014-02-24 | 1 | -0/+21 |
* | | Merge branch 'jh/note-trees-record-blobs' | Junio C Hamano | 2014-03-14 | 2 | -1/+32 |
|\ \ |
|
| * | | notes: disallow reusing non-blob as a note objectjh/note-trees-record-blobs | Johan Herland | 2014-02-20 | 2 | -1/+32 |
* | | | Merge branch 'rt/links-for-asciidoctor' | Junio C Hamano | 2014-03-14 | 6 | -9/+9 |
|\ \ \ |
|
| * | | | Documentation: fix documentation AsciiDoc links for external urlsrt/links-for-asciidoctor | Roberto Tyley | 2014-02-20 | 6 | -9/+9 |
* | | | | Merge branch 'nd/no-more-fnmatch' | Junio C Hamano | 2014-03-14 | 22 | -759/+20 |
|\ \ \ \ |
|
| * | | | | actually remove compat fnmatch source codend/no-more-fnmatch | Nguyễn Thái Ngọc Duy | 2014-02-20 | 2 | -578/+0 |
| * | | | | stop using fnmatch (either native or compat) | Nguyễn Thái Ngọc Duy | 2014-02-20 | 6 | -91/+0 |
| * | | | | Revert "test-wildmatch: add "perf" command to compare wildmatch and fnmatch" | Nguyễn Thái Ngọc Duy | 2014-02-20 | 1 | -73/+0 |
| * | | | | use wildmatch() directly without fnmatch() wrapper | Nguyễn Thái Ngọc Duy | 2014-02-20 | 14 | -17/+20 |
| |/ / / |
|
* | | | | Merge branch 'ak/gitweb-fit-image' | Junio C Hamano | 2014-03-14 | 2 | -1/+6 |
|\ \ \ \ |
|
| * | | | | gitweb: Avoid overflowing page body frame with large imagesak/gitweb-fit-image | Andrew Keller | 2014-02-20 | 2 | -1/+6 |
| |/ / / |
|
* | | | | Merge branch 'tr/diff-submodule-no-reuse-worktree' | Junio C Hamano | 2014-03-14 | 2 | -3/+32 |
|\ \ \ \ |
|
| * | | | | diff: do not reuse_worktree_file for submodulestr/diff-submodule-no-reuse-worktree | Thomas Rast | 2014-02-18 | 2 | -3/+32 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'nd/reset-setup-worktree' | Junio C Hamano | 2014-03-14 | 2 | -3/+15 |
|\ \ \ \ |
|
| * | | | | reset: optionally setup worktree and refresh index on --mixednd/reset-setup-worktree | Nguyễn Thái Ngọc Duy | 2014-02-18 | 2 | -3/+15 |
* | | | | | Merge branch 'lb/contrib-contacts-looser-diff-parsing' | Junio C Hamano | 2014-03-14 | 1 | -2/+0 |
|\ \ \ \ \ |
|
| * | | | | | git-contacts: do not fail parsing of good diffslb/contrib-contacts-looser-diff-parsing | Lars Gullik Bjønnes | 2014-02-18 | 1 | -2/+0 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge branch 'ks/config-file-stdin' | Junio C Hamano | 2014-03-14 | 5 | -77/+145 |
|\ \ \ \ \ |
|
| * | | | | | config: teach "git config --file -" to read from the standard inputks/config-file-stdin | Kirill A. Shutemov | 2014-02-18 | 5 | -17/+69 |
| * | | | | | config: change git_config_with_options() interface | Kirill A. Shutemov | 2014-02-18 | 3 | -49/+47 |
| * | | | | | builtin/config.c: rename check_blob_write() -> check_write() | Kirill A. Shutemov | 2014-02-18 | 1 | -9/+9 |
| * | | | | | config: disallow relative include paths from blobs | Jeff King | 2014-02-18 | 2 | -4/+22 |
| |/ / / / |
|
* | | | | | Merge branch 'jk/janitorial-fixes' | Junio C Hamano | 2014-03-14 | 4 | -6/+9 |
|\ \ \ \ \ |
|
| * | | | | | open_istream(): do not dereference NULL in the error casejk/janitorial-fixes | Junio C Hamano | 2014-02-18 | 1 | -1/+3 |
| * | | | | | builtin/mv: don't use memory after free | John Keeping | 2014-02-18 | 1 | -1/+2 |
| * | | | | | utf8: use correct type for values in interval table | John Keeping | 2014-02-18 | 1 | -2/+2 |
| * | | | | | utf8: fix iconv error detection | John Keeping | 2014-02-18 | 1 | -1/+1 |
| * | | | | | notes-utils: handle boolean notes.rewritemode correctly | John Keeping | 2014-02-18 | 1 | -1/+1 |
| |/ / / / |
|
* | | | | | Merge branch 'jk/http-no-curl-easy' | Junio C Hamano | 2014-03-14 | 3 | -13/+25 |
|\ \ \ \ \ |
|
| * | | | | | http: never use curl_easy_performjk/http-no-curl-easy | Jeff King | 2014-02-18 | 3 | -13/+25 |
| |/ / / / |
|
* | | | | | Merge branch 'ss/completion-rec-sub-fetch-push' | Junio C Hamano | 2014-03-14 | 1 | -1/+18 |
|\ \ \ \ \ |
|
| * | | | | | completion: teach --recurse-submodules to fetch, pull and pushss/completion-rec-sub-fetch-push | Sup Yut Sum | 2014-02-11 | 1 | -1/+18 |
* | | | | | | Merge branch 'nd/gitignore-trailing-whitespace' | Junio C Hamano | 2014-03-14 | 3 | -0/+54 |
|\ \ \ \ \ \ |
|
| * | | | | | | t0008: skip trailing space test on Windows | Johannes Sixt | 2014-03-11 | 1 | -1/+1 |
| * | | | | | | dir: ignore trailing spaces in exclude patterns | Nguyễn Thái Ngọc Duy | 2014-02-10 | 3 | -13/+19 |
| * | | | | | | dir: warn about trailing spaces in exclude patterns | Nguyễn Thái Ngọc Duy | 2014-02-10 | 2 | -0/+48 |
* | | | | | | | Merge branch 'jc/check-attr-honor-working-tree' | Junio C Hamano | 2014-03-14 | 2 | -22/+43 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | check-attr: move to the top of working tree when in non-bare repositoryjc/check-attr-honor-working-tree | Junio C Hamano | 2014-02-06 | 2 | -0/+13 |
| * | | | | | | | t0003: do not chdir the whole test process | Junio C Hamano | 2014-02-06 | 1 | -22/+30 |
* | | | | | | | | Start preparing for Git 2.0 | Junio C Hamano | 2014-03-07 | 2 | -1/+147 |
* | | | | | | | | Merge branch 'cc/starts-n-ends-with-endgame' | Junio C Hamano | 2014-03-07 | 3 | -21/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | strbuf: remove prefixcmp() and suffixcmp()cc/starts-n-ends-with-endgame | Christian Couder | 2013-12-05 | 2 | -20/+0 |
* | | | | | | | | | Merge branch 'jc/hold-diff-remove-q-synonym-for-no-deletion' | Junio C Hamano | 2014-03-07 | 4 | -21/+0 |
|\ \ \ \ \ \ \ \ \ |
|