summaryrefslogtreecommitdiff
path: root/t/t5505-remote.sh
AgeCommit message (Expand)Author
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
2008-03-01builtin-remote: prune remotes correctly that were added with --mirrorJohannes Schindelin
2008-03-01Make git-remote a builtinJohannes Schindelin
2008-03-01Test "git remote show" and "git remote prune"Johannes Schindelin
2008-02-27Don't use GIT_CONFIG in t5505-remoteDaniel Barkalow
2007-09-24git-remote rm: add tests and minor fix-upsJunio C Hamano