summaryrefslogtreecommitdiff
path: root/t/t5505-remote.sh
AgeCommit message (Expand)Author
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
2009-02-06Merge branch 'js/maint-remote-remove-mirror'Junio C Hamano
2009-02-04builtin-remote: make rm operation safer in mirrored repositoryJay Soffian
2008-11-12git-remote rename: migrate from remotes/ and branches/Miklos Vajna
2008-11-05Implement git remote renameMiklos Vajna
2008-10-23git-remote: list branches in vertical listsJohannes Sixt
2008-10-13Fix fetch/pull when run without --update-head-okJohannes Schindelin
2008-09-02Bring local clone's origin URL in line with that of a remote cloneJohan Herland
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer
2008-06-11remote show: list tracked remote branches with -nOlivier Marin
2008-06-11remote prune: print the list of pruned branchesOlivier Marin
2008-06-11remote show: fix the -n optionOlivier Marin
2008-06-01Make "git-remote prune" delete refs according to fetch specsShawn O. Pearce
2008-05-24tests: do not use implicit "git diff --no-index"Junio C Hamano
2008-04-25remote: create fetch config lines with '+'Jeff King
2008-04-18git-remote: reject adding remotes with invalid namesJonas Fonseca
2008-03-24builtin-remote: Fix missing newline at end of listing of pushed branchesJohannes Sixt
2008-03-20remote show: do not show symbolic refsJohannes Schindelin
2008-03-13add test_cmp function for test scriptsJeff King
2008-03-09builtin remote rm: remove symbolic refs, tooJohannes Schindelin
2008-03-05remote: fix "update [group...]"Johannes Schindelin