Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'rs/update-hook-optim' into maint | Junio C Hamano | 2017-03-28 | 1 | -8/+5 |
|\ | |||||
| * | receive-pack: simplify run_update_post_hook() | René Scharfe | 2017-03-18 | 1 | -8/+5 |
* | | Merge branch 'rs/shortlog-cleanup' into maint | Junio C Hamano | 2017-03-28 | 1 | -1/+0 |
|\ \ | |||||
| * | | shortlog: don't set after_subject to an empty string | René Scharfe | 2017-03-18 | 1 | -1/+0 |
* | | | Merge branch 'jk/pack-name-cleanups' into maint | Junio C Hamano | 2017-03-28 | 1 | -16/+15 |
|\ \ \ | |||||
| * | | | index-pack: make pointer-alias fallbacks safer | Jeff King | 2017-03-16 | 1 | -8/+12 |
| * | | | replace snprintf with odb_pack_name() | Jeff King | 2017-03-16 | 1 | -16/+11 |
| * | | | odb_pack_keep(): stop generating keepfile name | Jeff King | 2017-03-16 | 1 | -3/+3 |
* | | | | Merge branch 'jk/rev-parse-cleanup' into maint | Junio C Hamano | 2017-03-28 | 1 | -52/+57 |
|\ \ \ \ | |||||
| * | | | | rev-parse: simplify parsing of ref options | Jeff King | 2017-03-15 | 1 | -29/+16 |
| * | | | | rev-parse: add helper for parsing "--foo/--foo=" | Jeff King | 2017-03-15 | 1 | -10/+28 |
| * | | | | rev-parse: use skip_prefix when parsing options | Jeff King | 2017-03-15 | 1 | -20/+20 |
| |/ / / | |||||
* | | | | Merge branch 'rs/blame-code-cleanup' into maint | Junio C Hamano | 2017-03-28 | 1 | -17/+8 |
|\ \ \ \ | |||||
| * | | | | blame: move blame_entry duplication to add_blame_entry() | René Scharfe | 2017-03-12 | 1 | -17/+8 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'mm/fetch-show-error-message-on-unadvertised-object' into maint | Junio C Hamano | 2017-03-28 | 1 | -6/+1 |
|\ \ \ \ | |||||
| * | | | | fetch-pack: move code to report unmatched refs to a function | Matt McCutchen | 2017-03-02 | 1 | -6/+1 |
* | | | | | Merge branch 'jk/interpret-branch-name' into maint | Junio C Hamano | 2017-03-28 | 3 | -3/+6 |
|\ \ \ \ \ | |||||
| * | | | | | checkout: restrict @-expansions when finding branch | Jeff King | 2017-03-02 | 1 | -1/+1 |
| * | | | | | branch: restrict @-expansions when deleting | Jeff King | 2017-03-02 | 1 | -1/+4 |
| * | | | | | interpret_branch_name: allow callers to restrict expansions | Jeff King | 2017-03-02 | 3 | -3/+3 |
| |/ / / / | |||||
* | | | | | Merge branch 'jk/delta-chain-limit' into maint | Junio C Hamano | 2017-03-28 | 1 | -23/+110 |
|\ \ \ \ \ | |||||
| * | | | | | pack-objects: convert recursion to iteration in break_delta_chain() | Jeff King | 2017-01-28 | 1 | -30/+99 |
| * | | | | | pack-objects: enforce --depth limit in reused deltas | Jeff King | 2017-01-28 | 1 | -0/+18 |
* | | | | | | 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-index | 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 numbers | 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>.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-14 | 1 | -7/+50 |
| |/ / / / / / | |||||
* | | | | | / | real_pathdup(): fix callsites that wanted it to die on error | 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, again | 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() | 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 |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | |