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