summaryrefslogtreecommitdiff
path: root/Documentation/git-remote.txt
AgeCommit message (Expand)Author
2009-08-11Fix typos in git-remote.txt and git-symbolic-ref.txtŠtěpán Němec
2009-04-08git remote update: Fallback to remote if group does not existFinn Arne Gangstad
2009-04-05git remote update: New option --pruneFinn Arne Gangstad
2009-02-27builtin-remote: add set-head subcommandJay Soffian
2008-11-12git-remote: document the migration feature of the rename subcommandMiklos Vajna
2008-11-05Implement git remote renameMiklos Vajna
2008-07-05manpages: italicize command names in synopsesJonathan Nieder
2008-07-05Documentation: more "git-" versus "git " changesJonathan Nieder
2008-07-02Documentation: be consistent about "git-" versus "git "Jonathan Nieder
2008-06-11remote prune: print the list of pruned branchesOlivier Marin
2008-06-11remote 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-21Add a remote.*.mirror configuration optionPaolo Bonzini
2008-02-04git-remote documentation: fix synopsis to match descriptionJörg Sommer
2008-01-07Documentation: rename gitlink macro to linkgitDan McGee
2007-11-19Merge branch 'maint'Junio C Hamano
2007-11-18git-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-19remote: 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-06Documentation: 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-26Documentation: describe "-f/-t/-m" options to "git-remote add"Junio C Hamano
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-04Cleanup subcommand documentation for git-remote.Shawn O. Pearce
2007-02-02Teach 'git remote' how to cleanup stale tracking branches.Shawn O. Pearce
2007-01-29[PATCH] Rename git-repo-config to git-config.Tom Prince
2007-01-09Documentation: add git-remote man pageJ. Bruce Fields