summaryrefslogtreecommitdiff
path: root/git-remote.perl
AgeCommit message (Expand)AuthorFilesLines
2008-03-01Make git-remote a builtinLibravatar Johannes Schindelin1-477/+0
2008-02-06Make git-remote.perl "use strict" compliantLibravatar Rafael Garcia-Suarez1-4/+6
2007-10-26Merge branch 'maint'Libravatar Junio C Hamano1-1/+2
2007-10-24git-remote: fix "Use of uninitialized value in string ne"Libravatar Junio C Hamano1-1/+2
2007-09-29git-remote: exit with non-zero status after detecting error in "rm".Libravatar Jari Aalto1-3/+3
2007-09-29Merge branch 'maint'Libravatar Junio C Hamano1-4/+10
2007-09-29git-remote: exit with non-zero status after detecting errors.Libravatar Jari Aalto1-4/+10
2007-09-23git-remote rm: add tests and minor fix-upsLibravatar Junio C Hamano1-6/+4
2007-09-18remote: add 'rm' subcommandLibravatar James Bowes1-0/+38
2007-09-03Teach "git remote" a mirror modeLibravatar Johannes Schindelin1-1/+7
2007-07-05Add -v|--verbose to git remote to show remote urlLibravatar Alex Riesen1-1/+13
2007-06-12git-remote show: Also shorten non-fast-forward refs in the 'push' listingLibravatar Johannes Sixt1-0/+1
2007-05-10Git.pm: config_boolean() -> config_bool()Libravatar Petr Baudis1-2/+2
2007-03-20Teach git-remote to list pushed branches.Libravatar Johannes Sixt1-1/+15
2007-02-21git-remote: support remotes with a dot in the nameLibravatar Pavel Roskin1-1/+1
2007-02-20Allow git-remote to update named groups of remotesLibravatar Theodore Ts'o1-9/+31
2007-02-19Teach git-remote to update existing remotes by fetching from themLibravatar Theodore Ts'o1-0/+13
2007-02-05Teach git-remote add to fetch and trackLibravatar Junio C Hamano1-6/+48
2007-02-01Teach 'git remote' how to cleanup stale tracking branches.Libravatar Shawn O. Pearce1-1/+38
2007-02-01Pull out remote listing functions in git-remote.Libravatar Shawn O. Pearce1-20/+23
2007-01-28[PATCH] Rename git-repo-config to git-config.Libravatar Tom Prince1-4/+4
2007-01-13git-remote: no longer silent on unknown commands.Libravatar Quy Tonthat1-1/+6
2007-01-04git-remoteLibravatar Junio C Hamano1-0/+277