summaryrefslogtreecommitdiff
path: root/Documentation/git-fetch-pack.txt
AgeCommit message (Expand)Author
2018-04-09Documentation: fix several one-character-off spelling errorsElijah Newren
2016-11-18upload-pack: optionally allow fetching any sha1David Turner
2016-10-10Merge branch 'nd/shallow-deepen'Junio C Hamano
2016-06-28doc: typeset long command-line options as literalMatthieu Moy
2016-06-28doc: typeset short command-line options as literalMatthieu Moy
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-03-05fetch-pack: update the documentation for "<refs>..." argumentsGabriel Souza Franco
2015-05-13doc: convert \--option to --optionJeff King
2013-12-03Merge branch 'tb/doc-fetch-pack-url'Junio C Hamano
2013-11-11git-fetch-pack uses URLs like git-fetchTorsten Bögershausen
2013-09-09Merge branch 'nd/clone-connectivity-shortcut'Junio C Hamano
2013-07-23smart http: use the same connectivity check on cloningNguyễn Thái Ngọc Duy
2013-05-17documentation: trivial style cleanupsFelipe Contreras
2013-01-11fetch: add --unshallow for turning shallow repo into complete oneNguyễn Thái Ngọc Duy
2012-10-16Split over-long synopsis in git-fetch-pack.txt into several linesThomas Ackermann
2012-04-02fetch-pack: new --stdin option to read refs from stdinIvan Todoroski
2011-07-06Documentation: use [verse] for SYNOPSIS sectionsMartin von Zweigbergk
2011-03-11doc: drop author/documentation sections from most pagesJeff King
2010-02-19Documentation: describe --thin more accuratelyStephen Boyd
2010-02-18docs: don't talk about $GIT_DIR/refs/ everywhereJeff King
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder
2008-07-02Documentation formatting and cleanupJonathan Nieder
2008-07-02Documentation: be consistent about "git-" versus "git "Jonathan Nieder
2008-06-08Docs: Use "-l::\n--long\n" format in OPTIONS sectionsStephan Beyer
2008-06-06documentation: move git(7) to git(1)Christian Couder
2008-03-05Teach fetch-pack/upload-pack about --include-tagShawn O. Pearce
2008-01-07Documentation: rename gitlink macro to linkgitDan McGee
2007-02-20fetch & clone: do not output progress when not on a ttyJohannes Schindelin
2007-01-25rename --exec to --upload-pack for fetch-pack and peek-remoteUwe Kleine-König
2007-01-20Update documentation of fetch-pack, push and send-packUwe Kleine-König
2007-01-17Documentation: suggest corresponding Porcelain-level in plumbing docs.Junio C Hamano
2006-11-03improve fetch-pack's handling of kept packsNicolas Pitre
2006-03-09Remove trailing dot after short descriptionFredrik Kuivinen
2006-03-06git/Documentation: fix SYNOPSIS style bugsDmitry V. Levin
2005-12-18fetch-pack: -k option to keep downloaded pack.Junio C Hamano
2005-10-10Convert usage of GIT and Git into gitChristian Meder
2005-10-10Remove the version tags from the manpagesJunio C Hamano
2005-09-20[PATCH] Documentation: Update all files to use the new gitlink: macroSergey Vlasov
2005-08-12fetch-pack: start multi-head pulling.Junio C Hamano
2005-07-14[PATCH] Documentation: clone/fetch/upload.Junio C Hamano