Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | worktree: add per-worktree config files | Nguyễn Thái Ngọc Duy | 2018-10-22 | 10 | -18/+213 |
* | t1300: extract and use test_cmp_config() | Nguyễn Thái Ngọc Duy | 2018-10-22 | 2 | -60/+42 |
* | Fifth batch for 2.20 | Junio C Hamano | 2018-10-19 | 1 | -0/+82 |
* | Merge branch 'jt/cache-tree-allow-missing-object-in-partial-clone' | Junio C Hamano | 2018-10-19 | 2 | -1/+38 |
|\ | |||||
| * | cache-tree: skip some blob checks in partial clone | Jonathan Tan | 2018-10-10 | 2 | -1/+38 |
* | | Merge branch 'tb/filter-alternate-refs' | Junio C Hamano | 2018-10-19 | 6 | -13/+92 |
|\ \ | |||||
| * | | transport.c: introduce core.alternateRefsPrefixes | Taylor Blau | 2018-10-09 | 3 | -0/+20 |
| * | | transport.c: introduce core.alternateRefsCommand | Taylor Blau | 2018-10-09 | 3 | -4/+59 |
| * | | transport.c: extract 'fill_alternate_refs_command' | Taylor Blau | 2018-10-09 | 1 | -6/+12 |
| * | | transport: drop refnames from for_each_alternate_ref | Jeff King | 2018-10-09 | 4 | -8/+6 |
* | | | Merge branch 'jt/avoid-ls-refs' | Junio C Hamano | 2018-10-19 | 7 | -13/+114 |
|\ \ \ | |||||
| * | | | fetch: do not list refs if fetching only hashes | Jonathan Tan | 2018-10-07 | 3 | -6/+54 |
| * | | | transport: list refs before fetch if necessary | Jonathan Tan | 2018-10-07 | 3 | -0/+19 |
| * | | | transport: do not list refs if possible | Jonathan Tan | 2018-10-07 | 3 | -3/+16 |
| * | | | transport: allow skipping of ref listing | Jonathan Tan | 2018-10-07 | 1 | -4/+25 |
* | | | | Merge branch 'ds/commit-graph-leakfix' | Junio C Hamano | 2018-10-19 | 2 | -11/+16 |
|\ \ \ \ | |||||
| * | | | | commit-graph: reduce initial oid allocation | Derrick Stolee | 2018-10-07 | 1 | -1/+1 |
| * | | | | builtin/commit-graph.c: UNLEAK variables | Martin Ågren | 2018-10-07 | 1 | -5/+6 |
| * | | | | commit-graph: clean up leaked memory during write | Derrick Stolee | 2018-10-07 | 1 | -5/+9 |
* | | | | | Merge branch 'jt/non-blob-lazy-fetch' | Junio C Hamano | 2018-10-19 | 3 | -42/+121 |
|\ \ \ \ \ | |||||
| * | | | | | fetch-pack: exclude blobs when lazy-fetching trees | Jonathan Tan | 2018-10-04 | 3 | -0/+62 |
| * | | | | | fetch-pack: avoid object flags if no_dependents | Jonathan Tan | 2018-10-04 | 1 | -42/+59 |
* | | | | | | Merge branch 'pw/diff-color-moved-ws-fix' | Junio C Hamano | 2018-10-19 | 1 | -41/+54 |
|\ \ \ \ \ \ | |||||
| * | | | | | | diff --color-moved: fix a memory leak | Phillip Wood | 2018-10-05 | 1 | -2/+2 |
| * | | | | | | diff --color-moved-ws: fix another memory leak | Phillip Wood | 2018-10-05 | 1 | -0/+2 |
| * | | | | | | diff --color-moved-ws: fix a memory leak | Phillip Wood | 2018-10-05 | 1 | -1/+4 |
| * | | | | | | diff --color-moved-ws: fix out of bounds string access | Phillip Wood | 2018-10-05 | 1 | -1/+1 |
| * | | | | | | diff --color-moved-ws: fix double free crash | Phillip Wood | 2018-10-05 | 1 | -37/+45 |
* | | | | | | | Merge branch 'rs/oidset-on-khash' | Junio C Hamano | 2018-10-19 | 4 | -61/+81 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | oidset: uninline oidset_init() | René Scharfe | 2018-10-04 | 2 | -6/+14 |
| * | | | | | | | oidset: use khash | René Scharfe | 2018-10-04 | 2 | -30/+40 |
| * | | | | | | | khash: factor out kh_release_* | René Scharfe | 2018-10-04 | 1 | -2/+7 |
| * | | | | | | | fetch-pack: load tip_oids eagerly iff needed | René Scharfe | 2018-10-04 | 1 | -21/+15 |
| * | | | | | | | fetch-pack: factor out is_unmatched_ref() | René Scharfe | 2018-10-04 | 1 | -8/+11 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'rs/grep-no-recursive' | Junio C Hamano | 2018-10-19 | 3 | -2/+23 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | grep: add -r/--[no-]recursive | René Scharfe | 2018-10-04 | 3 | -2/+23 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'nd/help-commands-verbose-by-default' | Junio C Hamano | 2018-10-19 | 4 | -10/+54 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | help -a: improve and make --verbose default | Nguyễn Thái Ngọc Duy | 2018-10-04 | 4 | -10/+54 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'jc/how-to-document-api' | Junio C Hamano | 2018-10-19 | 1 | -1/+4 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | CodingGuidelines: document the API in *.h files | Junio C Hamano | 2018-09-29 | 1 | -1/+4 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'sm/show-superproject-while-conflicted' | Junio C Hamano | 2018-10-19 | 2 | -1/+17 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | rev-parse: --show-superproject-working-tree should work during a merge | Sam McKelvie | 2018-09-28 | 2 | -1/+17 |
* | | | | | | | | Merge branch 'jt/fetch-tips-in-partial-clone' | Junio C Hamano | 2018-10-19 | 3 | -5/+33 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | fetch: in partial clone, check presence of targets | Jonathan Tan | 2018-09-21 | 2 | -2/+30 |
| * | | | | | | | | connected: document connectivity in partial clones | Jonathan Tan | 2018-09-21 | 1 | -3/+3 |
* | | | | | | | | | Merge branch 'nd/status-refresh-progress' | Junio C Hamano | 2018-10-19 | 6 | -11/+72 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | status: show progress bar if refreshing the index takes too long | Nguyễn Thái Ngọc Duy | 2018-09-17 | 6 | -11/+72 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'bp/read-cache-parallel' | Junio C Hamano | 2018-10-19 | 7 | -120/+739 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | read-cache: load cache entries on worker threads | Ben Peart | 2018-10-11 | 1 | -37/+193 |
| * | | | | | | | | | ieot: add Index Entry Offset Table (IEOT) extension | Ben Peart | 2018-10-11 | 2 | -3/+211 |