summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-19parallel-checkout: make it truly parallelLibravatar Matheus Tavares7-27/+496
2021-04-19unpack-trees: add basic support for parallel checkoutLibravatar Matheus Tavares5-3/+418
2021-04-16doc/diff-options: document new --diff-merges featuresLibravatar Sergey Organov1-4/+11
2021-04-16diff-merges: introduce log.diffMerges config variableLibravatar Sergey Organov6-0/+46
2021-04-16diff-merges: adapt -m to enable default diff formatLibravatar Sergey Organov1-4/+4
2021-04-16diff-merges: refactor set_diff_merges()Libravatar Sergey Organov1-15/+21
2021-04-16diff-merges: introduce --diff-merges=onLibravatar Sergey Organov2-0/+15
2021-04-16The eleventh (aka "ort") batchLibravatar Junio C Hamano1-0/+6
2021-04-16Merge branch 'ah/merge-ort-ubsan-fix'Libravatar Junio C Hamano1-14/+6
2021-04-16Merge branch 'en/ort-readiness'Libravatar Junio C Hamano16-38/+446
2021-04-16Merge branch 'en/ort-perf-batch-10'Libravatar Junio C Hamano3-47/+281
2021-04-16completion: avoid aliased command lookup error in nounset modeLibravatar Ville Skyttä1-1/+1
2021-04-16maintenance: respect remote.*.skipFetchAllLibravatar Derrick Stolee2-1/+10
2021-04-16maintenance: use 'git fetch --prefetch'Libravatar Derrick Stolee3-15/+12
2021-04-16fetch: add --prefetch optionLibravatar Derrick Stolee3-1/+106
2021-04-16msvc: avoid calling `access("NUL", flags)`Libravatar Johannes Schindelin1-0/+2
2021-04-15pkt-line: do not report packet write errors twiceLibravatar Matheus Tavares1-7/+24
2021-04-15The tenth batchLibravatar Junio C Hamano1-0/+12
2021-04-15Merge branch 'jz/apply-3way-cached'Libravatar Junio C Hamano3-5/+60
2021-04-15Merge branch 'ab/complete-cherry-pick-head'Libravatar Junio C Hamano1-1/+1
2021-04-15Merge branch 'jz/apply-run-3way-first'Libravatar Junio C Hamano3-10/+28
2021-04-15transport: respect verbosity when setting upstreamLibravatar Øystein Walle2-5/+12
2021-04-14doc: clarify "do not capitalize the first word" ruleLibravatar Junio C Hamano2-5/+13
2021-04-14name-hash: use expand_to_path()Libravatar Derrick Stolee1-0/+4
2021-04-14sparse-index: expand_to_path()Libravatar Derrick Stolee2-0/+86
2021-04-14name-hash: don't add directories to name_hashLibravatar Derrick Stolee1-2/+5
2021-04-14revision: ensure full indexLibravatar Derrick Stolee1-0/+2
2021-04-14resolve-undo: ensure full indexLibravatar Derrick Stolee1-0/+4
2021-04-14read-cache: ensure full indexLibravatar Derrick Stolee1-0/+4
2021-04-14pathspec: ensure full indexLibravatar Derrick Stolee1-0/+2
2021-04-14merge-recursive: ensure full indexLibravatar Derrick Stolee1-0/+2
2021-04-14entry: ensure full indexLibravatar Derrick Stolee1-0/+2
2021-04-14dir: ensure full indexLibravatar Derrick Stolee1-0/+2
2021-04-14update-index: ensure full indexLibravatar Derrick Stolee1-0/+2
2021-04-14stash: ensure full indexLibravatar Derrick Stolee1-0/+2
2021-04-14rm: ensure full indexLibravatar Derrick Stolee1-0/+2
2021-04-14merge-index: ensure full indexLibravatar Derrick Stolee1-0/+5
2021-04-14ls-files: ensure full indexLibravatar Derrick Stolee1-0/+4
2021-04-14grep: ensure full indexLibravatar Derrick Stolee1-0/+2
2021-04-14fsck: ensure full indexLibravatar Derrick Stolee1-0/+2
2021-04-14difftool: ensure full indexLibravatar Derrick Stolee1-0/+3
2021-04-14commit: ensure full indexLibravatar Derrick Stolee1-0/+4
2021-04-14checkout: ensure full indexLibravatar Derrick Stolee1-0/+5
2021-04-14checkout-index: ensure full indexLibravatar Derrick Stolee1-0/+2
2021-04-14add: ensure full indexLibravatar Derrick Stolee1-0/+2
2021-04-14cache: move ensure_full_index() to cache.hLibravatar Derrick Stolee2-1/+1
2021-04-14read-cache: expand on query into sparse-directory entryLibravatar Derrick Stolee1-0/+21
2021-04-14*: remove 'const' qualifier for struct index_stateLibravatar Derrick Stolee14-68/+68
2021-04-14sparse-index: API protection strategyLibravatar Derrick Stolee1-2/+35
2021-04-13The ninth batchLibravatar Junio C Hamano1-0/+25