aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-remote.txt
AgeCommit message (Expand)AuthorFilesLines
2024-02-21git-remote.txt: fix typoJakub Wilk1-1/+1
2022-05-09builtin/remote.c: teach `-v` to list filters for promisor remotesAbhradeep Chakraborty1-0/+2
2022-03-03builtin/remote.c: show progress when renaming remote referencesTaylor Blau1-1/+1
2021-11-09doc: uniformize <URL> placeholders' caseJean-Noël Avila1-4/+4
2020-10-27remote: add meaningful exit code on missing/existingÆvar Arnfjörð Bjarmason1-0/+11
2020-10-08doc: git-remote fix upsJean-Noël Avila1-10/+10
2019-04-02doc: promote "git switch"Nguyễn Thái Ngọc Duy1-1/+1
2018-06-04Merge branch 'nd/remote-update-doc'Junio C Hamano1-2/+2
2018-06-04remote: doc typofixDuy Nguyen1-1/+1
2018-06-01remote.txt: update documentation for 'update' commandDuy Nguyen1-2/+2
2018-05-02doc: keep first level section header in upper caseNguyễn Thái Ngọc Duy1-1/+1
2018-02-09git remote doc: correct dangerous lies about what prune doesÆvar Arnfjörð Bjarmason1-5/+9
2016-06-28doc: typeset long command-line options as literalMatthieu Moy1-5/+5
2015-10-29Merge branch 'xf/user-manual-markup'Junio C Hamano1-1/+1
2015-10-22Documentation: match underline with the textJunio C Hamano1-1/+1
2015-09-17remote: add get-url subcommandBen Boeckel1-0/+10
2015-03-06Merge branch 'mg/doc-remote-tags-or-not'Junio C Hamano1-0/+3
2015-03-02git-remote.txt: describe behavior without --tags and --no-tagsMichael J Gruber1-0/+3
2015-01-29Documentation/git-remote.txt: stress that set-url is not for triangularJunio C Hamano1-6/+14
2014-02-11docs/git-remote: capitalize first word of initial blurbAlbert L. Lash, IV1-1/+1
2013-09-27remote doc: document long forms of set-head optionsPhilip Oakley1-3/+3
2013-06-22Documentation: Update the NFS remote examples to use the staging repoW. Trevor King1-9/+16
2013-05-17documentation: trivial style cleanupsFelipe Contreras1-1/+1
2013-04-24remote: 'show' and 'prune' can take more than one remoteThomas Rast1-2/+2
2012-09-06remote: prefer subcommand name 'remove' to 'rm'Nguyễn Thái Ngọc Duy1-1/+2
2012-04-26docs: stop using asciidoc no-inline-literalJeff King1-3/+3
2012-02-23Merge branch 'pj/remote-set-branches-usage-fix'Junio C Hamano1-1/+1
2012-02-19remote: fix set-branches usage and documentationPhilip Jägenstedt1-1/+1
2011-06-23git-remote.txt: avoid sounding as if loose refs are the only ones in the worldJunio C Hamano1-9/+10
2011-06-23git-remote.txt: fix wrong remote refspecNamhyung Kim1-6/+6
2011-04-06Merge branch 'jk/maint-remote-mirror-safer'Junio C Hamano1-6/+9
2011-03-30remote: deprecate --mirrorJeff King1-4/+0
2011-03-30remote: separate the concept of push and fetch mirrorsJeff King1-6/+13
2011-03-11doc: drop author/documentation sections from most pagesJeff King1-10/+0
2010-11-03Change "tracking branch" to "remote-tracking branch"Matthieu Moy1-1/+1
2010-11-03Replace "remote tracking" with "remote-tracking"Matthieu Moy1-2/+2
2010-10-08Use parentheses and `...' where appropriateŠtěpán Němec1-1/+1
2010-10-08Use angles for placeholders consistentlyŠtěpán Němec1-1/+1
2010-06-18Merge branch 'jn/remote-set-branches'Junio C Hamano1-0/+13
2010-05-19Add git remote set-branchesJonathan Nieder1-0/+13
2010-04-19remote add: add a --[no-]tags optionSamuel Tardieu1-1/+7
2010-01-22Merge branch 'il/remote-updates'Junio C Hamano1-0/+17
2010-01-18Add git remote set-urlIlari Liusvaara1-0/+17
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast1-1/+1
2009-11-20git remote: Separate usage strings for subcommandsTim Henigan1-3/+4
2009-08-10Fix typos in git-remote.txt and git-symbolic-ref.txtŠtěpán Němec1-2/+2
2009-04-07git remote update: Fallback to remote if group does not existFinn Arne Gangstad1-1/+1
2009-04-05git remote update: New option --pruneFinn Arne Gangstad1-1/+3
2009-02-27builtin-remote: add set-head subcommandJay Soffian1-2/+26
2008-11-11git-remote: document the migration feature of the rename subcommandMiklos Vajna1-0/+4
2008-11-05Implement git remote renameMiklos Vajna1-0/+6
2008-07-05manpages: italicize command names in synopsesJonathan Nieder1-5/+5
2008-07-05Documentation: more "git-" versus "git " changesJonathan Nieder1-1/+1
2008-07-01Documentation: be consistent about "git-" versus "git "Jonathan Nieder1-6/+6
2008-06-10remote prune: print the list of pruned branchesOlivier Marin1-4/+3
2008-06-10remote show: fix the -n optionOlivier Marin1-1/+1
2008-06-08Docs: add some long/short optionsStephan Beyer1-1/+9
2008-06-06documentation: move git(7) to git(1)Christian Couder1-1/+1
2008-05-28Manual subsection to refer to other pages is SEE ALSOJunio C Hamano1-1/+1
2008-04-20Add a remote.*.mirror configuration optionPaolo Bonzini1-2/+4
2008-02-03git-remote documentation: fix synopsis to match descriptionJörg Sommer1-1/+1
2008-01-06Documentation: rename gitlink macro to linkgitDan McGee1-6/+6
2007-11-19Merge branch 'maint'Junio C Hamano1-1/+1
2007-11-17git-remote.txt: fix example urlJ. Bruce Fields1-1/+1
2007-11-14Merge branch 'maint'Junio C Hamano1-1/+1
2007-11-14git-remote.txt: fix typoSergei Organov1-1/+1
2007-09-18remote: document the 'rm' subcommandJames Bowes1-0/+6
2007-09-03Teach "git remote" a mirror modeJohannes Schindelin1-1/+5
2007-06-30Merge branch 'maint'Junio C Hamano1-0/+7
2007-06-30git-remote: document -nSam Vilain1-0/+7
2007-06-07War on whitespaceJunio C Hamano1-1/+0
2007-05-05Documentation: fix typo in git-remote.txtJames Bowes1-1/+1
2007-02-28Merge branch 'maint'Junio C Hamano1-3/+14
2007-02-28Documentation: git-remote add [-t <branch>] [-m <branch>] [-f] name urlJunio C Hamano1-3/+14
2007-02-26Merge branch 'maint'Junio C Hamano1-0/+13
2007-02-25Documentation: describe "-f/-t/-m" options to "git-remote add"Junio C Hamano1-0/+13
2007-02-20Allow git-remote to update named groups of remotesTheodore Ts'o1-4/+7
2007-02-19Teach git-remote to update existing remotes by fetching from themTheodore Ts'o1-1/+9
2007-02-03Cleanup subcommand documentation for git-remote.Shawn O. Pearce1-4/+19
2007-02-01Teach 'git remote' how to cleanup stale tracking branches.Shawn O. Pearce1-0/+5
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince1-2/+2
2007-01-08Documentation: add git-remote man pageJ. Bruce Fields1-0/+76