Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stash: allow stashes to be referenced by index onlyaw/numbered-stash | Aaron M Watson | 2016-10-26 | 1 | -0/+35 |
* | Merge branch 'da/mergetool-diff-order' | Junio C Hamano | 2016-10-17 | 1 | -0/+60 |
|\ | |||||
| * | mergetool: honor -O<orderfile>da/mergetool-diff-order | David Aguilar | 2016-10-11 | 1 | -0/+27 |
| * | mergetool: honor diff.orderFile | David Aguilar | 2016-10-11 | 1 | -0/+33 |
* | | Merge branch 'jk/ref-symlink-loop' | Junio C Hamano | 2016-10-17 | 1 | -0/+5 |
|\ \ | |||||
| * | | files_read_raw_ref: avoid infinite loop on broken symlinks | Jeff King | 2016-10-10 | 1 | -0/+5 |
| * | | Merge branch 'jk/pack-tag-of-tag' into maint | Junio C Hamano | 2016-10-03 | 1 | -29/+65 |
| |\ \ | |||||
| * \ \ | Merge branch 'tg/add-chmod+x-fix' into maint | Junio C Hamano | 2016-09-29 | 2 | -0/+61 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'rt/rebase-i-broken-insn-advise' into maint | Junio C Hamano | 2016-09-29 | 1 | -3/+3 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'js/regexec-buf' into maint | Junio C Hamano | 2016-09-29 | 1 | -0/+22 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'nd/checkout-disambiguation' into maint | Junio C Hamano | 2016-09-29 | 2 | -0/+21 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'jk/rebase-i-drop-ident-check' into maint | Junio C Hamano | 2016-09-29 | 1 | -0/+47 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'jt/format-patch-base-info-above-sig' into maint | Junio C Hamano | 2016-09-29 | 1 | -6/+27 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'ks/perf-build-with-autoconf' into maint | Junio C Hamano | 2016-09-29 | 1 | -1/+7 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'rs/xdiff-merge-overlapping-hunks-for-W-context' into maint | Junio C Hamano | 2016-09-29 | 1 | -0/+25 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/fix-remote-curl-url-wo-proto' into maint | Junio C Hamano | 2016-09-29 | 1 | -0/+8 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/quarantine-received-objects' | Junio C Hamano | 2016-10-17 | 1 | -0/+36 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | receive-pack: quarantine objects until pre-receive accepts | Jeff King | 2016-10-10 | 1 | -0/+36 |
* | | | | | | | | | | | | | | Merge branch 'jk/alt-odb-cleanup' | Junio C Hamano | 2016-10-17 | 1 | -89/+116 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | alternates: use fspathcmp to detect duplicates | Jeff King | 2016-10-10 | 1 | -0/+17 |
| * | | | | | | | | | | | | | sha1_file: always allow relative paths to alternates | Jeff King | 2016-10-10 | 1 | -2/+22 |
| * | | | | | | | | | | | | | count-objects: report alternates via verbose mode | Jeff King | 2016-10-10 | 1 | -0/+10 |
| * | | | | | | | | | | | | | t5613: clarify "too deep" recursion tests | Jeff King | 2016-10-10 | 1 | -8/+19 |
| * | | | | | | | | | | | | | t5613: do not chdir in main process | Jeff King | 2016-10-03 | 1 | -59/+33 |
| * | | | | | | | | | | | | | t5613: whitespace/style cleanups | Jeff King | 2016-10-03 | 1 | -52/+62 |
| * | | | | | | | | | | | | | t5613: use test_must_fail | Jeff King | 2016-10-03 | 1 | -6/+6 |
| * | | | | | | | | | | | | | t5613: drop test_valid_repo function | Jeff King | 2016-10-03 | 1 | -12/+7 |
| * | | | | | | | | | | | | | t5613: drop reachable_via function | Jeff King | 2016-10-03 | 1 | -10/+0 |
* | | | | | | | | | | | | | | Merge branch 'nd/shallow-deepen' | Junio C Hamano | 2016-10-10 | 2 | -0/+141 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | fetch, upload-pack: --deepen=N extends shallow boundary by N commitsnd/shallow-deepen | Nguyễn Thái Ngọc Duy | 2016-06-13 | 2 | -0/+49 |
| * | | | | | | | | | | | | | | t5500, t5539: tests for shallow depth excluding a ref | Nguyễn Thái Ngọc Duy | 2016-06-13 | 2 | -0/+43 |
| * | | | | | | | | | | | | | | t5500, t5539: tests for shallow depth since a specific date | Nguyễn Thái Ngọc Duy | 2016-06-13 | 2 | -0/+49 |
* | | | | | | | | | | | | | | | Merge branch 'jk/pack-objects-optim-mru' | Junio C Hamano | 2016-10-10 | 1 | -0/+113 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | pack-objects: break delta cycles before delta-search phase | Jeff King | 2016-08-11 | 1 | -0/+113 |
* | | | | | | | | | | | | | | | | Merge branch 'rs/qsort' | Junio C Hamano | 2016-10-10 | 1 | -4/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | use QSORT | René Scharfe | 2016-09-29 | 1 | -4/+2 |
* | | | | | | | | | | | | | | | | Merge branch 'rs/c-auto-resets-attributes' | Junio C Hamano | 2016-10-06 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | pretty: avoid adding reset for %C(auto) if output is emptyrs/c-auto-resets-attributes | René Scharfe | 2016-09-29 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | | | Merge branch 'vn/revision-shorthand-for-side-branch-log' | Junio C Hamano | 2016-10-06 | 1 | -0/+94 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | revision: new rev^-n shorthand for rev^n..rev | Vegard Nossum | 2016-09-27 | 1 | -0/+94 |
| | |_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | Merge branch 'jk/ambiguous-short-object-names' | Junio C Hamano | 2016-10-06 | 2 | -1/+72 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | get_short_sha1: make default disambiguation configurable | Jeff King | 2016-09-27 | 1 | -0/+14 |
| * | | | | | | | | | | | | | | | | get_short_sha1: list ambiguous objects on error | Jeff King | 2016-09-26 | 1 | -0/+24 |
| * | | | | | | | | | | | | | | | | for_each_abbrev: drop duplicate objects | Jeff King | 2016-09-26 | 1 | -0/+7 |
| * | | | | | | | | | | | | | | | | sha1_array: let callbacks interrupt iteration | Jeff King | 2016-09-26 | 1 | -1/+2 |
| * | | | | | | | | | | | | | | | | get_short_sha1: parse tags when looking for treeish | Jeff King | 2016-09-26 | 1 | -0/+7 |
| * | | | | | | | | | | | | | | | | get_sha1: propagate flags to child functions | Jeff King | 2016-09-26 | 1 | -1/+13 |
| * | | | | | | | | | | | | | | | | get_sha1: avoid repeating ourselves via ONLY_TO_DIE | Jeff King | 2016-09-26 | 1 | -0/+6 |
* | | | | | | | | | | | | | | | | | Merge branch 'dt/tree-fsck' | Junio C Hamano | 2016-10-03 | 2 | -4/+37 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | fsck: handle bad trees like other errorsdt/tree-fsck | David Turner | 2016-09-27 | 1 | -2/+14 |