summaryrefslogtreecommitdiff
path: root/t/t5505-remote.sh
AgeCommit message (Expand)Author
2013-09-18connect: annotate refs with their symref information in get_remote_head()Junio C Hamano
2013-09-18t5505: fix "set-head --auto with ambiguous HEAD" testJunio C Hamano
2013-07-12Merge branch 'ms/remote-tracking-branches-in-doc'Junio C Hamano
2013-07-03Change "remote tracking" to "remote-tracking"Michael Schubert
2013-06-23t/t5505-remote: test multiple push/pull in remotes-fileRamkumar Ramachandra
2013-06-23t/t5505-remote: test url-with-# in branches-fileRamkumar Ramachandra
2013-06-23t/t5505-remote: use test_path_is_missingRamkumar Ramachandra
2013-06-23t/t5505-remote: test push-refspec in branches-fileRamkumar Ramachandra
2013-06-23t/t5505-remote: modernize styleRamkumar Ramachandra
2013-05-01Merge branch 'tr/remote-tighten-commandline-parsing'Junio C Hamano
2013-04-24remote: 'show' and 'prune' can take more than one remoteThomas Rast
2013-04-24remote: check for superfluous arguments in 'git remote add'Thomas Rast
2013-04-24remote: add a test for extra arguments, according to docsThomas Rast
2013-01-05t5505: do not assume the "matching" push is the defaultJunio C Hamano
2012-09-12Merge branch 'nd/maint-remote-remove'Junio C Hamano
2012-09-06remote: prefer subcommand name 'remove' to 'rm'Nguyễn Thái Ngọc Duy
2012-08-27Fix tests under GETTEXT_POISON on git-remoteJiang Xin
2011-09-12remote: only update remote-tracking branch if updating refspecMartin von Zweigbergk
2011-09-12remote: "rename o foo" should not rename ref "origin/bar"Martin von Zweigbergk
2011-09-12remote: write correct fetch spec when renaming remote 'remote'Martin von Zweigbergk
2011-05-26remote: allow "-t" with fetch mirrorsJeff King
2011-03-30remote: separate the concept of push and fetch mirrorsJeff King
2010-11-03Change incorrect "remote branch" to "remote tracking branch" in C codeMatthieu Moy
2010-09-06Merge branch 'xx/trivial' into maintJunio C Hamano
2010-09-06t5505: add missing &&Jens Lehmann
2010-06-18Merge branch 'jn/remote-set-branches'Junio C Hamano
2010-05-20Add git remote set-branchesJonathan Nieder
2010-04-19remote add: add a --[no-]tags optionSamuel Tardieu
2010-04-03Merge branch 'bc/t5505-fix'Junio C Hamano
2010-03-24Merge branch 'jc/maint-refs-dangling'Junio C Hamano
2010-03-20t/t5505-remote.sh: escape * to prevent interpretation by shell as globBrandon Casey
2010-03-20t5505: add missing &&Brandon Casey
2010-03-20t5505: remove unnecessary subshell invocationsBrandon Casey
2010-03-16refs: ref entry with NULL sha1 is can be a dangling symrefJunio C Hamano
2010-01-20Merge branch 'bg/maint-remote-update-default' into maintJunio C Hamano
2010-01-19Add git remote set-urlIlari Liusvaara
2010-01-10Merge branch 'bg/maint-remote-update-default'Junio C Hamano
2009-12-31Fix "git remote update" with remotes.defalt setBjörn Gustavsson
2009-11-23Merge branch 'bg/fetch-multi'Junio C Hamano
2009-11-10Add missing test for 'git remote update --prune'Björn Gustavsson
2009-10-25Use 'fast-forward' all over the placeFelipe Contreras
2009-06-13builtin-remote: Show push urls as wellMichael J Gruber
2009-05-28fix segfault showing an empty remoteClemens Buchacher
2009-02-27builtin-remote: new show output style for push refspecsJay Soffian
2009-02-27builtin-remote: new show output styleJay Soffian
2009-02-27builtin-remote: add set-head subcommandJay Soffian
2009-02-27builtin-remote: teach show to display remote HEADJay Soffian
2009-02-27builtin-remote: fix two inconsistencies in the output of "show <remote>"Jay Soffian
2009-02-11Warn use of "origin" when remotes/origin/HEAD is danglingJunio C Hamano
2009-02-11remote prune: warn dangling symrefsJunio C Hamano