Age | Commit message (Expand) | Author | Files | Lines |
2020-03-02 | Merge branch 'ma/test-cleanup' | Junio C Hamano | 1 | -1/+0 |
2020-02-24 | t: drop debug `cat` calls | Martin Ågren | 1 | -1/+0 |
2020-02-05 | Merge branch 'bc/hash-independent-tests-part-7' | Junio C Hamano | 1 | -4/+5 |
2020-01-21 | fetch: document and test --refmap="" | Derrick Stolee | 1 | -0/+24 |
2020-01-15 | t5510: make hash size independent | brian m. carlson | 1 | -4/+5 |
2019-11-04 | Merge branch 'ds/commit-graph-on-fetch' | Junio C Hamano | 1 | -0/+16 |
2019-10-25 | commit-graph: fix writing first commit-graph during fetch | Derrick Stolee | 1 | -1/+1 |
2019-10-25 | t5510-fetch.sh: demonstrate fetch.writeCommitGraph bug | Derrick Stolee | 1 | -0/+16 |
2019-09-30 | Merge branch 'ds/commit-graph-on-fetch' | Junio C Hamano | 1 | -0/+13 |
2019-09-03 | fetch: add fetch.writeCommitGraph config setting | Derrick Stolee | 1 | -0/+13 |
2019-08-01 | t5510-fetch: run non-httpd-specific test before sourcing 'lib-httpd.sh' | SZEDER Gábor | 1 | -22/+25 |
2019-07-31 | t5510-fetch: fix negated 'test_i18ngrep' invocation | SZEDER Gábor | 1 | -1/+1 |
2019-06-21 | fetch: add --[no-]show-forced-updates argument | Derrick Stolee | 1 | -0/+23 |
2019-03-14 | tests: use 'test_atexit' to stop httpd | SZEDER Gábor | 1 | -2/+0 |
2018-08-20 | Merge branch 'ab/fetch-tags-noclobber' | Junio C Hamano | 1 | -1/+1 |
2018-08-17 | Merge branch 'jt/refspec-dwim-precedence-fix' | Junio C Hamano | 1 | -0/+35 |
2018-08-13 | fetch tests: correct a comment "remove it" -> "remove them" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2018-08-02 | Merge branch 'kg/gc-auto-windows-workaround' | Junio C Hamano | 1 | -0/+2 |
2018-08-02 | remote: make refspec follow the same disambiguation rule as local refs | Junio C Hamano | 1 | -0/+35 |
2018-07-09 | gc --auto: release pack files before auto packing | Kim Gybels | 1 | -0/+2 |
2018-07-03 | fetch-pack: support negotiation tip whitelist | Jonathan Tan | 1 | -0/+78 |
2018-06-01 | Merge branch 'cc/tests-without-assuming-ref-files-backend' | Junio C Hamano | 1 | -3/+3 |
2018-05-23 | t: make many tests depend less on the refs being files | David Turner | 1 | -3/+3 |
2018-04-11 | Merge branch 'pk/test-avoid-pipe-hiding-exit-status' | Junio C Hamano | 1 | -4/+4 |
2018-03-28 | test: avoid pipes in git related commands for test | Pratik Karki | 1 | -4/+4 |
2018-03-06 | Merge branch 'ab/fetch-prune' | Junio C Hamano | 1 | -44/+194 |
2018-02-09 | fetch: make the --prune-tags work with <url> | Ævar Arnfjörð Bjarmason | 1 | -9/+7 |
2018-02-09 | fetch: add a --prune-tags option and fetch.pruneTags config | Ævar Arnfjörð Bjarmason | 1 | -0/+70 |
2018-02-09 | fetch tests: add scaffolding for the new fetch.pruneTags | Ævar Arnfjörð Bjarmason | 1 | -42/+50 |
2018-02-09 | fetch tests: fetch <url> <spec> as well as fetch [<remote>] | Ævar Arnfjörð Bjarmason | 1 | -4/+40 |
2018-02-09 | fetch tests: expand case/esac for later change | Ævar Arnfjörð Bjarmason | 1 | -2/+6 |
2018-02-09 | fetch tests: double quote a variable for interpolation | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2018-02-09 | fetch tests: test --prune and refspec interaction | Ævar Arnfjörð Bjarmason | 1 | -0/+12 |
2018-02-09 | fetch tests: add a tag to be deleted to the pruning tests | Ævar Arnfjörð Bjarmason | 1 | -40/+53 |
2018-02-09 | fetch tests: re-arrange arguments for future readability | Ævar Arnfjörð Bjarmason | 1 | -38/+44 |
2018-02-09 | fetch tests: refactor in preparation for testing tag pruning | Ævar Arnfjörð Bjarmason | 1 | -3/+6 |
2018-02-08 | t5510: consolidate 'grep' and 'test_i18ngrep' patterns | SZEDER Gábor | 1 | -6/+3 |
2016-08-08 | Merge branch 'nd/fetch-ref-summary' | Junio C Hamano | 1 | -2/+2 |
2016-07-26 | t5510: skip tests under GETTEXT_POISON build | Vasco Almeida | 1 | -2/+2 |
2016-07-19 | Merge branch 'nd/fetch-ref-summary' | Junio C Hamano | 1 | -0/+30 |
2016-07-06 | fetch: reduce duplicate in ref update status lines with placeholder | Nguyễn Thái Ngọc Duy | 1 | -1/+16 |
2016-07-06 | fetch: align all "remote -> local" output | Nguyễn Thái Ngọc Duy | 1 | -0/+15 |
2016-06-17 | tests: use test_i18n* functions to suppress false positives | Vasco Almeida | 1 | -1/+1 |
2016-05-10 | Merge branch 'js/close-packs-before-gc' | Junio C Hamano | 1 | -0/+1 |
2016-05-02 | t5510: run auto-gc in the foreground | SZEDER Gábor | 1 | -0/+1 |
2016-03-10 | Merge branch 'js/close-packs-before-gc' | Junio C Hamano | 1 | -4/+6 |
2016-03-04 | t5510: do not leave changed cwd | Michael J Gruber | 1 | -4/+6 |
2016-02-17 | Merge branch 'jk/drop-rsync-transport' | Junio C Hamano | 1 | -36/+0 |
2016-02-01 | transport: drop support for git-over-rsync | Jeff King | 1 | -36/+0 |
2016-01-26 | Merge branch 'js/close-packs-before-gc' | Junio C Hamano | 1 | -0/+13 |