Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | worktree: add per-worktree config files | Nguyễn Thái Ngọc Duy | 2018-10-22 | 1 | -1/+18 |
* | Merge branch 'tb/filter-alternate-refs' | Junio C Hamano | 2018-10-19 | 1 | -2/+1 |
|\ | |||||
| * | transport: drop refnames from for_each_alternate_ref | Jeff King | 2018-10-09 | 1 | -2/+1 |
* | | Merge branch 'jt/avoid-ls-refs' | Junio C Hamano | 2018-10-19 | 1 | -6/+26 |
|\ \ | |||||
| * | | fetch: do not list refs if fetching only hashes | Jonathan Tan | 2018-10-07 | 1 | -6/+26 |
* | | | Merge branch 'ds/commit-graph-leakfix' | Junio C Hamano | 2018-10-19 | 1 | -5/+6 |
|\ \ \ | |||||
| * | | | builtin/commit-graph.c: UNLEAK variables | Martin Ågren | 2018-10-07 | 1 | -5/+6 |
* | | | | Merge branch 'rs/grep-no-recursive' | Junio C Hamano | 2018-10-19 | 1 | -0/+2 |
|\ \ \ \ | |||||
| * | | | | grep: add -r/--[no-]recursive | René Scharfe | 2018-10-04 | 1 | -0/+2 |
* | | | | | Merge branch 'nd/help-commands-verbose-by-default' | Junio C Hamano | 2018-10-19 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | help -a: improve and make --verbose default | Nguyễn Thái Ngọc Duy | 2018-10-04 | 1 | -1/+1 |
* | | | | | | Merge branch 'jt/fetch-tips-in-partial-clone' | Junio C Hamano | 2018-10-19 | 1 | -2/+13 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fetch: in partial clone, check presence of targets | Jonathan Tan | 2018-09-21 | 1 | -2/+13 |
* | | | | | | | Merge branch 'nd/status-refresh-progress' | Junio C Hamano | 2018-10-19 | 2 | -3/+9 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | status: show progress bar if refreshing the index takes too long | Nguyễn Thái Ngọc Duy | 2018-09-17 | 2 | -3/+9 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'ss/wt-status-committable' | Junio C Hamano | 2018-10-19 | 1 | -9/+12 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | roll wt_status_state into wt_status and populate in the collect phase | Stephen P. Smith | 2018-10-04 | 1 | -0/+3 |
| * | | | | | | | wt-status: rename commitable to committable | Stephen P. Smith | 2018-09-07 | 1 | -9/+9 |
* | | | | | | | | Merge branch 'nd/the-index' | Junio C Hamano | 2018-10-19 | 32 | -66/+77 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | revision.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 2018-09-21 | 21 | -34/+34 |
| * | | | | | | | | submodule.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 2018-09-21 | 1 | -1/+1 |
| * | | | | | | | | line-range.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 2018-09-21 | 1 | -1/+1 |
| * | | | | | | | | userdiff.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 2018-09-21 | 1 | -1/+2 |
| * | | | | | | | | rerere.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 2018-09-21 | 4 | -7/+7 |
| * | | | | | | | | sha1-file.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 2018-09-21 | 4 | -4/+4 |
| * | | | | | | | | patch-ids.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 2018-09-21 | 1 | -1/+1 |
| * | | | | | | | | merge.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 2018-09-21 | 2 | -5/+10 |
| * | | | | | | | | merge-blobs.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 2018-09-21 | 1 | -1/+1 |
| * | | | | | | | | ll-merge.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 2018-09-21 | 1 | -1/+2 |
| * | | | | | | | | diff.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 2018-09-21 | 4 | -4/+4 |
| * | | | | | | | | grep.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 2018-09-21 | 2 | -3/+3 |
| * | | | | | | | | diff.c: remove the_index dependency in textconv() functions | Nguyễn Thái Ngọc Duy | 2018-09-21 | 2 | -3/+6 |
| * | | | | | | | | diff.c: reduce implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 2018-09-21 | 1 | -0/+1 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'jk/oideq-hasheq-cleanup' | Junio C Hamano | 2018-10-16 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | more oideq/hasheq conversions | Jeff King | 2018-10-04 | 1 | -1/+2 |
| | |_|_|/ / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'en/status-multiple-renames-to-the-same-target-fix' | Junio C Hamano | 2018-10-16 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | commit: fix erroneous BUG, 'multiple renames on the same target? how?' | Elijah Newren | 2018-09-28 | 1 | -0/+1 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'jk/check-everything-connected-is-long-gone' | Junio C Hamano | 2018-10-16 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | receive-pack: update comment with check_everything_connected | Jeff King | 2018-09-25 | 1 | -1/+1 |
* | | | | | | | | | Merge branch 'jn/gc-auto' | Junio C Hamano | 2018-10-16 | 1 | -6/+27 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | gc: do not return error for prior errors in daemonized mode | Jonathan Nieder | 2018-07-17 | 1 | -6/+27 |
* | | | | | | | | | | Merge branch 'jn/gc-auto-prep' | Junio C Hamano | 2018-10-16 | 1 | -22/+18 |
|\| | | | | | | | | | |||||
| * | | | | | | | | | gc: exit with status 128 on failure | Jonathan Nieder | 2018-07-17 | 1 | -21/+14 |
| * | | | | | | | | | gc: improve handling of errors reading gc.log | Jonathan Nieder | 2018-07-17 | 1 | -3/+6 |
* | | | | | | | | | | Merge branch 'jk/delta-islands-with-bitmap-reuse-delta-fix' | Junio C Hamano | 2018-10-16 | 1 | -16/+52 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | pack-objects: handle island check for "external" delta base | Jeff King | 2018-09-19 | 1 | -16/+52 |
* | | | | | | | | | | | Merge branch 'ds/commit-graph-with-grafts' | Junio C Hamano | 2018-10-16 | 2 | -4/+8 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | commit-graph: not compatible with replace objects | Derrick Stolee | 2018-08-21 | 1 | -0/+4 |
| * | | | | | | | | | | | refs.c: upgrade for_each_replace_ref to be a each_repo_ref_fn callback | Stefan Beller | 2018-08-21 | 1 | -4/+4 |
* | | | | | | | | | | | | Merge branch 'ab/commit-graph-progress' | Junio C Hamano | 2018-10-16 | 3 | -4/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |