summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-14fsmonitor: integrate with sparse indexLibravatar Derrick Stolee2-0/+56
2021-07-14wt-status: expand added sparse directory entriesLibravatar Derrick Stolee2-0/+84
2021-07-14status: use sparse-index throughoutLibravatar Derrick Stolee3-6/+20
2021-07-14status: skip sparse-checkout percentage with sparse-indexLibravatar Derrick Stolee3-3/+20
2021-07-14diff-lib: handle index diffs with sparse dirsLibravatar Derrick Stolee1-0/+19
2021-07-14dir.c: accept a directory as part of cone-mode patternsLibravatar Derrick Stolee1-5/+19
2021-07-14unpack-trees: unpack sparse directory entriesLibravatar Derrick Stolee1-8/+99
2021-07-14unpack-trees: rename unpack_nondirectories()Libravatar Derrick Stolee1-7/+7
2021-07-14unpack-trees: compare sparse directories correctlyLibravatar Derrick Stolee1-1/+13
2021-07-14unpack-trees: preserve cache_bottomLibravatar Derrick Stolee1-0/+7
2021-07-14t1092: add tests for status/add and sparse filesLibravatar Derrick Stolee1-0/+38
2021-07-14t1092: expand repository data shapeLibravatar Derrick Stolee1-3/+41
2021-07-14t1092: replace incorrect 'echo' with 'cat'Libravatar Derrick Stolee1-1/+1
2021-07-14sparse-index: include EXTENDED flag when expandingLibravatar Derrick Stolee1-1/+1
2021-07-14sparse-index: skip indexes with unmerged entriesLibravatar Derrick Stolee2-0/+40
2021-07-14ci: run `make sparse` as part of the GitHub workflowLibravatar Johannes Schindelin1-0/+21
2021-07-14load_ref_decorations(): fix decoration with tagsLibravatar Jeff King2-2/+16
2021-07-14worktree: mark lock strings with `_()` for translationLibravatar Stephen Manz1-2/+2
2021-07-14t2400: clean up '"add" worktree with lock' testLibravatar Stephen Manz1-1/+1
2021-07-13The fourth batchLibravatar Junio C Hamano1-0/+26
2021-07-13Merge branch 'rs/grep-parser-fix'Libravatar Junio C Hamano2-0/+11
2021-07-13Merge branch 'bk/doc-commit-typofix'Libravatar Junio C Hamano1-1/+1
2021-07-13Merge branch 'dc/p4-binary-submit-fix'Libravatar Junio C Hamano1-2/+5
2021-07-13Merge branch 'ab/pre-auto-gc-hook-test'Libravatar Junio C Hamano1-0/+46
2021-07-13Merge branch 'jk/union-merge-binary'Libravatar Junio C Hamano2-4/+24
2021-07-13Merge branch 'mr/cmake'Libravatar Junio C Hamano1-9/+28
2021-07-13Merge branch 'ab/describe-tests-fix'Libravatar Junio C Hamano1-62/+72
2021-07-13Merge branch 'ab/pickaxe-pcre2'Libravatar Junio C Hamano14-107/+312
2021-07-13Merge branch 'hn/prep-tests-for-reftable'Libravatar Junio C Hamano18-159/+170
2021-07-13Merge branch 'fc/push-simple-updates-cleanup'Libravatar Junio C Hamano1-59/+34
2021-07-13Merge branch 'fc/push-simple-updates'Libravatar Junio C Hamano2-23/+38
2021-07-13Merge branch 'zh/cat-file-batch-fix'Libravatar Junio C Hamano2-6/+26
2021-07-13doc/rev-list-options: fix duplicate word typoLibravatar Jeff King1-1/+1
2021-07-13advice.h: add missing __attribute__((format)) & fix usageLibravatar Ævar Arnfjörð Bjarmason2-1/+2
2021-07-13*.h: add a few missing __attribute__((format))Libravatar Ævar Arnfjörð Bjarmason3-0/+3
2021-07-13*.c static functions: add missing __attribute__((format))Libravatar Ævar Arnfjörð Bjarmason16-0/+20
2021-07-12git-diff: fix missing --merge-base docsLibravatar Denton Liu2-5/+9
2021-07-12sequencer.c: move static function to avoid forward declLibravatar Ævar Arnfjörð Bjarmason1-22/+19
2021-07-12*.c static functions: don't forward-declare __attribute__Libravatar Ævar Arnfjörð Bjarmason2-6/+3
2021-07-12submodule--helper: introduce add-clone subcommandLibravatar Atharva Raykar2-37/+178
2021-07-12submodule--helper: refactor module_clone()Libravatar Atharva Raykar1-113/+128
2021-07-12submodule: prefix die messages with 'fatal'Libravatar Atharva Raykar3-26/+26
2021-07-12rev-list: add option for --pretty=format without headerLibravatar brian m. carlson4-12/+112
2021-07-09commit: remove irrelavent prompt on `--allow-empty-message`Libravatar Hu Jialun2-10/+17
2021-07-09commit: reorganise commit hint stringsLibravatar Hu Jialun1-10/+10
2021-07-09pkt-line: replace "stateless separator" with "response end"Libravatar Denton Liu3-3/+3
2021-07-09l10n: fixed typos of mismatched constant stringsLibravatar Peter Krefting11-49/+49
2021-07-09Merge branch 'master' of github.com:Softcatala/git-poLibravatar Jiang Xin1-342/+322
2021-07-08The third batchLibravatar Junio C Hamano1-0/+77
2021-07-08Merge branch 'js/stop-exporting-bogus-columns'Libravatar Junio C Hamano1-3/+13