summaryrefslogtreecommitdiff
path: root/t/t5505-remote.sh
AgeCommit message (Expand)Author
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