Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-03-12 | Merge branch 'tr/maint-bundle-boundary' into maint | Junio C Hamano | 1 | -22/+35 |
2012-03-01 | bundle: keep around names passed to add_pending_object() | Thomas Rast | 1 | -0/+15 |
2012-03-01 | t5510: ensure we stay in the toplevel test dir | Thomas Rast | 1 | -8/+10 |
2012-03-01 | t5510: refactor bundle->pack conversion | Thomas Rast | 1 | -14/+10 |
2012-01-03 | write first for-merge ref to FETCH_HEAD first | Joey Hess | 1 | -1/+1 |
2011-12-09 | Merge branch 'jc/pull-signed-tag' | Junio C Hamano | 1 | -3/+2 |
2011-11-07 | refs DWIMmery: use the same rule for both "git fetch" and others | Junio C Hamano | 1 | -3/+2 |
2011-10-15 | fetch: treat --tags like refs/tags/*:refs/tags/* when pruning | Carlos Martín Nieto | 1 | -2/+2 |
2011-10-15 | fetch: honor the user-provided refspecs when pruning refs | Carlos Martín Nieto | 1 | -2/+2 |
2011-10-07 | t5510: add tests for fetch --prune | Carlos Martín Nieto | 1 | -0/+50 |
2010-11-09 | tests: add missing && | Jonathan Nieder | 1 | -1/+1 |
2010-09-15 | Merge branch 'jl/fix-test' | Junio C Hamano | 1 | -19/+22 |
2010-09-09 | t/t5510-fetch.sh: improve testing with explicit URL and merge spec | Brandon Casey | 1 | -2/+28 |
2010-09-09 | tests: subshell indentation stylefix | Jonathan Nieder | 1 | -16/+19 |
2010-09-08 | Merge branch 'bc/maint-fetch-url-only' | Junio C Hamano | 1 | -0/+6 |
2010-09-06 | Several tests: cd inside subshell instead of around | Jens Lehmann | 1 | -9/+9 |
2010-08-25 | builtin/fetch.c: ignore merge config when not fetching from branch's remote | Brandon Casey | 1 | -1/+1 |
2010-08-25 | t/t5510: demonstrate failure to fetch when current branch has merge ref | Brandon Casey | 1 | -0/+6 |
2010-05-31 | tests: use "test_cmp", not "diff", when verifying the result | Gary V. Vaughan | 1 | -1/+1 |
2010-02-25 | Windows: redirect f[re]open("/dev/null") to f[re]open("nul") | Johannes Sixt | 1 | -0/+7 |
2009-11-14 | remote: fix use-after-free error detected by glibc in ref_remove_duplicates | Julian Phillips | 1 | -0/+11 |
2009-08-07 | Merge branch 'maint-1.6.1' into maint-1.6.2 | Junio C Hamano | 1 | -3/+8 |
2009-08-07 | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 1 | -3/+8 |
2009-08-07 | t5510: harden the way verify-pack is used | Junio C Hamano | 1 | -3/+8 |
2009-03-10 | rsync transport: allow local paths, and fix tests | Johannes Schindelin | 1 | -19/+20 |
2008-10-21 | Merge branch 'js/maint-fetch-update-head' | Junio C Hamano | 1 | -0/+12 |
2008-10-13 | Fix fetch/pull when run without --update-head-ok | Johannes Schindelin | 1 | -0/+12 |
2008-09-21 | t5510: test "git fetch" following tags minimally | Junio C Hamano | 1 | -0/+20 |
2008-09-03 | tests: use "git xyzzy" form (t3600 - t6999) | Nanako Shiraishi | 1 | -1/+1 |
2008-07-13 | t/: Use "test_must_fail git" instead of "! git" | Stephan Beyer | 1 | -6/+6 |