aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-remote.txt
AgeCommit message (Expand)Author
2008-07-01Documentation: be consistent about "git-" versus "git "Jonathan Nieder
2008-06-10remote prune: print the list of pruned branchesOlivier Marin
2008-06-10remote show: fix the -n optionOlivier Marin
2008-06-08Docs: add some long/short optionsStephan Beyer
2008-06-06documentation: move git(7) to git(1)Christian Couder
2008-05-28Manual subsection to refer to other pages is SEE ALSOJunio C Hamano
2008-04-20Add a remote.*.mirror configuration optionPaolo Bonzini
2008-02-03git-remote documentation: fix synopsis to match descriptionJörg Sommer
2008-01-06Documentation: rename gitlink macro to linkgitDan McGee
2007-11-19Merge branch 'maint'Junio C Hamano
2007-11-17git-remote.txt: fix example urlJ. Bruce Fields
2007-11-14Merge branch 'maint'Junio C Hamano
2007-11-14git-remote.txt: fix typoSergei Organov
2007-09-18remote: document the 'rm' subcommandJames Bowes
2007-09-03Teach "git remote" a mirror modeJohannes Schindelin
2007-06-30Merge branch 'maint'Junio C Hamano
2007-06-30git-remote: document -nSam Vilain
2007-06-07War on whitespaceJunio C Hamano
2007-05-05Documentation: fix typo in git-remote.txtJames Bowes
2007-02-28Merge branch 'maint'Junio C Hamano
2007-02-28Documentation: git-remote add [-t <branch>] [-m <branch>] [-f] name urlJunio C Hamano
2007-02-26Merge branch 'maint'Junio C Hamano
2007-02-25Documentation: describe "-f/-t/-m" options to "git-remote add"Junio C Hamano
2007-02-20Allow git-remote to update named groups of remotesTheodore Ts'o
2007-02-19Teach git-remote to update existing remotes by fetching from themTheodore Ts'o
2007-02-03Cleanup subcommand documentation for git-remote.Shawn O. Pearce
2007-02-01Teach 'git remote' how to cleanup stale tracking branches.Shawn O. Pearce
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince
2007-01-08Documentation: add git-remote man pageJ. Bruce Fields