summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-09diff: ignore sparse paths in diffstatDerrick Stolee1-0/+8
2021-09-09revision: remove "submodule" from opt structJonathan Tan4-47/+72
2021-09-09repository: support unabsorbed in repo_submodule_initJonathan Tan7-37/+28
2021-09-09submodule: remove unnecessary unabsorbed fallbackJonathan Tan1-13/+2
2021-09-09Close object store closer to spawning child processesJohannes Schindelin3-16/+8
2021-09-09run_auto_maintenance(): implicitly close the object storeJohannes Schindelin5-5/+1
2021-09-09run-command: offer to close the object store before runningJohannes Schindelin2-0/+14
2021-09-09run-command: prettify the `RUN_COMMAND_*` flagsJohannes Schindelin1-7/+7
2021-09-09ci: new github-action for git-l10n code reviewJiang Xin1-0/+105
2021-09-09pack.h: line-wrap the definition of finish_tmp_packfile()Ævar Arnfjörð Bjarmason1-1/+6
2021-09-09entry: show finer-grained counter in "Filtering content" progress lineSZEDER Gábor1-7/+5
2021-09-09commit-graph: fix bogus counter in "Scanning merged commits" progress lineSZEDER Gábor1-1/+1
2021-09-08The fourth batchJunio C Hamano1-0/+33
2021-09-08Merge branch 'sg/column-nl'Junio C Hamano3-2/+20
2021-09-08Merge branch 'cb/makefile-apple-clang'Junio C Hamano1-6/+3
2021-09-08Merge branch 'ps/ls-refs-strbuf-optim'Junio C Hamano1-8/+11
2021-09-08Merge branch 'rs/branch-allow-deleting-dangling'Junio C Hamano3-2/+16
2021-09-08Merge branch 'mt/quiet-with-delayed-checkout'Junio C Hamano5-5/+80
2021-09-08Merge branch 'rs/xopen-reports-open-failures'Junio C Hamano16-53/+36
2021-09-08Merge branch 'dd/diff-files-unmerged-fix'Junio C Hamano2-0/+57
2021-09-08Merge branch 'dd/t6300-wo-gpg-fix'Junio C Hamano1-11/+18
2021-09-08Merge branch 'mh/credential-leakfix'Junio C Hamano1-0/+1
2021-09-08Merge branch 'jk/t5323-no-pack-test-fix'Junio C Hamano1-2/+2
2021-09-08Merge branch 'js/maintenance-launchctl-fix'Junio C Hamano2-21/+87
2021-09-08Merge branch 'ab/rebase-fatal-fatal-fix'Junio C Hamano1-1/+1
2021-09-08Merge branch 'ab/ls-remote-packet-trace'Junio C Hamano2-3/+5
2021-09-08Merge branch 'rs/git-mmap-uses-malloc'Junio C Hamano1-1/+6
2021-09-08Merge branch 'ga/send-email-sendmail-cmd'Junio C Hamano1-1/+1
2021-09-08Merge branch 'me/t5582-cleanup'Junio C Hamano1-1/+0
2021-09-08pull: release packs before fetchingJohannes Schindelin1-0/+2
2021-09-08commit-graph: when closing the graph, also release the slabJohannes Schindelin1-0/+1
2021-09-08t7814: show lack of alternate ODB-addingJonathan Tan1-0/+3
2021-09-08submodule-config: pass repo upon blob config readJonathan Tan3-9/+19
2021-09-08grep: add repository to OID grep sourcesJonathan Tan3-12/+27
2021-09-08grep: allocate subrepos on heapJonathan Tan1-9/+30
2021-09-08grep: read submodule entry with explicit repoJonathan Tan1-5/+5
2021-09-08grep: typesafe versions of grep_source_initJonathan Tan3-23/+34
2021-09-08grep: use submodule-ODB-as-alternate lazy-additionJonathan Tan3-1/+7
2021-09-08submodule: lazily add submodule ODBs as alternatesJonathan Tan4-1/+41
2021-09-07read-cache: fix GIT_TEST_SPLIT_INDEXSZEDER Gábor2-9/+25
2021-09-07tests: disable GIT_TEST_SPLIT_INDEX for sparse index testsSZEDER Gábor2-39/+48
2021-09-07read-cache: look for shared index files next to the index, tooSZEDER Gábor2-1/+36
2021-09-07t1600-index: disable GIT_TEST_SPLIT_INDEXSZEDER Gábor1-0/+2
2021-09-07t1600-index: don't run git commands upstream of a pipeSZEDER Gábor1-3/+6
2021-09-07t1600-index: remove unnecessary redirectionSZEDER Gábor1-1/+1
2021-09-07Merge branch 'ds/sparse-index-ignored-files' into sg/test-split-index-fixJunio C Hamano12-62/+312
2021-09-07sparse-checkout: clear tracked sparse dirsDerrick Stolee3-0/+163
2021-09-07sparse-index: add SPARSE_INDEX_MEMORY_ONLY flagDerrick Stolee3-18/+26
2021-09-07attr: be careful about sparse directoriesDerrick Stolee1-0/+15
2021-09-07sparse-checkout: create helper methodsDerrick Stolee4-17/+64