summaryrefslogtreecommitdiff
path: root/Documentation/git-clone.txt
Commit message (Expand)AuthorAgeFilesLines
* clone: teach --recurse-submodules to optionally take a pathspecBrandon Williams2017-03-181-5/+9
* Merge branch 'nd/shallow-deepen'Junio C Hamano2016-10-101-0/+8
|\
| * clone: define shallow clone boundary with --shallow-excludeNguyễn Thái Ngọc Duy2016-06-131-0/+5
| * clone: define shallow clone boundary based on time with --shallow-sinceNguyễn Thái Ngọc Duy2016-06-131-0/+3
* | clone: implement optional referencesStefan Beller2016-08-151-1/+4
* | Merge branch 'sb/clone-shallow-passthru'Junio C Hamano2016-07-061-3/+2
|\ \
| * | clone: do not let --depth imply --shallow-submodulessb/clone-shallow-passthruJunio C Hamano2016-06-201-3/+2
* | | Merge branch 'sb/clone-shallow-passthru'Junio C Hamano2016-05-061-3/+8
|\ \ \ | |/ /
| * | clone: add `--shallow-submodules` flagStefan Beller2016-04-261-3/+10
* | | Merge branch 'sb/submodule-parallel-update'Junio C Hamano2016-04-061-1/+5
|\ \ \ | |/ / | | / | |/ |/|
| * clone: allow an explicit argument for parallel submodule clonesStefan Beller2016-03-011-1/+5
* | Merge branch 'jk/drop-rsync-transport'Junio C Hamano2016-02-171-2/+1
|\ \
| * | transport: drop support for git-over-rsyncjk/drop-rsync-transportJeff King2016-02-011-2/+1
| |/
* | Merge branch 'ss/clone-depth-single-doc'Junio C Hamano2016-01-201-5/+4
|\ \ | |/ |/|
| * docs: say "commits" in the --depth option wording for git-cloneSebastian Schuberth2016-01-081-1/+1
| * docs: clarify that passing --depth to git-clone implies --single-branchSebastian Schuberth2016-01-071-5/+4
* | clone: allow "--dissociate" without referencear/clone-dissociateAlex Riesen2015-10-221-2/+7
* | clone: --dissociate option to mark that reference is only temporaryjc/clone-borrowJunio C Hamano2014-10-151-2/+9
|/
* docs/git-clone: clarify use of --no-hardlinks optionAlbert L. Lash, IV2014-02-111-7/+4
* Merge branch 'ow/manpages-typofix'Junio C Hamano2014-02-071-1/+1
|\
| * Documentation: fix typos in man pagesow/manpages-typofixØystein Walle2014-02-051-1/+1
* | git-clone.txt: remove shallow clone limitationsNguyễn Thái Ngọc Duy2013-12-101-6/+1
|/
* Revert "git-clone.txt: remove the restriction on pushing from a shallow clone"jc/revert-clone-doc-update-for-push-from-shallowJunio C Hamano2013-07-151-7/+5
* git-clone.txt: remove the restriction on pushing from a shallow cloneNguyễn Thái Ngọc Duy2013-07-121-5/+7
* Documentation: Update 'linux-2.6.git' -> 'linux.git'W. Trevor King2013-06-221-2/+2
* doc/clone: Pick more compelling paths for the --reference exampleW. Trevor King2013-06-221-4/+4
* doc/clone: Remove the '--bare -l -s' exampleW. Trevor King2013-06-221-7/+0
* documentation: trivial style cleanupsFelipe Contreras2013-05-171-2/+2
* Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann2013-02-011-7/+7
* Documentation: avoid poor-man's small caps GITThomas Ackermann2013-02-011-1/+1
* Documentation: remote tracking branch -> remote-tracking branchMatthieu Moy2012-10-251-2/+2
* Merge branch 'rt/maint-clone-single' into maintJunio C Hamano2012-10-081-4/+11
|\
| * clone --single: limit the fetch refspec to fetched branchRalf Thielow2012-09-201-4/+11
* | clone: allow --no-local to turn off local optimizationsJeff King2012-05-301-1/+3
* | docs/clone: mention that --local may be ignoredJeff King2012-05-301-7/+10
|/
* clone: allow --branch to take a tagNguyễn Thái Ngọc Duy2012-01-161-2/+3
* clone: add --single-branch to fetch only one branchnd/clone-single-branchNguyễn Thái Ngọc Duy2012-01-081-1/+10
* clone: accept config options on the command lineJeff King2011-06-221-0/+11
* init/clone: remove short option -L and document --separate-git-dirNguyen Thai Ngoc Duy2011-05-251-2/+1
* init, clone: support --separate-git-dir for .git fileNguyễn Thái Ngọc Duy2011-03-191-0/+10
* doc: drop author/documentation sections from most pagesJeff King2011-03-111-11/+0
* Merge branch 'jl/clone-recurse-sm-synonym'Junio C Hamano2010-11-291-1/+3
|\
| * clone: Add the --recurse-submodules option as alias for --recursiveJens Lehmann2010-11-051-1/+3
* | Change incorrect uses of "remote branch" meaning "remote-tracking"Matthieu Moy2010-11-031-1/+1
|/
* Documentation/git-clone: describe --mirror more verboselyUwe Kleine-König2010-10-061-1/+6
* Sync with Git 1.7.0.3Junio C Hamano2010-03-211-5/+5
|\
| * Merge branch 'maint-1.6.6' into maintJunio C Hamano2010-03-211-5/+5
| |\
| | * Documentation/git-clone: Transform description list into item listMichael J Gruber2010-03-211-5/+5
* | | Merge branch 'tc/transport-verbosity'Junio C Hamano2010-03-151-1/+2
|\ \ \
| * | | Documentation/git-clone: mention progress in -vTay Ray Chuan2010-02-241-1/+2