summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2021-09-09Close object store closer to spawning child processesJohannes Schindelin-16/+8
2021-09-09run_auto_maintenance(): implicitly close the object storeJohannes Schindelin-5/+1
2021-09-09run-command: offer to close the object store before runningJohannes Schindelin-0/+14
2021-09-09run-command: prettify the `RUN_COMMAND_*` flagsJohannes Schindelin-7/+7
2021-09-09ci: new github-action for git-l10n code reviewJiang Xin-0/+105
2021-09-09pack.h: line-wrap the definition of finish_tmp_packfile()Ævar Arnfjörð Bjarmason-1/+6
2021-09-09entry: show finer-grained counter in "Filtering content" progress lineSZEDER Gábor-7/+5
2021-09-09commit-graph: fix bogus counter in "Scanning merged commits" progress lineSZEDER Gábor-1/+1
2021-09-08The fourth batchJunio C Hamano-0/+33
2021-09-08Merge branch 'sg/column-nl'Junio C Hamano-2/+20
2021-09-08Merge branch 'cb/makefile-apple-clang'Junio C Hamano-6/+3
2021-09-08Merge branch 'ps/ls-refs-strbuf-optim'Junio C Hamano-8/+11
2021-09-08Merge branch 'rs/branch-allow-deleting-dangling'Junio C Hamano-2/+16
2021-09-08Merge branch 'mt/quiet-with-delayed-checkout'Junio C Hamano-5/+80
2021-09-08Merge branch 'rs/xopen-reports-open-failures'Junio C Hamano-53/+36
2021-09-08Merge branch 'dd/diff-files-unmerged-fix'Junio C Hamano-0/+57
2021-09-08Merge branch 'dd/t6300-wo-gpg-fix'Junio C Hamano-11/+18
2021-09-08Merge branch 'mh/credential-leakfix'Junio C Hamano-0/+1
2021-09-08Merge branch 'jk/t5323-no-pack-test-fix'Junio C Hamano-2/+2
2021-09-08Merge branch 'js/maintenance-launchctl-fix'Junio C Hamano-21/+87
2021-09-08Merge branch 'ab/rebase-fatal-fatal-fix'Junio C Hamano-1/+1
2021-09-08Merge branch 'ab/ls-remote-packet-trace'Junio C Hamano-3/+5
2021-09-08Merge branch 'rs/git-mmap-uses-malloc'Junio C Hamano-1/+6
2021-09-08Merge branch 'ga/send-email-sendmail-cmd'Junio C Hamano-1/+1
2021-09-08Merge branch 'me/t5582-cleanup'Junio C Hamano-1/+0
2021-09-08pull: release packs before fetchingJohannes Schindelin-0/+2
2021-09-08commit-graph: when closing the graph, also release the slabJohannes Schindelin-0/+1
2021-09-08t7814: show lack of alternate ODB-addingJonathan Tan-0/+3
2021-09-08submodule-config: pass repo upon blob config readJonathan Tan-9/+19
2021-09-08grep: add repository to OID grep sourcesJonathan Tan-12/+27
2021-09-08grep: allocate subrepos on heapJonathan Tan-9/+30
2021-09-08grep: read submodule entry with explicit repoJonathan Tan-5/+5
2021-09-08grep: typesafe versions of grep_source_initJonathan Tan-23/+34
2021-09-08grep: use submodule-ODB-as-alternate lazy-additionJonathan Tan-1/+7
2021-09-08submodule: lazily add submodule ODBs as alternatesJonathan Tan-1/+41
2021-09-07read-cache: fix GIT_TEST_SPLIT_INDEXSZEDER Gábor-9/+25
2021-09-07tests: disable GIT_TEST_SPLIT_INDEX for sparse index testsSZEDER Gábor-42/+51
2021-09-07read-cache: look for shared index files next to the index, tooSZEDER Gábor-1/+36
2021-09-07t1600-index: disable GIT_TEST_SPLIT_INDEXSZEDER Gábor-0/+2
2021-09-07t1600-index: don't run git commands upstream of a pipeSZEDER Gábor-3/+6
2021-09-07t1600-index: remove unnecessary redirectionSZEDER Gábor-1/+1
2021-09-07Merge branch 'ds/sparse-index-ignored-files' into sg/test-split-index-fixJunio C Hamano-62/+312
2021-09-07sparse-checkout: clear tracked sparse dirsDerrick Stolee-0/+163
2021-09-07sparse-index: add SPARSE_INDEX_MEMORY_ONLY flagDerrick Stolee-18/+26
2021-09-07attr: be careful about sparse directoriesDerrick Stolee-0/+15
2021-09-07sparse-checkout: create helper methodsDerrick Stolee-17/+64
2021-09-07sparse-index: use WRITE_TREE_MISSING_OKDerrick Stolee-1/+4
2021-09-07sparse-index: silently return when cache tree failsDerrick Stolee-4/+6
2021-09-07unpack-trees: fix nested sparse-dir searchDerrick Stolee-3/+5
2021-09-07sparse-index: silently return when not using cone-mode patternsDerrick Stolee-5/+11