summaryrefslogtreecommitdiffstats
path: root/Documentation/fetch-options.txt (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-30Merge branch 'ds/refmap-doc'Junio C Hamano1-1/+4
2020-01-21fetch: document and test --refmap=""Derrick Stolee1-1/+4
2019-11-06fetch: add the command-line option `--write-commit-graph`Johannes Schindelin1-0/+4
2019-10-15Merge branch 'js/fetch-jobs'Junio C Hamano1-4/+9
2019-10-06fetch: let --jobs=<n> parallelize --multiple, tooJohannes Schindelin1-4/+9
2019-08-19pull, fetch: add --set-upstream optionCorentin BOMPARD1-0/+7
2019-07-09Merge branch 'ds/fetch-disable-force-notice'Junio C Hamano1-0/+13
2019-06-21fetch: add --[no-]show-forced-updates argumentDerrick Stolee1-0/+13
2019-06-19fetch: only run 'gc' once when fetching multiple remotesNguyễn Thái Ngọc Duy1-0/+4
2019-04-18clone: send server options when using protocol v2Jonathan Tan1-1/+2
2018-09-17Merge branch 'ab/fetch-tags-noclobber'Junio C Hamano1-5/+10
2018-08-31fetch: document local ref updates with/without --forceÆvar Arnfjörð Bjarmason1-5/+10
2018-08-01fetch doc: cross-link two new negotiation optionsÆvar Arnfjörð Bjarmason1-0/+3
2018-07-03fetch-pack: support negotiation tip whitelistJonathan Tan1-0/+16
2018-04-24fetch: send server options when using protocol v2Brandon Williams1-0/+8
2018-02-09fetch: add a --prune-tags option and fetch.pruneTags configÆvar Arnfjörð Bjarmason1-1/+13
2018-02-09git-fetch & config doc: link to the new PRUNING sectionÆvar Arnfjörð Bjarmason1-0/+3
2016-10-10Merge branch 'nd/shallow-deepen'Junio C Hamano1-0/+14
2016-07-13Merge branch 'mm/doc-tt'Junio C Hamano1-3/+3
2016-06-28doc: typeset long command-line options as literalMatthieu Moy1-3/+3
2016-06-27Merge branch 'jk/fetch-prune-doc'Junio C Hamano1-1/+1
2016-06-14fetch: document that pruning happens before fetchingJeff King1-1/+1
2016-06-13fetch, upload-pack: --deepen=N extends shallow boundary by N commitsNguyễn Thái Ngọc Duy1-0/+5
2016-06-13fetch: define shallow boundary with --shallow-excludeNguyễn Thái Ngọc Duy1-0/+5
2016-06-13fetch: define shallow boundary with --shallow-sinceNguyễn Thái Ngọc Duy1-0/+4
2016-02-24Merge branch 'ew/force-ipv4'Junio C Hamano1-0/+8
2016-02-12connect & http: support -4 and -6 switches for remote operationsEric Wong1-0/+8
2016-01-20Merge branch 'ss/clone-depth-single-doc'Junio C Hamano1-4/+5
2016-01-08docs: clarify that --depth for git-fetch works with newly initialized reposSebastian Schuberth1-4/+5
2015-12-16submodules: allow parallel fetching, add tests and documentationStefan Beller1-0/+7
2015-03-13*config.txt: stick to camelCase naming conventionNguyễn Thái Ngọc Duy1-1/+1
2014-06-05fetch: allow explicit --refmap to override configurationJunio C Hamano1-0/+8
2014-01-17Merge branch 'nd/shallow-clone'Junio C Hamano1-2/+12
2013-12-10fetch: add --update-shallow to accept refs that update .git/shallowNguyễn Thái Ngọc Duy1-0/+6
2013-12-10upload-pack: make sure deepening preserves shallow rootsNguyễn Thái Ngọc Duy1-2/+6
2013-10-30fetch-options.txt: simplify ifdef/ifndef/endif usageMichael Haggerty1-4/+1
2013-10-30fetch --prune: prune only based on explicit refspecsMichael Haggerty1-5/+14
2013-10-30fetch --tags: fetch tags *in addition to* other stuffMichael Haggerty1-5/+3
2013-06-11Merge branch 'rr/maint-fetch-tag-doc-asterisks'Junio C Hamano1-1/+1
2013-06-07fetch-options.txt: prevent a wildcard refspec from getting misformattedJunio C Hamano1-1/+1
2013-01-11fetch: elaborate --depth actionNguyễn Thái Ngọc Duy1-1/+1
2013-01-11fetch: add --unshallow for turning shallow repo into complete oneNguyễn Thái Ngọc Duy1-0/+4
2012-12-13fetch --tags: clarify documentationJunio C Hamano1-8/+5
2012-09-18Doc: shallow clone deepens _to_ new depthPhilip Oakley1-1/+2
2011-03-09fetch/pull: Don't recurse into a submodule when commits are already presentJens Lehmann1-1/+2
2011-03-09fetch/pull: Add the 'on-demand' value to the --recurse-submodules optionJens Lehmann1-3/+13
2011-03-09fetch/pull: recurse into submodules when necessaryJens Lehmann1-0/+8
2011-02-07pull: Document the "--[no-]recurse-submodules" optionsJens Lehmann1-2/+0
2010-12-16Merge branch 'jl/fetch-submodule-recursive'Junio C Hamano1-0/+11
2010-11-24Merge branch 'mm/phrase-remote-tracking'Junio C Hamano1-1/+1