Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-01-13 | fetch: release pack files before garbage-collecting | Johannes Schindelin | 1 | -0/+13 |
2015-12-28 | t/t5510-fetch.sh: use the $( ... ) construct for command substitution | Elia Pinto | 1 | -5/+5 |
2015-03-20 | t: fix trivial &&-chain breakage | Jeff King | 1 | -1/+1 |
2015-03-20 | t: fix severe &&-chain breakage | Jeff King | 1 | -1/+1 |
2014-06-05 | fetch: allow explicit --refmap to override configuration | Junio C Hamano | 1 | -0/+37 |
2014-04-03 | Merge branch 'cn/fetch-prune-overlapping-destination' | Junio C Hamano | 1 | -0/+20 |
2014-03-26 | fetch: handle overlaping refspecs on --prune | Carlos Martín Nieto | 1 | -1/+1 |
2014-03-19 | t5510: Do not use $(pwd) when fetching / pushing / pulling via rsync | Sebastian Schuberth | 1 | -3/+3 |
2014-02-28 | fetch: add a failing test for prunning with overlapping refspecs | Carlos Martín Nieto | 1 | -0/+20 |
2014-02-13 | Merge branch 'jk/allow-fetch-onelevel-refname' into maint | Junio C Hamano | 1 | -0/+11 |
2014-01-27 | Merge branch 'jk/allow-fetch-onelevel-refname' | Junio C Hamano | 1 | -0/+11 |
2014-01-15 | fetch-pack: do not filter out one-level refs | Jeff King | 1 | -0/+11 |
2014-01-03 | fetch --prune: Run prune before fetching | Tom Miller | 1 | -0/+14 |
2014-01-03 | fetch --prune: always print header url | Tom Miller | 1 | -0/+12 |
2013-10-30 | fetch --prune: prune only based on explicit refspecs | Michael Haggerty | 1 | -5/+5 |
2013-10-30 | fetch --tags: fetch tags *in addition to* other stuff | Michael Haggerty | 1 | -3/+19 |
2013-10-24 | t5510: check that "git fetch --prune --tags" does not prune branches | Michael Haggerty | 1 | -0/+4 |
2013-10-24 | t5510: prepare test refs more straightforwardly | Michael Haggerty | 1 | -4/+4 |
2013-10-24 | t5510: use the correct tag name in test | Michael Haggerty | 1 | -1/+1 |
2013-09-09 | Merge branch 'ms/fetch-prune-configuration' | Junio C Hamano | 1 | -0/+82 |
2013-07-18 | fetch: make --prune configurable | Michael Schubert | 1 | -0/+82 |
2013-05-28 | fetch: don't try to update unfetched tracking refs | John Keeping | 1 | -0/+16 |
2013-05-12 | fetch: opportunistically update tracking refs | Jeff King | 1 | -4/+4 |
2013-05-12 | t5510: start tracking-ref tests from a known state | Jeff King | 1 | -0/+10 |
2012-04-17 | fetch: describe new refs based on where it came from | Marc Branchaud | 1 | -0/+30 |