summaryrefslogtreecommitdiff
path: root/git-remote.perl
AgeCommit message (Expand)Author
2007-07-06Add -v|--verbose to git remote to show remote urlAlex Riesen
2007-06-13git-remote show: Also shorten non-fast-forward refs in the 'push' listingJohannes Sixt
2007-05-10Git.pm: config_boolean() -> config_bool()Petr Baudis
2007-03-20Teach git-remote to list pushed branches.Johannes Sixt
2007-02-21git-remote: support remotes with a dot in the namePavel Roskin
2007-02-21Allow git-remote to update named groups of remotesTheodore Ts'o
2007-02-20Teach git-remote to update existing remotes by fetching from themTheodore Ts'o
2007-02-05Teach git-remote add to fetch and trackJunio C Hamano
2007-02-02Teach 'git remote' how to cleanup stale tracking branches.Shawn O. Pearce
2007-02-02Pull out remote listing functions in git-remote.Shawn O. Pearce
2007-01-29[PATCH] Rename git-repo-config to git-config.Tom Prince
2007-01-13git-remote: no longer silent on unknown commands.Quy Tonthat
2007-01-05git-remoteJunio C Hamano