| Commit message (Expand) | Author | Age | Files | Lines |
* | Change "tracking branch" to "remote-tracking branch" | Matthieu Moy | 2010-11-03 | 1 | -1/+1 |
* | Replace "remote tracking" with "remote-tracking" | Matthieu Moy | 2010-11-03 | 1 | -2/+2 |
* | Use parentheses and `...' where appropriate | Štěpán Němec | 2010-10-08 | 1 | -1/+1 |
* | Use angles for placeholders consistently | Štěpán Němec | 2010-10-08 | 1 | -1/+1 |
* | Merge branch 'jn/remote-set-branches' | Junio C Hamano | 2010-06-18 | 1 | -0/+13 |
|\ |
|
| * | Add git remote set-branches | Jonathan Nieder | 2010-05-19 | 1 | -0/+13 |
* | | remote add: add a --[no-]tags option | Samuel Tardieu | 2010-04-19 | 1 | -1/+7 |
|/ |
|
* | Merge branch 'il/remote-updates' | Junio C Hamano | 2010-01-22 | 1 | -0/+17 |
|\ |
|
| * | Add git remote set-url | Ilari Liusvaara | 2010-01-18 | 1 | -0/+17 |
* | | Documentation: spell 'git cmd' without dash throughout | Thomas Rast | 2010-01-10 | 1 | -1/+1 |
|/ |
|
* | git remote: Separate usage strings for subcommands | Tim Henigan | 2009-11-20 | 1 | -3/+4 |
* | Fix typos in git-remote.txt and git-symbolic-ref.txt | Štěpán Němec | 2009-08-10 | 1 | -2/+2 |
* | git remote update: Fallback to remote if group does not exist | Finn Arne Gangstad | 2009-04-07 | 1 | -1/+1 |
* | git remote update: New option --prune | Finn Arne Gangstad | 2009-04-05 | 1 | -1/+3 |
* | builtin-remote: add set-head subcommand | Jay Soffian | 2009-02-27 | 1 | -2/+26 |
* | git-remote: document the migration feature of the rename subcommand | Miklos Vajna | 2008-11-11 | 1 | -0/+4 |
* | Implement git remote rename | Miklos Vajna | 2008-11-05 | 1 | -0/+6 |
* | manpages: italicize command names in synopses | Jonathan Nieder | 2008-07-05 | 1 | -5/+5 |
* | Documentation: more "git-" versus "git " changes | Jonathan Nieder | 2008-07-05 | 1 | -1/+1 |
* | Documentation: be consistent about "git-" versus "git " | Jonathan Nieder | 2008-07-01 | 1 | -6/+6 |
* | remote prune: print the list of pruned branches | Olivier Marin | 2008-06-10 | 1 | -4/+3 |
* | remote show: fix the -n option | Olivier Marin | 2008-06-10 | 1 | -1/+1 |
* | Docs: add some long/short options | Stephan Beyer | 2008-06-08 | 1 | -1/+9 |
* | documentation: move git(7) to git(1) | Christian Couder | 2008-06-06 | 1 | -1/+1 |
* | Manual subsection to refer to other pages is SEE ALSO | Junio C Hamano | 2008-05-28 | 1 | -1/+1 |
* | Add a remote.*.mirror configuration option | Paolo Bonzini | 2008-04-20 | 1 | -2/+4 |
* | git-remote documentation: fix synopsis to match description | Jörg Sommer | 2008-02-03 | 1 | -1/+1 |
* | Documentation: rename gitlink macro to linkgit | Dan McGee | 2008-01-06 | 1 | -6/+6 |
* | Merge branch 'maint' | Junio C Hamano | 2007-11-19 | 1 | -1/+1 |
|\ |
|
| * | git-remote.txt: fix example url | J. Bruce Fields | 2007-11-17 | 1 | -1/+1 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-11-14 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | git-remote.txt: fix typo | Sergei Organov | 2007-11-14 | 1 | -1/+1 |
* | | remote: document the 'rm' subcommand | James Bowes | 2007-09-18 | 1 | -0/+6 |
* | | Teach "git remote" a mirror mode | Johannes Schindelin | 2007-09-03 | 1 | -1/+5 |
|/ |
|
* | Merge branch 'maint' | Junio C Hamano | 2007-06-30 | 1 | -0/+7 |
|\ |
|
| * | git-remote: document -n | Sam Vilain | 2007-06-30 | 1 | -0/+7 |
* | | War on whitespace | Junio C Hamano | 2007-06-07 | 1 | -1/+0 |
|/ |
|
* | Documentation: fix typo in git-remote.txt | James Bowes | 2007-05-05 | 1 | -1/+1 |
* | Merge branch 'maint' | Junio C Hamano | 2007-02-28 | 1 | -3/+14 |
|\ |
|
| * | Documentation: git-remote add [-t <branch>] [-m <branch>] [-f] name url | Junio C Hamano | 2007-02-28 | 1 | -3/+14 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-02-26 | 1 | -0/+13 |
|\ \
| |/ |
|
| * | Documentation: describe "-f/-t/-m" options to "git-remote add" | Junio C Hamano | 2007-02-25 | 1 | -0/+13 |
* | | Allow git-remote to update named groups of remotes | Theodore Ts'o | 2007-02-20 | 1 | -4/+7 |
* | | Teach git-remote to update existing remotes by fetching from them | Theodore Ts'o | 2007-02-19 | 1 | -1/+9 |
|/ |
|
* | Cleanup subcommand documentation for git-remote. | Shawn O. Pearce | 2007-02-03 | 1 | -4/+19 |
* | Teach 'git remote' how to cleanup stale tracking branches. | Shawn O. Pearce | 2007-02-01 | 1 | -0/+5 |
* | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 2007-01-28 | 1 | -2/+2 |
* | Documentation: add git-remote man page | J. Bruce Fields | 2007-01-08 | 1 | -0/+76 |