Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | | | | | | | Merge branch 'jk/daemon-path-ok-check-truncation' into maint | Junio C Hamano | 2016-11-29 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | daemon: detect and reject too-long paths | Jeff King | 2016-10-24 | |
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge branch 'rs/ring-buffer-wraparound' into maint | Junio C Hamano | 2016-11-29 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | hex: make wraparound of the index into ring-buffer explicit | René Scharfe | 2016-10-26 | |
* | | | | | | | | | | | | | | Merge branch 'mm/send-email-cc-cruft-after-address' into maint | Junio C Hamano | 2016-11-29 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | Git.pm: add comment pointing to t9000 | Matthieu Moy | 2016-10-21 | |
| * | | | | | | | | | | | | | | t9000-addresses: update expected results after fix | Matthieu Moy | 2016-10-21 | |
| * | | | | | | | | | | | | | | parse_mailboxes: accept extra text after <...> address | Matthieu Moy | 2016-10-14 | |
* | | | | | | | | | | | | | | | Merge branch 'cp/completion-negative-refs' into maint | Junio C Hamano | 2016-11-29 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | completion: support excluding refs | Chris Packham | 2016-08-24 | |
* | | | | | | | | | | | | | | | | Merge branch 'jc/am-read-author-file' into maint | Junio C Hamano | 2016-11-29 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | am: refactor read_author_script() | Junio C Hamano | 2016-08-30 | |
* | | | | | | | | | | | | | | | | Git 2.10.2v2.10.2 | Junio C Hamano | 2016-10-28 | |
* | | | | | | | | | | | | | | | | Merge branch 'pb/test-parse-options-expect' into maint | Junio C Hamano | 2016-10-28 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | t0040: convert all possible tests to use `test-parse-options --expect` | Pranit Bauva | 2016-10-17 | |
* | | | | | | | | | | | | | | | | | Merge branch 'jc/cocci-xstrdup-or-null' into maint | Junio C Hamano | 2016-10-28 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | cocci: refactor common patterns to use xstrdup_or_null() | Junio C Hamano | 2016-10-12 | |
* | | | | | | | | | | | | | | | | | | Merge branch 'rs/cocci' into maint | Junio C Hamano | 2016-10-28 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | use strbuf_add_unique_abbrev() for adding short hashes, part 3 | René Scharfe | 2016-10-10 | |
| * | | | | | | | | | | | | | | | | | | remove unnecessary NULL check before free(3) | René Scharfe | 2016-10-10 | |
| * | | | | | | | | | | | | | | | | | | coccicheck: make transformation for strbuf_addf(sb, "...") more precise | René Scharfe | 2016-10-03 | |
| * | | | | | | | | | | | | | | | | | | use strbuf_add_unique_abbrev() for adding short hashes, part 2 | René Scharfe | 2016-09-27 | |
| * | | | | | | | | | | | | | | | | | | use strbuf_addstr() instead of strbuf_addf() with "%s", part 2 | René Scharfe | 2016-09-27 | |
| * | | | | | | | | | | | | | | | | | | gitignore: ignore output files of coccicheck make target | René Scharfe | 2016-09-27 | |
| * | | | | | | | | | | | | | | | | | | use strbuf_addstr() for adding constant strings to a strbuf, part 2 | René Scharfe | 2016-09-15 | |
| * | | | | | | | | | | | | | | | | | | add coccicheck make target | René Scharfe | 2016-09-15 | |
| * | | | | | | | | | | | | | | | | | | contrib/coccinelle: fix semantic patch for oid_to_hex_r() | René Scharfe | 2016-09-15 | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'jc/diff-unique-abbrev-comments' into maint | Junio C Hamano | 2016-10-28 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | diff_unique_abbrev(): document its assumption and limitation | Junio C Hamano | 2016-09-30 | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'rs/pretty-format-color-doc-fix' into maint | Junio C Hamano | 2016-10-28 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | pretty: fix document link for color specification | René Scharfe | 2016-10-11 | |
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | Merge branch 'js/reset-usage' into maint | Junio C Hamano | 2016-10-28 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | reset: fix usage | Johannes Schindelin | 2016-10-11 | |
| |/ / / / / / / / / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | | | | | | | | Merge branch 'po/fix-doc-merge-base-illustration' into maint | Junio C Hamano | 2016-10-28 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | doc: fix the 'revert a faulty merge' ASCII art tab spacing | Philip Oakley | 2016-10-24 | |
| * | | | | | | | | | | | | | | | | | | | | doc: fix merge-base ASCII art tab spacing | Philip Oakley | 2016-10-21 | |
| |/ / / / / / / / / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/tap-verbose-fix' into maint | Junio C Hamano | 2016-10-28 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | test-lib: bail out when "-v" used under "prove" | Jeff King | 2016-10-24 | |
| * | | | | | | | | | | | | | | | | | | | | travis: use --verbose-log test option | Jeff King | 2016-10-21 | |
| * | | | | | | | | | | | | | | | | | | | | test-lib: add --verbose-log option | Jeff King | 2016-10-21 | |
| * | | | | | | | | | | | | | | | | | | | | test-lib: handle TEST_OUTPUT_DIRECTORY with spaces | Jeff King | 2016-10-21 | |
| |/ / / / / / / / / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | | | | | | | | Merge branch 'tg/add-chmod+x-fix' into maint | Junio C Hamano | 2016-10-28 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | t3700: fix broken test under !SANITY | Junio C Hamano | 2016-10-20 | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'bw/submodule-branch-dot-doc' into maint | Junio C Hamano | 2016-10-28 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | submodules doc: update documentation for "." used for submodule branches | Brandon Williams | 2016-10-19 | |
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/tighten-alloc' into maint | Junio C Hamano | 2016-10-28 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | inline xalloc_flex() into FLEXPTR_ALLOC_MEM | René Scharfe | 2016-10-17 | |
| * | | | | | | | | | | | | | | | | | | | | | | avoid pointer arithmetic involving NULL in FLEX_ALLOC_MEM | René Scharfe | 2016-10-17 | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/fetch-quick-tag-following' into maint | Junio C Hamano | 2016-10-28 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | fetch: use "quick" has_sha1_file for tag following | Jeff King | 2016-10-14 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |