summaryrefslogtreecommitdiff
path: root/t/t5505-remote.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bg/maint-remote-update-default' into maintJunio C Hamano2010-01-201-0/+14
|\
| * Fix "git remote update" with remotes.defalt setBjörn Gustavsson2009-12-311-0/+14
* | Merge branch 'bg/fetch-multi'Junio C Hamano2009-11-231-0/+11
|\ \ | |/
| * Add missing test for 'git remote update --prune'Björn Gustavsson2009-11-101-0/+11
* | Use 'fast-forward' all over the placeFelipe Contreras2009-10-241-1/+1
|/
* builtin-remote: Show push urls as wellMichael J Gruber2009-06-131-3/+7
* fix segfault showing an empty remoteClemens Buchacher2009-05-271-0/+10
* builtin-remote: new show output style for push refspecsJay Soffian2009-02-271-8/+22
* builtin-remote: new show output styleJay Soffian2009-02-271-17/+21
* builtin-remote: add set-head subcommandJay Soffian2009-02-271-0/+40
* builtin-remote: teach show to display remote HEADJay Soffian2009-02-271-2/+10
* builtin-remote: fix two inconsistencies in the output of "show <remote>"Jay Soffian2009-02-271-1/+1
* Warn use of "origin" when remotes/origin/HEAD is danglingJunio C Hamano2009-02-101-0/+6
* remote prune: warn dangling symrefsJunio C Hamano2009-02-101-0/+21
* Merge branch 'js/maint-remote-remove-mirror'Junio C Hamano2009-02-051-0/+26
|\
| * builtin-remote: make rm operation safer in mirrored repositoryJay Soffian2009-02-041-0/+26
* | git-remote rename: migrate from remotes/ and branches/Miklos Vajna2008-11-111-0/+33
* | Implement git remote renameMiklos Vajna2008-11-051-0/+15
* | git-remote: list branches in vertical listsJohannes Sixt2008-10-221-5/+9
|/
* Fix fetch/pull when run without --update-head-okJohannes Schindelin2008-10-131-1/+1
* Bring local clone's origin URL in line with that of a remote cloneJohan Herland2008-09-011-3/+3
* t/: Use "test_must_fail git" instead of "! git"Stephan Beyer2008-07-131-7/+7
* remote show: list tracked remote branches with -nOlivier Marin2008-06-101-0/+2
* remote prune: print the list of pruned branchesOlivier Marin2008-06-101-0/+18
* remote show: fix the -n optionOlivier Marin2008-06-101-0/+17
* Make "git-remote prune" delete refs according to fetch specsShawn O. Pearce2008-05-311-0/+18
* tests: do not use implicit "git diff --no-index"Junio C Hamano2008-05-241-5/+5
* remote: create fetch config lines with '+'Jeff King2008-04-241-0/+10
* git-remote: reject adding remotes with invalid namesJonas Fonseca2008-04-181-0/+6
* builtin-remote: Fix missing newline at end of listing of pushed branchesJohannes Sixt2008-03-231-0/+6
* remote show: do not show symbolic refsJohannes Schindelin2008-03-191-0/+10
* add test_cmp function for test scriptsJeff King2008-03-131-3/+3
* builtin remote rm: remove symbolic refs, tooJohannes Schindelin2008-03-081-0/+1
* remote: fix "update [group...]"Johannes Schindelin2008-03-051-0/+92
* builtin-remote: prune remotes correctly that were added with --mirrorJohannes Schindelin2008-03-011-0/+16
* Make git-remote a builtinJohannes Schindelin2008-03-011-2/+2
* Test "git remote show" and "git remote prune"Johannes Schindelin2008-03-011-0/+34
* Don't use GIT_CONFIG in t5505-remoteDaniel Barkalow2008-02-271-3/+0
* git-remote rm: add tests and minor fix-upsJunio C Hamano2007-09-231-0/+100