aboutsummaryrefslogtreecommitdiff
path: root/t/t5505-remote.sh
Commit message (Expand)AuthorAge
* Merge branch 'nd/maint-remote-remove'Junio C Hamano2012-09-12
|\
| * remote: prefer subcommand name 'remove' to 'rm'Nguyễn Thái Ngọc Duy2012-09-06
* | Fix tests under GETTEXT_POISON on git-remoteJiang Xin2012-08-27
|/
* remote: only update remote-tracking branch if updating refspecMartin von Zweigbergk2011-09-11
* remote: "rename o foo" should not rename ref "origin/bar"Martin von Zweigbergk2011-09-11
* remote: write correct fetch spec when renaming remote 'remote'Martin von Zweigbergk2011-09-11
* remote: allow "-t" with fetch mirrorsJeff King2011-05-26
* remote: separate the concept of push and fetch mirrorsJeff King2011-03-30
* Change incorrect "remote branch" to "remote tracking branch" in C codeMatthieu Moy2010-11-03
* Merge branch 'xx/trivial' into maintJunio C Hamano2010-09-06
|\
| * t5505: add missing &&Jens Lehmann2010-09-05
| * Merge branch 'bg/maint-remote-update-default' into maintJunio C Hamano2010-01-20
| |\
* | \ Merge branch 'jn/remote-set-branches'Junio C Hamano2010-06-18
|\ \ \
| * | | Add git remote set-branchesJonathan Nieder2010-05-19
* | | | remote add: add a --[no-]tags optionSamuel Tardieu2010-04-19
|/ / /
* | | Merge branch 'bc/t5505-fix'Junio C Hamano2010-04-03
|\ \ \
| * | | t/t5505-remote.sh: escape * to prevent interpretation by shell as globBrandon Casey2010-03-20
| * | | t5505: add missing &&Brandon Casey2010-03-20
| * | | t5505: remove unnecessary subshell invocationsBrandon Casey2010-03-20
* | | | Merge branch 'jc/maint-refs-dangling'Junio C Hamano2010-03-24
|\ \ \ \ | |/ / / |/| | |
| * | | refs: ref entry with NULL sha1 is can be a dangling symrefJunio C Hamano2010-03-15
* | | | Add git remote set-urlIlari Liusvaara2010-01-18
* | | | Merge branch 'bg/maint-remote-update-default'Junio C Hamano2010-01-10
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Fix "git remote update" with remotes.defalt setBjörn Gustavsson2009-12-31
* | | Merge branch 'bg/fetch-multi'Junio C Hamano2009-11-23
|\ \ \ | |/ /
| * | Add missing test for 'git remote update --prune'Björn Gustavsson2009-11-10
* | | Use 'fast-forward' all over the placeFelipe Contreras2009-10-24
|/ /
* | builtin-remote: Show push urls as wellMichael J Gruber2009-06-13
|/
* fix segfault showing an empty remoteClemens Buchacher2009-05-27
* builtin-remote: new show output style for push refspecsJay Soffian2009-02-27
* builtin-remote: new show output styleJay Soffian2009-02-27
* builtin-remote: add set-head subcommandJay Soffian2009-02-27
* builtin-remote: teach show to display remote HEADJay Soffian2009-02-27
* builtin-remote: fix two inconsistencies in the output of "show <remote>"Jay Soffian2009-02-27
* Warn use of "origin" when remotes/origin/HEAD is danglingJunio C Hamano2009-02-10
* remote prune: warn dangling symrefsJunio C Hamano2009-02-10
* Merge branch 'js/maint-remote-remove-mirror'Junio C Hamano2009-02-05
|\
| * builtin-remote: make rm operation safer in mirrored repositoryJay Soffian2009-02-04
* | git-remote rename: migrate from remotes/ and branches/Miklos Vajna2008-11-11
* | Implement git remote renameMiklos Vajna2008-11-05
* | git-remote: list branches in vertical listsJohannes Sixt2008-10-22
|/
* Fix fetch/pull when run without --update-head-okJohannes Schindelin2008-10-13
* Bring local clone's origin URL in line with that of a remote cloneJohan Herland2008-09-01
* t/: Use "test_must_fail git" instead of "! git"Stephan Beyer2008-07-13
* remote show: list tracked remote branches with -nOlivier Marin2008-06-10
* remote prune: print the list of pruned branchesOlivier Marin2008-06-10
* remote show: fix the -n optionOlivier Marin2008-06-10
* Make "git-remote prune" delete refs according to fetch specsShawn O. Pearce2008-05-31
* tests: do not use implicit "git diff --no-index"Junio C Hamano2008-05-24
* remote: create fetch config lines with '+'Jeff King2008-04-24