Age | Commit message (Expand) | Author | Files | Lines |
2013-07-12 | Merge branch 'ms/remote-tracking-branches-in-doc' | Junio C Hamano | 1 | -1/+1 |
2013-07-03 | Change "remote tracking" to "remote-tracking" | Michael Schubert | 1 | -1/+1 |
2013-06-23 | t/t5505-remote: test multiple push/pull in remotes-file | Ramkumar Ramachandra | 1 | -2/+14 |
2013-06-23 | t/t5505-remote: test url-with-# in branches-file | Ramkumar Ramachandra | 1 | -4/+18 |
2013-06-23 | t/t5505-remote: use test_path_is_missing | Ramkumar Ramachandra | 1 | -2/+2 |
2013-06-23 | t/t5505-remote: test push-refspec in branches-file | Ramkumar Ramachandra | 1 | -1/+2 |
2013-06-23 | t/t5505-remote: modernize style | Ramkumar Ramachandra | 1 | -373/+440 |
2013-05-01 | Merge branch 'tr/remote-tighten-commandline-parsing' | Junio C Hamano | 1 | -0/+22 |
2013-04-24 | remote: 'show' and 'prune' can take more than one remote | Thomas Rast | 1 | -8/+3 |
2013-04-24 | remote: check for superfluous arguments in 'git remote add' | Thomas Rast | 1 | -1/+1 |
2013-04-24 | remote: add a test for extra arguments, according to docs | Thomas Rast | 1 | -0/+27 |
2013-01-04 | t5505: do not assume the "matching" push is the default | Junio C Hamano | 1 | -1/+1 |
2012-09-12 | Merge branch 'nd/maint-remote-remove' | Junio C Hamano | 1 | -2/+2 |
2012-09-06 | remote: prefer subcommand name 'remove' to 'rm' | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2012-08-27 | Fix tests under GETTEXT_POISON on git-remote | Jiang Xin | 1 | -11/+17 |
2011-09-11 | remote: only update remote-tracking branch if updating refspec | Martin von Zweigbergk | 1 | -1/+2 |
2011-09-11 | remote: "rename o foo" should not rename ref "origin/bar" | Martin von Zweigbergk | 1 | -0/+10 |
2011-09-11 | remote: write correct fetch spec when renaming remote 'remote' | Martin von Zweigbergk | 1 | -0/+20 |
2011-05-26 | remote: allow "-t" with fetch mirrors | Jeff King | 1 | -0/+22 |
2011-03-30 | remote: separate the concept of push and fetch mirrors | Jeff King | 1 | -0/+78 |
2010-11-03 | Change incorrect "remote branch" to "remote tracking branch" in C code | Matthieu Moy | 1 | -3/+5 |
2010-09-06 | Merge branch 'xx/trivial' into maint | Junio C Hamano | 1 | -1/+1 |
2010-09-05 | t5505: add missing && | Jens Lehmann | 1 | -1/+1 |
2010-06-18 | Merge branch 'jn/remote-set-branches' | Junio C Hamano | 1 | -0/+88 |
2010-05-19 | Add git remote set-branches | Jonathan Nieder | 1 | -0/+88 |
2010-04-19 | remote add: add a --[no-]tags option | Samuel Tardieu | 1 | -0/+63 |
2010-04-03 | Merge branch 'bc/t5505-fix' | Junio C Hamano | 1 | -41/+6 |
2010-03-24 | Merge branch 'jc/maint-refs-dangling' | Junio C Hamano | 1 | -3/+3 |
2010-03-20 | t/t5505-remote.sh: escape * to prevent interpretation by shell as glob | Brandon Casey | 1 | -1/+1 |
2010-03-20 | t5505: add missing && | Brandon Casey | 1 | -1/+1 |
2010-03-20 | t5505: remove unnecessary subshell invocations | Brandon Casey | 1 | -39/+4 |
2010-03-15 | refs: ref entry with NULL sha1 is can be a dangling symref | Junio C Hamano | 1 | -3/+3 |
2010-01-20 | Merge branch 'bg/maint-remote-update-default' into maint | Junio C Hamano | 1 | -0/+14 |
2010-01-18 | Add git remote set-url | Ilari Liusvaara | 1 | -1/+215 |
2010-01-10 | Merge branch 'bg/maint-remote-update-default' | Junio C Hamano | 1 | -0/+14 |
2009-12-31 | Fix "git remote update" with remotes.defalt set | Björn Gustavsson | 1 | -0/+14 |
2009-11-23 | Merge branch 'bg/fetch-multi' | Junio C Hamano | 1 | -0/+11 |
2009-11-10 | Add missing test for 'git remote update --prune' | Björn Gustavsson | 1 | -0/+11 |
2009-10-24 | Use 'fast-forward' all over the place | Felipe Contreras | 1 | -1/+1 |
2009-06-13 | builtin-remote: Show push urls as well | Michael J Gruber | 1 | -3/+7 |
2009-05-27 | fix segfault showing an empty remote | Clemens Buchacher | 1 | -0/+10 |
2009-02-27 | builtin-remote: new show output style for push refspecs | Jay Soffian | 1 | -8/+22 |
2009-02-27 | builtin-remote: new show output style | Jay Soffian | 1 | -17/+21 |
2009-02-27 | builtin-remote: add set-head subcommand | Jay Soffian | 1 | -0/+40 |
2009-02-27 | builtin-remote: teach show to display remote HEAD | Jay Soffian | 1 | -2/+10 |
2009-02-27 | builtin-remote: fix two inconsistencies in the output of "show <remote>" | Jay Soffian | 1 | -1/+1 |
2009-02-10 | Warn use of "origin" when remotes/origin/HEAD is dangling | Junio C Hamano | 1 | -0/+6 |
2009-02-10 | remote prune: warn dangling symrefs | Junio C Hamano | 1 | -0/+21 |
2009-02-05 | Merge branch 'js/maint-remote-remove-mirror' | Junio C Hamano | 1 | -0/+26 |
2009-02-04 | builtin-remote: make rm operation safer in mirrored repository | Jay Soffian | 1 | -0/+26 |