aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/fetch-options.txt
AgeCommit message (Expand)AuthorFilesLines
2024-03-16doc: format alternatives in synopsisJean-Noël Avila1-1/+1
2024-01-08fetch: add new config option fetch.allTamino Bauknecht1-2/+3
2023-10-09documentation: add some commas where they are helpfulElijah Newren1-1/+1
2023-10-09documentation: fix subject/verb agreementElijah Newren1-1/+1
2023-05-10fetch: introduce machine-parseable "porcelain" output formatPatrick Steinhardt1-0/+7
2022-04-04Merge branch 'rc/fetch-refetch'Junio C Hamano1-0/+10
2022-03-28fetch: after refetch, encourage auto gc repackingRobert Coup1-1/+2
2022-03-28fetch: add --refetch optionRobert Coup1-0/+9
2022-03-16fetch: fetch unpopulated, changed submodulesGlen Choo1-9/+17
2022-01-18fetch --negotiate-only: do not update submodulesGlen Choo1-0/+1
2021-06-30fetch: document the --negotiate-only optionÆvar Arnfjörð Bjarmason1-2/+11
2021-04-16fetch: add --prefetch optionDerrick Stolee1-0/+5
2021-01-12fetch: implement support for atomic reference updatesPatrick Steinhardt1-0/+4
2020-09-25Merge branch 'ds/maintenance-part-1'Junio C Hamano1-2/+4
2020-09-17maintenance: replace run_auto_gc()Derrick Stolee1-2/+4
2020-08-24Merge branch 'jc/no-update-fetch-head'Junio C Hamano1-0/+9
2020-08-18fetch: optionally allow disabling FETCH_HEAD updateJunio C Hamano1-0/+9
2020-08-13fetch, pull doc: correct description of '--set-upstream'Philippe Blain1-1/+1
2020-04-28Merge branch 'dr/doc-recurse-submodules'Junio C Hamano1-1/+2
2020-04-06doc: be more precise on (fetch|push).recurseSubmodulesDamien Robert1-1/+2
2020-03-28pull: remove --update-head-ok from documentationRené Scharfe1-1/+1
2020-03-11pull: document more passthru optionsRené Scharfe1-3/+7
2020-02-14Merge branch 'ds/refmap-doc' into maintJunio 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
2010-11-12Submodules: Add the "fetchRecurseSubmodules" config optionJens Lehmann1-1/+1
2010-11-12Add the 'fetch.recurseSubmodules' config settingJens Lehmann1-2/+3
2010-11-12fetch/pull: Add the --recurse-submodules optionJens Lehmann1-0/+10
2010-11-03pull: Remove --tags option from manpageJens Lehmann1-0/+2
2010-11-03Replace "remote tracking" with "remote-tracking"Matthieu Moy1-1/+1
2010-08-14fetch: allow command line --tags to override configDaniel Johnson1-2/+6
2010-07-13git fetch documentation: describe short '-p' synonym to '--prune' optionOren Held1-0/+1
2010-02-24fetch and pull: learn --progressTay Ray Chuan1-1/+8
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast1-5/+5
2009-11-10builtin-fetch: add --dry-run optionJay Soffian1-0/+5
2009-11-10builtin-fetch: add --prune optionJay Soffian1-0/+4
2009-11-10Teach the --multiple option to 'git fetch'Björn Gustavsson1-0/+6
2009-11-10Teach the --all option to 'git fetch'Björn Gustavsson1-0/+3
2009-10-21Documentation/fetch-options.txt: order options alphabeticallyJari Aalto1-24/+24
2009-09-07git-pull: do not mention --quiet and --verbose twiceEmmanuel Trillaud1-0/+2
2009-08-12Change mentions of "git programs" to "git commands"Ori Avtalion1-1/+1
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder1-4/+4
2008-06-08Docs: Use "-l::\n--long\n" format in OPTIONS sectionsStephan Beyer1-11/+19
2008-01-25git pull manpage: don't include -n from fetch-options.txtMiklos Vajna1-4/+8
2008-01-06Documentation: rename gitlink macro to linkgitDan McGee1-1/+1
2007-06-07War on whitespaceJunio C Hamano1-1/+0
2007-04-26Document additional options for git-fetchAndrew Ruder1-5/+12
2007-01-01Update clone/fetch documentation with --depth (shallow clone) optionJunio C Hamano1-0/+5
2007-01-01Strongly discourage --update-head-ok in fetch-options documentation.Junio C Hamano1-2/+4
2006-01-26git-fetch --upload-pack: disambiguate.Junio C Hamano1-2/+1
2006-01-24git-fetch: pass --upload-pack to fetch-packMichal Ostrowski1-0/+7
2006-01-10Add --keep option to keep downloaded packs to git-fetch.Tom Prince1-0/+3
2006-01-07git-fetch: auto-following tags.Junio C Hamano1-5/+13
2005-12-01Documentation: describe '-f' option to git-fetch.Junio C Hamano1-0/+5
2005-11-18Update pull/fetch --tags documentationLuck, Tony1-1/+3
2005-11-08Add --tags documentation, scraped from JC mail.Jon Loeliger1-0/+3
2005-11-06Refactored merge options into separate merge-options.txt.Jon Loeliger1-0/+14