summaryrefslogtreecommitdiffstats
path: root/archive.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-05Documentation: edit awkward references to `git merge-recursive`Elijah Newren3-9/+9
2021-08-05directory-rename-detection.txt: small updates due to merge-ort optimizationsElijah Newren1-6/+8
2021-08-05git-rebase.txt: correct antiquated claims about --rebase-mergesElijah Newren1-6/+10
2021-08-02Git 2.33-rc0v2.33.0-rc0Junio C Hamano2-1/+18
2021-07-28The seventh batchJunio C Hamano1-0/+43
2021-07-27ci/install-dependencies: handle "sparse" job package installsJeff King2-4/+7
2021-07-27ci: run "apt-get update" before "apt-get install"Jeff King1-0/+1
2021-07-23cache-tree: prefetch in partial clone read-treeJonathan Tan2-2/+42
2021-07-23unpack-trees: refactor prefetching codeJonathan Tan3-19/+40
2021-07-23pack-bitmap: check pack validity when opening bitmapJeff King1-0/+5
2021-07-22bundle tests: use test_cmp instead of grepÆvar Arnfjörð Bjarmason1-13/+53
2021-07-22bundle tests: use ">file" not ": >file"Ævar Arnfjörð Bjarmason1-3/+3
2021-07-22The sixth batchJunio C Hamano1-0/+10
2021-07-22doc: pull: fix rebase=false documentationFelipe Contreras1-1/+1
2021-07-21pack-bitmap: clarify comment in filter_bitmap_exclude_type()Taylor Blau1-5/+6
2021-07-20doc: clarify description of 'submodule.recurse'Philippe Blain1-2/+3
2021-07-20doc/git-config: simplify "override" advice for FILES sectionJeff King1-5/+4
2021-07-20doc/git-config: clarify GIT_CONFIG environment variableJeff King1-5/+6
2021-07-20doc/git-config: explain --file instead of referring to GIT_CONFIGJeff King1-1/+7
2021-07-20t0000: fix test if run with TEST_OUTPUT_DIRECTORYPatrick Steinhardt2-2/+14
2021-07-20multi-pack-index: fix potential segfault without sub-commandTaylor Blau2-1/+6
2021-07-19refs/debug: quote prefixHan-Wen Nienhuys1-1/+2
2021-07-19t0000: clear GIT_SKIP_TESTS before running sub-testsJeff King1-10/+29
2021-07-19test-lib-functions: use test-tool for [de]packetize()Ævar Arnfjörð Bjarmason5-34/+24
2021-07-17The fifth batchJunio C Hamano1-0/+29
2021-07-16CodingGuidelines: recommend gender-neutral descriptionJunio C Hamano1-0/+45
2021-07-16parse-options: don't complete option aliases by defaultPhilippe Blain2-1/+14
2021-07-16rename: bump limit defaults yet againElijah Newren5-5/+5
2021-07-16diffcore-rename: treat a rename_limit of 0 as unlimitedElijah Newren2-1/+2
2021-07-16doc: clarify documentation for rename/copy limitsElijah Newren3-12/+20
2021-07-16diff: correct warning message when renameLimit exceededElijah Newren1-1/+1
2021-07-15worktree: teach `add` to accept --reason <string> with --lockStephen Manz3-7/+32
2021-07-15ci(check-whitespace): restrict to the intended commitsJohannes Schindelin1-8/+2
2021-07-15ci(check-whitespace): stop requiring a read/write tokenJohannes Schindelin1-16/+0
2021-07-14t1092: document bad sparse-checkout behaviorDerrick Stolee1-4/+6
2021-07-14fsmonitor: integrate with sparse indexDerrick Stolee2-0/+56
2021-07-14wt-status: expand added sparse directory entriesDerrick Stolee2-0/+84
2021-07-14status: use sparse-index throughoutDerrick Stolee3-6/+20
2021-07-14status: skip sparse-checkout percentage with sparse-indexDerrick Stolee3-3/+20
2021-07-14diff-lib: handle index diffs with sparse dirsDerrick Stolee1-0/+19
2021-07-14dir.c: accept a directory as part of cone-mode patternsDerrick Stolee1-5/+19
2021-07-14unpack-trees: unpack sparse directory entriesDerrick Stolee1-8/+99
2021-07-14unpack-trees: rename unpack_nondirectories()Derrick Stolee1-7/+7
2021-07-14unpack-trees: compare sparse directories correctlyDerrick Stolee1-1/+13
2021-07-14unpack-trees: preserve cache_bottomDerrick Stolee1-0/+7
2021-07-14t1092: add tests for status/add and sparse filesDerrick Stolee1-0/+38
2021-07-14t1092: expand repository data shapeDerrick Stolee1-3/+41
2021-07-14t1092: replace incorrect 'echo' with 'cat'Derrick Stolee1-1/+1
2021-07-14sparse-index: include EXTENDED flag when expandingDerrick Stolee1-1/+1
2021-07-14sparse-index: skip indexes with unmerged entriesDerrick Stolee2-0/+40