summaryrefslogtreecommitdiff
path: root/Documentation/fetch-options.txt
AgeCommit message (Expand)Author
2011-03-09fetch/pull: Don't recurse into a submodule when commits are already presentJens Lehmann
2011-03-09fetch/pull: Add the 'on-demand' value to the --recurse-submodules optionJens Lehmann
2011-03-09fetch/pull: recurse into submodules when necessaryJens Lehmann
2011-02-07pull: Document the "--[no-]recurse-submodules" optionsJens Lehmann
2010-12-16Merge branch 'jl/fetch-submodule-recursive'Junio C Hamano
2010-11-24Merge branch 'mm/phrase-remote-tracking'Junio C Hamano
2010-11-12Submodules: Add the "fetchRecurseSubmodules" config optionJens Lehmann
2010-11-12Add the 'fetch.recurseSubmodules' config settingJens Lehmann
2010-11-12fetch/pull: Add the --recurse-submodules optionJens Lehmann
2010-11-03pull: Remove --tags option from manpageJens Lehmann
2010-11-03Replace "remote tracking" with "remote-tracking"Matthieu Moy
2010-08-15fetch: allow command line --tags to override configDaniel Johnson
2010-07-13git fetch documentation: describe short '-p' synonym to '--prune' optionOren Held
2010-02-24fetch and pull: learn --progressTay Ray Chuan
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast
2009-11-10builtin-fetch: add --dry-run optionJay Soffian
2009-11-10builtin-fetch: add --prune optionJay Soffian
2009-11-10Teach the --multiple option to 'git fetch'Björn Gustavsson
2009-11-10Teach the --all option to 'git fetch'Björn Gustavsson
2009-10-21Documentation/fetch-options.txt: order options alphabeticallyJari Aalto
2009-09-07git-pull: do not mention --quiet and --verbose twiceEmmanuel Trillaud
2009-08-12Change mentions of "git programs" to "git commands"Ori Avtalion
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder
2008-06-08Docs: Use "-l::\n--long\n" format in OPTIONS sectionsStephan Beyer
2008-01-26git pull manpage: don't include -n from fetch-options.txtMiklos Vajna
2008-01-07Documentation: rename gitlink macro to linkgitDan McGee
2007-06-07War on whitespaceJunio C Hamano
2007-04-27Document additional options for git-fetchAndrew Ruder
2007-01-01Update clone/fetch documentation with --depth (shallow clone) optionJunio C Hamano
2007-01-01Strongly discourage --update-head-ok in fetch-options documentation.Junio C Hamano
2006-01-27git-fetch --upload-pack: disambiguate.Junio C Hamano
2006-01-25git-fetch: pass --upload-pack to fetch-packMichal Ostrowski
2006-01-11Add --keep option to keep downloaded packs to git-fetch.Tom Prince
2006-01-08git-fetch: auto-following tags.Junio C Hamano
2005-12-01Documentation: describe '-f' option to git-fetch.Junio C Hamano
2005-11-18Update pull/fetch --tags documentationLuck, Tony
2005-11-08Add --tags documentation, scraped from JC mail.Jon Loeliger
2005-11-07Refactored merge options into separate merge-options.txt.Jon Loeliger