Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jk/grep-no-index-fix' into maint | Junio C Hamano | 2017-03-24 | 1 | -27/+55 |
|\ | |||||
| * | grep: treat revs the same for --untracked as for --no-indexjk/grep-no-index-fix | Jeff King | 2017-02-14 | 1 | -5/+5 |
| * | grep: do not diagnose misspelt revs with --no-index | Jeff King | 2017-02-14 | 1 | -1/+1 |
| * | grep: avoid resolving revision names in --no-index case | Jeff King | 2017-02-14 | 1 | -0/+6 |
| * | grep: fix "--" rev/pathspec disambiguation | Jeff King | 2017-02-14 | 1 | -5/+24 |
| * | grep: re-order rev-parsing loop | Jeff King | 2017-02-14 | 1 | -9/+11 |
| * | grep: do not unnecessarily query repo for "--" | Jonathan Tan | 2017-02-14 | 1 | -4/+5 |
| * | grep: move thread initialization a little lower | Jeff King | 2017-02-14 | 1 | -14/+14 |
* | | Merge branch 'jk/push-deadlock-regression-fix' into maint | Junio C Hamano | 2017-03-24 | 1 | -1/+4 |
|\ \ | |||||
| * | | receive-pack: fix deadlock when we cannot create tmpdir | Jeff King | 2017-03-07 | 1 | -1/+4 |
* | | | Merge branch 'jk/show-branch-lift-name-len-limit' into maint | Junio C Hamano | 2017-03-21 | 1 | -29/+13 |
|\ \ \ | |||||
| * | | | show-branch: use skip_prefix to drop magic numbersjk/show-branch-lift-name-len-limit | Jeff King | 2017-02-15 | 1 | -11/+8 |
| * | | | show-branch: store resolved head in heap buffer | Jeff King | 2017-02-14 | 1 | -14/+5 |
| * | | | show-branch: drop head_len variable | Jeff King | 2017-02-14 | 1 | -6/+2 |
* | | | | Merge branch 'rl/remote-allow-missing-branch-name-merge' into maint | Junio C Hamano | 2017-03-21 | 1 | -1/+3 |
|\ \ \ \ | |||||
| * | | | | remote: ignore failure to remove missing branch.<name>.mergerl/remote-allow-missing-branch-name-merge | Ross Lagerwall | 2017-02-21 | 1 | -1/+3 |
* | | | | | Merge branch 'dt/gc-ignore-old-gc-logs' into maint | Junio C Hamano | 2017-03-21 | 1 | -7/+50 |
|\ \ \ \ \ | |||||
| * | | | | | gc: ignore old gc.log files | David Turner | 2017-02-13 | 1 | -7/+50 |
| |/ / / / | |||||
* | | | | | real_pathdup(): fix callsites that wanted it to die on errorjs/realpath-pathdup-fix | Johannes Schindelin | 2017-03-08 | 1 | -3/+3 |
* | | | | | Merge branch 'rs/strbuf-cleanup-in-rmdir-recursively' | Junio C Hamano | 2017-02-16 | 1 | -3/+3 |
|\ \ \ \ \ | |||||
| * | | | | | rm: reuse strbuf for all remove_dir_recursively() calls, againrs/strbuf-cleanup-in-rmdir-recursively | René Scharfe | 2017-02-13 | 1 | -3/+3 |
* | | | | | | Merge branch 'rs/ls-files-partial-optim' | Junio C Hamano | 2017-02-16 | 1 | -10/+11 |
|\ \ \ \ \ \ | |||||
| * | | | | | | ls-files: move only kept cache entries in prune_cache()rs/ls-files-partial-optim | René Scharfe | 2017-02-13 | 1 | -5/+4 |
| * | | | | | | ls-files: pass prefix length explicitly to prune_cache() | René Scharfe | 2017-02-13 | 1 | -5/+7 |
| | |/ / / / | |/| | | | | |||||
| * | | | | | Merge branch 'jk/blame-fixes' into maint | Junio C Hamano | 2017-01-31 | 1 | -10/+17 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'dt/disable-bitmap-in-auto-gc' into maint | Junio C Hamano | 2017-01-31 | 2 | -1/+17 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'jc/compression-config' into maint | Junio C Hamano | 2017-01-31 | 1 | -14/+0 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge branch 'rs/swap' | Junio C Hamano | 2017-02-15 | 2 | -9/+4 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
| * | | | | | | | | use SWAP macro | René Scharfe | 2017-01-30 | 2 | -9/+4 |
* | | | | | | | | | Merge branch 'js/difftool-builtin' | Junio C Hamano | 2017-02-10 | 1 | -4/+4 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | difftool: fix bug when printing usage | David Aguilar | 2017-02-06 | 1 | -4/+4 |
* | | | | | | | | | | Merge branch 'ps/worktree-prune-help-fix' | Junio C Hamano | 2017-02-10 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | worktree: fix option descriptions for `prune`ps/worktree-prune-help-fix | Patrick Steinhardt | 2017-02-06 | 1 | -2/+2 |
* | | | | | | | | | | | Merge branch 'cw/log-updates-for-all-refs-really' | Junio C Hamano | 2017-02-03 | 2 | -5/+8 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | refs: add option core.logAllRefUpdates = always | Cornelius Weig | 2017-01-31 | 2 | -5/+8 |
| | |_|/ / / / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'rs/object-id' | Junio C Hamano | 2017-02-03 | 4 | -6/+6 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | checkout: convert post_checkout_hook() to struct object_id | René Scharfe | 2017-01-30 | 1 | -2/+2 |
| * | | | | | | | | | | | use oid_to_hex_r() for converting struct object_id hashes to hex strings | René Scharfe | 2017-01-30 | 3 | -4/+4 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | Merge branch 'sb/unpack-trees-super-prefix' | Junio C Hamano | 2017-02-03 | 1 | -18/+18 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | read-tree: use OPT_BOOL instead of OPT_SET_INT | Stefan Beller | 2017-01-11 | 1 | -18/+18 |
* | | | | | | | | | | | | Merge branch 'ep/commit-static-buf-cleanup' | Junio C Hamano | 2017-02-02 | 1 | -17/+14 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | builtin/commit.c: switch to strbuf, instead of snprintf()ep/commit-static-buf-cleanup | Elia Pinto | 2017-01-31 | 1 | -6/+4 |
| * | | | | | | | | | | | | builtin/commit.c: remove the PATH_MAX limitation via dynamic allocation | Elia Pinto | 2017-01-13 | 1 | -11/+10 |
| |/ / / / / / / / / / / | |||||
* | | | | | | | | | | | | Merge branch 'rs/receive-pack-cleanup' | Junio C Hamano | 2017-02-02 | 1 | -2/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | receive-pack: call string_list_clear() unconditionallyrs/receive-pack-cleanup | René Scharfe | 2017-01-30 | 1 | -2/+1 |
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge branch 'jt/fetch-no-redundant-tag-fetch-map' into maint | Junio C Hamano | 2017-01-17 | 1 | -3/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/push-default-explicit' into maint | Junio C Hamano | 2017-01-17 | 1 | -2/+5 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/index-pack-wo-repo-from-stdin' into maint | Junio C Hamano | 2017-01-17 | 1 | -4/+8 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'sb/sequencer-abort-safety' into maint | Junio C Hamano | 2017-01-17 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/pull-rebase-ff' into maint | Junio C Hamano | 2017-01-17 | 1 | -4/+18 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |