summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-14revision: ensure full indexDerrick Stolee1-0/+2
2021-04-14resolve-undo: ensure full indexDerrick Stolee1-0/+4
2021-04-14read-cache: ensure full indexDerrick Stolee1-0/+4
2021-04-14pathspec: ensure full indexDerrick Stolee1-0/+2
2021-04-14merge-recursive: ensure full indexDerrick Stolee1-0/+2
2021-04-14entry: ensure full indexDerrick Stolee1-0/+2
2021-04-14dir: ensure full indexDerrick Stolee1-0/+2
2021-04-14update-index: ensure full indexDerrick Stolee1-0/+2
2021-04-14stash: ensure full indexDerrick Stolee1-0/+2
2021-04-14rm: ensure full indexDerrick Stolee1-0/+2
2021-04-14merge-index: ensure full indexDerrick Stolee1-0/+5
2021-04-14ls-files: ensure full indexDerrick Stolee1-0/+4
2021-04-14grep: ensure full indexDerrick Stolee1-0/+2
2021-04-14fsck: ensure full indexDerrick Stolee1-0/+2
2021-04-14difftool: ensure full indexDerrick Stolee1-0/+3
2021-04-14commit: ensure full indexDerrick Stolee1-0/+4
2021-04-14checkout: ensure full indexDerrick Stolee1-0/+5
2021-04-14checkout-index: ensure full indexDerrick Stolee1-0/+2
2021-04-14add: ensure full indexDerrick Stolee1-0/+2
2021-04-14cache: move ensure_full_index() to cache.hDerrick Stolee2-1/+1
2021-04-14read-cache: expand on query into sparse-directory entryDerrick Stolee1-0/+21
2021-04-14*: remove 'const' qualifier for struct index_stateDerrick Stolee14-68/+68
2021-04-14sparse-index: API protection strategyDerrick Stolee1-2/+35
2021-04-13The ninth batchJunio C Hamano1-0/+25
2021-04-13Merge branch 'vs/completion-with-set-u'Junio C Hamano1-3/+3
2021-04-13Merge branch 'ab/detox-config-gettext'Junio C Hamano1-15/+1
2021-04-13Merge branch 'gk/gitweb-redacted-email'Junio C Hamano2-7/+38
2021-04-13Merge branch 'cc/test-helper-bloom-usage-fix'Junio C Hamano1-1/+1
2021-04-13Merge branch 'ab/send-email-validate-errors'Junio C Hamano2-25/+55
2021-04-13Merge branch 'tb/precompose-prefix-simplify'Junio C Hamano5-16/+29
2021-04-13Merge branch 'fm/user-manual-use-preface'Junio C Hamano1-0/+3
2021-04-13Merge branch 'tb/pack-preferred-tips-to-give-bitmap'Junio C Hamano9-0/+142
2021-04-13Merge branch 'ab/perl-do-not-abuse-map'Junio C Hamano1-2/+2
2021-04-13Merge branch 'jk/ref-filter-segfault-fix'Junio C Hamano2-1/+11
2021-04-13api docs: document that BUG() emits a trace2 error eventÆvar Arnfjörð Bjarmason2-1/+4
2021-04-13api docs: document BUG() in api-error-handling.txtÆvar Arnfjörð Bjarmason1-2/+5
2021-04-13usage.c: don't copy/paste the same comment three timesÆvar Arnfjörð Bjarmason1-12/+5
2021-04-13tests: remove all uses of test_i18cmpÆvar Arnfjörð Bjarmason3-13/+6
2021-04-13revision: avoid parsing with --exclude-promisor-objectsJeff King2-1/+9
2021-04-13lookup_unknown_object(): take a repository argumentJeff King9-14/+13
2021-04-13is_promisor_object(): free tree buffer after parsingJeff King2-0/+5
2021-04-12refs: print errno for read_raw_ref if GIT_TRACE_REFS is setHan-Wen Nienhuys1-1/+4
2021-04-12reftable: document an alternate cleanup method on WindowsHan-Wen Nienhuys1-2/+7
2021-04-12svn tests: refactor away a "set -e" in test bodyÆvar Arnfjörð Bjarmason1-12/+15
2021-04-12svn tests: remove legacy re-setup from init-clone testÆvar Arnfjörð Bjarmason1-6/+0
2021-04-12pack-objects: update "nr_seen" progress based on pack-reused countJeff King2-1/+25
2021-04-12merge-ort: only do pointer arithmetic for non-empty listsAndrzej Hunt1-13/+5
2021-04-12list-objects: support filtering by tag and commitPatrick Steinhardt3-3/+62
2021-04-10docs: fix linting issues due to incorrect relative section orderÆvar Arnfjörð Bjarmason6-98/+78
2021-04-10doc lint: lint relative section orderÆvar Arnfjörð Bjarmason2-1/+127