summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* worktree: add per-worktree config filesNguyễn Thái Ngọc Duy2018-10-2210-18/+213
* t1300: extract and use test_cmp_config()Nguyễn Thái Ngọc Duy2018-10-222-60/+42
* Fifth batch for 2.20Junio C Hamano2018-10-191-0/+82
* Merge branch 'jt/cache-tree-allow-missing-object-in-partial-clone'Junio C Hamano2018-10-192-1/+38
|\
| * cache-tree: skip some blob checks in partial cloneJonathan Tan2018-10-102-1/+38
* | Merge branch 'tb/filter-alternate-refs'Junio C Hamano2018-10-196-13/+92
|\ \
| * | transport.c: introduce core.alternateRefsPrefixesTaylor Blau2018-10-093-0/+20
| * | transport.c: introduce core.alternateRefsCommandTaylor Blau2018-10-093-4/+59
| * | transport.c: extract 'fill_alternate_refs_command'Taylor Blau2018-10-091-6/+12
| * | transport: drop refnames from for_each_alternate_refJeff King2018-10-094-8/+6
* | | Merge branch 'jt/avoid-ls-refs'Junio C Hamano2018-10-197-13/+114
|\ \ \
| * | | fetch: do not list refs if fetching only hashesJonathan Tan2018-10-073-6/+54
| * | | transport: list refs before fetch if necessaryJonathan Tan2018-10-073-0/+19
| * | | transport: do not list refs if possibleJonathan Tan2018-10-073-3/+16
| * | | transport: allow skipping of ref listingJonathan Tan2018-10-071-4/+25
* | | | Merge branch 'ds/commit-graph-leakfix'Junio C Hamano2018-10-192-11/+16
|\ \ \ \
| * | | | commit-graph: reduce initial oid allocationDerrick Stolee2018-10-071-1/+1
| * | | | builtin/commit-graph.c: UNLEAK variablesMartin Ågren2018-10-071-5/+6
| * | | | commit-graph: clean up leaked memory during writeDerrick Stolee2018-10-071-5/+9
* | | | | Merge branch 'jt/non-blob-lazy-fetch'Junio C Hamano2018-10-193-42/+121
|\ \ \ \ \
| * | | | | fetch-pack: exclude blobs when lazy-fetching treesJonathan Tan2018-10-043-0/+62
| * | | | | fetch-pack: avoid object flags if no_dependentsJonathan Tan2018-10-041-42/+59
* | | | | | Merge branch 'pw/diff-color-moved-ws-fix'Junio C Hamano2018-10-191-41/+54
|\ \ \ \ \ \
| * | | | | | diff --color-moved: fix a memory leakPhillip Wood2018-10-051-2/+2
| * | | | | | diff --color-moved-ws: fix another memory leakPhillip Wood2018-10-051-0/+2
| * | | | | | diff --color-moved-ws: fix a memory leakPhillip Wood2018-10-051-1/+4
| * | | | | | diff --color-moved-ws: fix out of bounds string accessPhillip Wood2018-10-051-1/+1
| * | | | | | diff --color-moved-ws: fix double free crashPhillip Wood2018-10-051-37/+45
* | | | | | | Merge branch 'rs/oidset-on-khash'Junio C Hamano2018-10-194-61/+81
|\ \ \ \ \ \ \
| * | | | | | | oidset: uninline oidset_init()René Scharfe2018-10-042-6/+14
| * | | | | | | oidset: use khashRené Scharfe2018-10-042-30/+40
| * | | | | | | khash: factor out kh_release_*René Scharfe2018-10-041-2/+7
| * | | | | | | fetch-pack: load tip_oids eagerly iff neededRené Scharfe2018-10-041-21/+15
| * | | | | | | fetch-pack: factor out is_unmatched_ref()René Scharfe2018-10-041-8/+11
| |/ / / / / /
* | | | | | | Merge branch 'rs/grep-no-recursive'Junio C Hamano2018-10-193-2/+23
|\ \ \ \ \ \ \
| * | | | | | | grep: add -r/--[no-]recursiveRené Scharfe2018-10-043-2/+23
| |/ / / / / /
* | | | | | | Merge branch 'nd/help-commands-verbose-by-default'Junio C Hamano2018-10-194-10/+54
|\ \ \ \ \ \ \
| * | | | | | | help -a: improve and make --verbose defaultNguyễn Thái Ngọc Duy2018-10-044-10/+54
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'jc/how-to-document-api'Junio C Hamano2018-10-191-1/+4
|\ \ \ \ \ \ \
| * | | | | | | CodingGuidelines: document the API in *.h filesJunio C Hamano2018-09-291-1/+4
| |/ / / / / /
* | | | | | | Merge branch 'sm/show-superproject-while-conflicted'Junio C Hamano2018-10-192-1/+17
|\ \ \ \ \ \ \
| * | | | | | | rev-parse: --show-superproject-working-tree should work during a mergeSam McKelvie2018-09-282-1/+17
* | | | | | | | Merge branch 'jt/fetch-tips-in-partial-clone'Junio C Hamano2018-10-193-5/+33
|\ \ \ \ \ \ \ \
| * | | | | | | | fetch: in partial clone, check presence of targetsJonathan Tan2018-09-212-2/+30
| * | | | | | | | connected: document connectivity in partial clonesJonathan Tan2018-09-211-3/+3
* | | | | | | | | Merge branch 'nd/status-refresh-progress'Junio C Hamano2018-10-196-11/+72
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | status: show progress bar if refreshing the index takes too longNguyễn Thái Ngọc Duy2018-09-176-11/+72
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'bp/read-cache-parallel'Junio C Hamano2018-10-197-120/+739
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | read-cache: load cache entries on worker threadsBen Peart2018-10-111-37/+193
| * | | | | | | | | ieot: add Index Entry Offset Table (IEOT) extensionBen Peart2018-10-112-3/+211