summaryrefslogtreecommitdiff
path: root/Documentation/fetch-options.txt
AgeCommit message (Expand)Author
2018-02-09fetch: add a --prune-tags option and fetch.pruneTags configÆvar Arnfjörð Bjarmason
2018-02-09git-fetch & config doc: link to the new PRUNING sectionÆvar Arnfjörð Bjarmason
2016-10-10Merge branch 'nd/shallow-deepen'Junio C Hamano
2016-07-13Merge branch 'mm/doc-tt'Junio C Hamano
2016-06-28doc: typeset long command-line options as literalMatthieu Moy
2016-06-27Merge branch 'jk/fetch-prune-doc'Junio C Hamano
2016-06-14fetch: document that pruning happens before fetchingJeff King
2016-06-13fetch, upload-pack: --deepen=N extends shallow boundary by N commitsNguyễn Thái Ngọc Duy
2016-06-13fetch: define shallow boundary with --shallow-excludeNguyễn Thái Ngọc Duy
2016-06-13fetch: define shallow boundary with --shallow-sinceNguyễn Thái Ngọc Duy
2016-02-24Merge branch 'ew/force-ipv4'Junio C Hamano
2016-02-12connect & http: support -4 and -6 switches for remote operationsEric Wong
2016-01-20Merge branch 'ss/clone-depth-single-doc'Junio C Hamano
2016-01-08docs: clarify that --depth for git-fetch works with newly initialized reposSebastian Schuberth
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-05fetch: allow explicit --refmap to override configurationJunio C Hamano
2014-01-17Merge 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-30fetch-options.txt: simplify ifdef/ifndef/endif usageMichael Haggerty
2013-10-30fetch --prune: prune only based on explicit refspecsMichael Haggerty
2013-10-30fetch --tags: fetch tags *in addition to* other stuffMichael Haggerty
2013-06-11Merge 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-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