summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-13lookup_unknown_object(): take a repository argumentLibravatar Jeff King9-14/+13
2021-04-13is_promisor_object(): free tree buffer after parsingLibravatar Jeff King2-0/+5
2021-04-12refs: print errno for read_raw_ref if GIT_TRACE_REFS is setLibravatar Han-Wen Nienhuys1-1/+4
2021-04-12reftable: document an alternate cleanup method on WindowsLibravatar Han-Wen Nienhuys1-2/+7
2021-04-12svn tests: refactor away a "set -e" in test bodyLibravatar Ævar Arnfjörð Bjarmason1-12/+15
2021-04-12svn tests: remove legacy re-setup from init-clone testLibravatar Ævar Arnfjörð Bjarmason1-6/+0
2021-04-12pack-objects: update "nr_seen" progress based on pack-reused countLibravatar Jeff King2-1/+25
2021-04-12merge-ort: only do pointer arithmetic for non-empty listsLibravatar Andrzej Hunt1-13/+5
2021-04-12list-objects: support filtering by tag and commitLibravatar Patrick Steinhardt3-3/+62
2021-04-10docs: fix linting issues due to incorrect relative section orderLibravatar Ævar Arnfjörð Bjarmason6-98/+78
2021-04-10doc lint: lint relative section orderLibravatar Ævar Arnfjörð Bjarmason2-1/+127
2021-04-10doc lint: lint and fix missing "GIT" end sectionsLibravatar Ævar Arnfjörð Bjarmason5-1/+38
2021-04-10doc lint: fix bugs in, simplify and improve lint scriptLibravatar Ævar Arnfjörð Bjarmason2-57/+55
2021-04-10doc lint: Perl "strict" and "warnings" in lint-gitlink.perlLibravatar Ævar Arnfjörð Bjarmason1-1/+3
2021-04-10Documentation/Makefile: make doc.dep dependencies a variable againLibravatar Ævar Arnfjörð Bjarmason1-1/+5
2021-04-10Documentation/Makefile: make $(wildcard howto/*.txt) a varLibravatar Ævar Arnfjörð Bjarmason1-3/+6
2021-04-10rebase: don't override --no-reschedule-failed-exec with configLibravatar Ævar Arnfjörð Bjarmason3-0/+36
2021-04-10rebase tests: camel-case rebase.rescheduleFailedExec consistentlyLibravatar Ævar Arnfjörð Bjarmason1-2/+2
2021-04-10list-objects: move tag processing into its own functionLibravatar Patrick Steinhardt1-2/+9