summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-13Merge branch 'vs/completion-with-set-u'Libravatar Junio C Hamano1-3/+3
2021-04-13Merge branch 'ab/detox-config-gettext'Libravatar Junio C Hamano1-15/+1
2021-04-13Merge branch 'gk/gitweb-redacted-email'Libravatar Junio C Hamano2-7/+38
2021-04-13Merge branch 'cc/test-helper-bloom-usage-fix'Libravatar Junio C Hamano1-1/+1
2021-04-13Merge branch 'ab/send-email-validate-errors'Libravatar Junio C Hamano2-25/+55
2021-04-13Merge branch 'tb/precompose-prefix-simplify'Libravatar Junio C Hamano5-16/+29
2021-04-13Merge branch 'fm/user-manual-use-preface'Libravatar Junio C Hamano1-0/+3
2021-04-13Merge branch 'ab/perl-do-not-abuse-map'Libravatar Junio C Hamano1-2/+2
2021-04-13Merge branch 'tb/pack-preferred-tips-to-give-bitmap'Libravatar Junio C Hamano9-0/+142
2021-04-13Merge branch 'jk/ref-filter-segfault-fix'Libravatar Junio C Hamano2-1/+11
2021-04-13api docs: document that BUG() emits a trace2 error eventLibravatar Ævar Arnfjörð Bjarmason2-1/+4
2021-04-13api docs: document BUG() in api-error-handling.txtLibravatar Ævar Arnfjörð Bjarmason1-2/+5
2021-04-13usage.c: don't copy/paste the same comment three timesLibravatar Ævar Arnfjörð Bjarmason1-12/+5
2021-04-13tests: remove all uses of test_i18cmpLibravatar Ævar Arnfjörð Bjarmason3-13/+6
2021-04-13revision: avoid parsing with --exclude-promisor-objectsLibravatar Jeff King2-1/+9