summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-16Merge branch 'en/ort-perf-batch-13'Libravatar Junio C Hamano4-34/+612
2021-07-16Merge branch 'en/ort-perf-batch-12'Libravatar Junio C Hamano3-26/+60
2021-07-16CodingGuidelines: recommend gender-neutral descriptionLibravatar Junio C Hamano1-0/+45
2021-07-16parse-options: don't complete option aliases by defaultLibravatar Philippe Blain2-1/+14
2021-07-15rename: bump limit defaults yet againLibravatar Elijah Newren5-5/+5
2021-07-15diffcore-rename: treat a rename_limit of 0 as unlimitedLibravatar Elijah Newren2-1/+2
2021-07-15doc: clarify documentation for rename/copy limitsLibravatar Elijah Newren3-12/+20
2021-07-15diff: correct warning message when renameLimit exceededLibravatar Elijah Newren1-1/+1
2021-07-15worktree: teach `add` to accept --reason <string> with --lockLibravatar Stephen Manz3-7/+32
2021-07-14t1092: document bad sparse-checkout behaviorLibravatar Derrick Stolee1-4/+6
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-12rev-list: add option for --pretty=format without headerLibravatar brian m. carlson4-12/+112