aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-fetch.txt
AgeCommit message (Expand)AuthorFilesLines
2023-12-26doc: enforce dashes in placeholdersJean-Noël Avila1-2/+2
2023-05-10fetch: introduce machine-parseable "porcelain" output formatPatrick Steinhardt1-0/+9
2023-01-13doc: fix non-existent config nameYukai Chou1-4/+4
2022-09-07docs: add CONFIGURATION sections that fuzzy map to built-insÆvar Arnfjörð Bjarmason1-0/+7
2022-03-16fetch: fetch unpopulated, changed submodulesGlen Choo1-6/+4
2021-07-30Documentation: render special characters correctlyAndrei Rybak1-1/+1
2020-08-18fetch: allow refspecs specified through stdinJonathan Tan1-0/+4
2020-06-25docs: adjust for the recent rename of `pu` to `seen`Johannes Schindelin1-4/+4
2019-08-05doc: typo: s/can not/cannot/ and s/is does/does/Mark Rushakoff1-2/+2
2019-01-23doc: tidy asciidoc styleJean-Noël Avila1-1/+1
2018-02-09fetch: make the --prune-tags work with <url>Ævar Arnfjörð Bjarmason1-15/+6
2018-02-09fetch: add a --prune-tags option and fetch.pruneTags configÆvar Arnfjörð Bjarmason1-0/+47
2018-02-09git fetch doc: add a new section to explain the ins & outs of pruningÆvar Arnfjörð Bjarmason1-0/+49
2017-01-10Merge branch 'mm/push-social-engineering-attack-doc'Junio C Hamano1-0/+2
2016-11-14doc: mention transfer data leaks in more placesMatt McCutchen1-0/+2
2016-07-06fetch: reduce duplicate in ref update status lines with placeholderNguyễn Thái Ngọc Duy1-0/+5
2016-06-27fetch: change flag code for displaying tag update and deleted refNguyễn Thái Ngọc Duy1-2/+2
2016-06-27git-fetch.txt: document fetch outputNguyễn Thái Ngọc Duy1-0/+46
2015-10-29Merge branch 'jc/em-dash-in-doc'Junio C Hamano1-1/+1
2015-10-22Documentation: AsciiDoc spells em-dash as double-dashes, not tripleJunio C Hamano1-1/+1
2015-03-13*config.txt: stick to camelCase naming conventionNguyễn Thái Ngọc Duy1-1/+1
2014-06-12docs: Explain the purpose of fetch's and pull's <refspec> parameter.Marc Branchaud1-2/+2
2014-06-05fetch: allow explicit --refmap to override configurationJunio C Hamano1-0/+4
2014-06-05fetch doc: add a section on configured remote-tracking branchesJunio C Hamano1-0/+45
2014-06-02fetch doc: move FETCH_HEAD material lower and add an exampleMarc Branchaud1-8/+21
2014-05-30fetch doc: update introductory part for clarityJunio C Hamano1-11/+13
2013-12-17Merge branch 'fc/trivial'Junio C Hamano1-0/+3
2013-12-09fetch: add missing documentationFelipe Contreras1-0/+3
2013-10-30git-fetch.txt: improve description of tag auto-followingMichael Haggerty1-7/+7
2013-02-01Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann1-1/+1
2011-07-06Documentation: use [verse] for SYNOPSIS sectionsMartin von Zweigbergk1-3/+1
2011-04-13remove doubled words, e.g., s/to to/to/, and fix related typosJim Meyering1-1/+1
2011-04-04Merge branch 'jl/submodule-fetch-on-demand'Junio C Hamano1-0/+9
2011-03-11doc: drop author/documentation sections from most pagesJeff King1-10/+0
2011-03-09fetch/pull: Describe --recurse-submodule restrictions in the BUGS sectionJens Lehmann1-0/+9
2010-11-03Change "tracking branch" to "remote-tracking branch"Matthieu Moy1-1/+1
2010-10-08Use parentheses and `...' where appropriateŠtěpán Němec1-1/+1
2010-04-09fetch/push: fix usage stringsTay Ray Chuan1-4/+4
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast1-1/+1
2009-11-23Merge branch 'bg/fetch-multi'Junio C Hamano1-2/+12
2009-11-10Teach the --multiple option to 'git fetch'Björn Gustavsson1-0/+2
2009-11-10Teach the --all option to 'git fetch'Björn Gustavsson1-2/+10
2009-10-21modernize fetch/merge/pull examplesClemens Buchacher1-0/+29
2008-07-21Update my e-mail addressJunio C Hamano1-1/+1
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder1-1/+1
2008-07-01Documentation formatting and cleanupJonathan Nieder1-1/+1
2008-07-01Documentation: be consistent about "git-" versus "git "Jonathan Nieder1-2/+2
2008-06-06documentation: move git(7) to git(1)Christian Couder1-1/+1
2008-01-06Documentation: rename gitlink macro to linkgitDan McGee1-2/+2
2007-07-05Add urls.txt to git-clone man pageAndrew Ruder1-1/+1
2007-02-09git-fetch: document automatic tag following.Junio C Hamano1-0/+8
2007-01-18Documentation: sync git.txt command list and manual page titleJunio C Hamano1-1/+1
2006-03-09Remove trailing dot after short descriptionFredrik Kuivinen1-1/+1
2006-02-06Docs: move git url and remotes text to separate sectionsJ. Bruce Fields1-1/+1
2005-12-08Documentation: recursive is the default strategy these days.Junio C Hamano1-1/+1
2005-11-06Refactored merge options into separate merge-options.txt.Jon Loeliger1-12/+4
2005-11-05Documentation: git-fetch/pull updates.Junio C Hamano1-0/+5
2005-10-19git-fetch/push/pull: documentation.Junio C Hamano1-0/+5
2005-10-10Remove the version tags from the manpagesJunio C Hamano1-1/+0
2005-10-03[PATCH] Random documentation fixesJonas Fonseca1-1/+1
2005-09-20[PATCH] Documentation: Update all files to use the new gitlink: macroSergey Vlasov1-1/+1
2005-09-15[PATCH] Document git-fetch optionsSergey Vlasov1-0/+6
2005-09-07Big tool rename.Junio C Hamano1-0/+41