Age | Commit message (Expand) | Author | Files | Lines |
2021-02-15 | diffcore-rename: compute basenames of source and dest candidates | Elijah Newren | 1 | -0/+63 |
2021-02-15 | t4001: add a test comparing basename similarity and content similarity | Elijah Newren | 1 | -0/+23 |
2021-02-15 | diffcore-rename: filter rename_src list when possible | Elijah Newren | 1 | -8/+51 |
2021-02-15 | ref-filter: use pretty.c logic for trailers | Hariom Verma | 3 | -21/+118 |
2021-02-15 | pretty.c: capture invalid trailer argument | Hariom Verma | 2 | -5/+15 |
2021-02-15 | pretty.c: refactor trailer logic to `format_set_trailers_options()` | Hariom Verma | 2 | -39/+61 |
2021-02-15 | t6300: use function to test trailer options | Hariom Verma | 1 | -43/+47 |
2021-02-12 | The eighth batch | Junio C Hamano | 1 | -0/+21 |
2021-02-12 | Merge branch 'tb/precompose-prefix-too' | Junio C Hamano | 11 | -29/+59 |
2021-02-12 | Merge branch 'jk/complete-branch-force-delete' | Junio C Hamano | 2 | -4/+6 |
2021-02-12 | Merge branch 'jv/upload-pack-filter-spec-quotefix' | Junio C Hamano | 2 | -8/+11 |
2021-02-12 | Merge branch 'tb/pack-revindex-on-disk' | Junio C Hamano | 22 | -42/+545 |
2021-02-12 | Merge branch 'ab/tests-various-fixup' | Junio C Hamano | 5 | -67/+80 |
2021-02-12 | diffcore-rename: no point trying to find a match better than exact | Elijah Newren | 1 | -6/+14 |
2021-02-12 | test-lib-functions: assert correct parameter count | Ævar Arnfjörð Bjarmason | 1 | -0/+8 |
2021-02-12 | test-lib-functions: remove bug-inducing "diagnostics" helper param | Ævar Arnfjörð Bjarmason | 5 | -16/+26 |
2021-02-12 | test libs: rename "diff-lib" to "lib-diff" | Ævar Arnfjörð Bjarmason | 23 | -30/+30 |
2021-02-11 | Sync with maint | Junio C Hamano | 0 | -0/+0 |
2021-02-11 | Merge branch 'en/merge-ort-perf' | Junio C Hamano | 2 | -1/+94 |
2021-02-11 | Merge branch 'en/ort-directory-rename' | Junio C Hamano | 1 | -19/+811 |
2021-02-11 | Merge branch 'tb/ci-run-cocci-with-18.04' into maint | Junio C Hamano | 1 | -1/+1 |
2021-02-11 | config: improve error message for boolean config | Andrew Klotz | 2 | -2/+25 |
2021-02-11 | t7001: use `test` rather than `[` | Shubham Verma | 1 | -8/+8 |
2021-02-11 | t7001: use here-docs instead of echo | Shubham Verma | 1 | -1/+4 |
2021-02-11 | t7001: put each command on a separate line | Shubham Verma | 1 | -1/+3 |
2021-02-11 | t7001: use '>' rather than 'touch' | Shubham Verma | 1 | -5/+5 |
2021-02-11 | t7001: avoid using `cd` outside of subshells | Shubham Verma | 1 | -32/+11 |
2021-02-11 | t7001: remove whitespace after redirect operators | Shubham Verma | 1 | -3/+3 |
2021-02-11 | t7001: modernize subshell formatting | Shubham Verma | 1 | -34/+40 |
2021-02-11 | t7001: remove unnecessary blank lines | Shubham Verma | 1 | -12/+0 |
2021-02-11 | t7001: indent with TABs instead of spaces | Shubham Verma | 1 | -60/+60 |
2021-02-11 | t7001: modernize test formatting | Shubham Verma | 1 | -96/+96 |
2021-02-11 | stash: declare ref_stash as an array | Denton Liu | 1 | -1/+1 |
2021-02-11 | t3905: use test_cmp() to check file contents | Denton Liu | 1 | -2/+4 |
2021-02-11 | t3905: replace test -s with test_file_not_empty | Denton Liu | 1 | -6/+6 |
2021-02-11 | t3905: remove nested git in command substitution | Denton Liu | 1 | -3/+6 |
2021-02-11 | t3905: move all commands into test cases | Denton Liu | 1 | -72/+75 |
2021-02-11 | t3905: remove spaces after redirect operators | Denton Liu | 1 | -20/+20 |
2021-02-11 | git-stash.txt: be explicit about subcommand options | Denton Liu | 1 | -4/+4 |
2021-02-11 | rev-list: add --disk-usage option for calculating disk usage | Jeff King | 5 | -0/+189 |
2021-02-11 | commit-graph: when incompatible with graphs, indicate why | Johannes Schindelin | 1 | -3/+11 |
2021-02-11 | reflog expire --stale-fix: be generous about missing objects | Johannes Schindelin | 2 | -0/+29 |
2021-02-11 | diff: plug memory leak from regcomp() on {log,diff} -I | Ævar Arnfjörð Bjarmason | 1 | -0/+12 |
2021-02-11 | diff: add an API for deferred freeing | Ævar Arnfjörð Bjarmason | 4 | -20/+48 |
2021-02-10 | tests: remove most uses of test_i18ncmp | Ævar Arnfjörð Bjarmason | 90 | -415/+415 |
2021-02-10 | tests: remove last uses of C_LOCALE_OUTPUT | Ævar Arnfjörð Bjarmason | 3 | -14/+4 |
2021-02-10 | tests: remove most uses of C_LOCALE_OUTPUT | Ævar Arnfjörð Bjarmason | 17 | -41/+41 |
2021-02-10 | tests: remove last uses of GIT_TEST_GETTEXT_POISON=false | Ævar Arnfjörð Bjarmason | 1 | -8/+4 |
2021-02-10 | docs: clarify that refs/notes/ do not keep the attached objects alive | Martin von Zweigbergk | 1 | -6/+8 |
2021-02-10 | gpg-interface: remove other signature headers before verifying | brian m. carlson | 2 | -0/+27 |