summaryrefslogtreecommitdiffstats
path: root/sha1dc_git.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-27ci: run "apt-get update" before "apt-get install"Jeff King1-0/+1
2021-07-22The sixth batchJunio C Hamano1-0/+10
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-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-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
2021-07-14ci: run `make sparse` as part of the GitHub workflowJohannes Schindelin1-0/+21
2021-07-14load_ref_decorations(): fix decoration with tagsJeff King2-2/+16
2021-07-14worktree: mark lock strings with `_()` for translationStephen Manz1-2/+2
2021-07-14t2400: clean up '"add" worktree with lock' testStephen Manz1-1/+1
2021-07-14The fourth batchJunio C Hamano1-0/+26
2021-07-14doc/rev-list-options: fix duplicate word typoJeff King1-1/+1
2021-07-14advice.h: add missing __attribute__((format)) & fix usageÆvar Arnfjörð Bjarmason2-1/+2
2021-07-14*.h: add a few missing __attribute__((format))Ævar Arnfjörð Bjarmason3-0/+3
2021-07-14*.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason16-0/+20
2021-07-12git-diff: fix missing --merge-base docsDenton Liu2-5/+9
2021-07-12sequencer.c: move static function to avoid forward declÆvar Arnfjörð Bjarmason1-22/+19
2021-07-12*.c static functions: don't forward-declare __attribute__Ævar Arnfjörð Bjarmason2-6/+3
2021-07-12rev-list: add option for --pretty=format without headerbrian m. carlson4-12/+112
2021-07-09commit: remove irrelavent prompt on `--allow-empty-message`Hu Jialun2-10/+17
2021-07-09commit: reorganise commit hint stringsHu Jialun1-10/+10
2021-07-09pkt-line: replace "stateless separator" with "response end"Denton Liu3-3/+3
2021-07-08The third batchJunio C Hamano1-0/+77
2021-07-08fetch: fix segfault in --negotiate-only without --negotiation-tip=*Ævar Arnfjörð Bjarmason2-0/+19
2021-07-08oidtree: a crit-bit tree for odb_loose_cacheEric Wong12-30/+478
2021-07-08oidcpy_with_padding: constify `src' argEric Wong1-1/+1
2021-07-08make object_directory.loose_objects_subdir_seen a bitmapEric Wong2-4/+9
2021-07-08avoid strlen via strbuf_addstr in link_alt_odb_entryEric Wong1-4/+4
2021-07-08speed up alt_odb_usable() with many alternatesEric Wong5-12/+42