Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-16submodules: allow parallel fetching, add tests and documentationStefan Beller
2015-03-14*config.txt: stick to camelCase naming conventionNguyễn Thái Ngọc Duy
2014-06-06fetch: allow explicit --refmap to override configurationJunio C Hamano
2014-01-18Merge branch 'nd/shallow-clone'Junio C Hamano
2013-12-11fetch: add --update-shallow to accept refs that update .git/shallowNguyễn Thái Ngọc Duy
2013-12-11upload-pack: make sure deepening preserves shallow rootsNguyễn Thái Ngọc Duy
2013-10-31fetch-options.txt: simplify ifdef/ifndef/endif usageMichael Haggerty
2013-10-31fetch --prune: prune only based on explicit refspecsMichael Haggerty
2013-10-31fetch --tags: fetch tags *in addition to* other stuffMichael Haggerty
2013-06-12Merge branch 'rr/maint-fetch-tag-doc-asterisks'Junio C Hamano
2013-06-07fetch-options.txt: prevent a wildcard refspec from getting misformattedJunio C Hamano
2013-01-11fetch: elaborate --depth actionNguyễn Thái Ngọc Duy
2013-01-11fetch: add --unshallow for turning shallow repo into complete oneNguyễn Thái Ngọc Duy
2012-12-14fetch --tags: clarify documentationJunio C Hamano
2012-09-19Doc: shallow clone deepens _to_ new depthPhilip Oakley
2011-03-10fetch/pull: Don't recurse into a submodule when commits are already presentJens Lehmann
2011-03-10fetch/pull: Add the 'on-demand' value to the --recurse-submodules optionJens Lehmann
2011-03-10fetch/pull: recurse into submodules when necessaryJens Lehmann
2011-02-08pull: Document the "--[no-]recurse-submodules" optionsJens Lehmann
2010-12-16Merge branch 'jl/fetch-submodule-recursive'Junio C Hamano
2010-11-25Merge branch 'mm/phrase-remote-tracking'Junio C Hamano
2010-11-13Submodules: Add the "fetchRecurseSubmodules" config optionJens Lehmann
2010-11-13Add the 'fetch.recurseSubmodules' config settingJens Lehmann
2010-11-13fetch/pull: Add the --recurse-submodules optionJens Lehmann
2010-11-04pull: 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-22Documentation/fetch-options.txt: order options alphabeticallyJari Aalto
2009-09-08git-pull: do not mention --quiet and --verbose twiceEmmanuel Trillaud
2009-08-13Change 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-09Docs: 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-02Update clone/fetch documentation with --depth (shallow clone) optionJunio C Hamano
2007-01-02Strongly 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