From: Junio C Hamano Date: Mon, 22 Jul 2013 05:51:45 +0000 (-0700) Subject: Merge branch 'rr/maint-fetch-tag-doc-asterisks' into maint X-Git-Tag: v1.8.3.4~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/281ff456fe94e043e3f65f224683b42b5667cd85?ds=inline;hp=-c Merge branch 'rr/maint-fetch-tag-doc-asterisks' into maint * rr/maint-fetch-tag-doc-asterisks: fetch-options.txt: prevent a wildcard refspec from getting misformatted --- 281ff456fe94e043e3f65f224683b42b5667cd85 diff --combined Documentation/fetch-options.txt index 9cb649673d,c87bf39cd0..ba1fe49582 --- a/Documentation/fetch-options.txt +++ b/Documentation/fetch-options.txt @@@ -8,15 -8,11 +8,15 @@@ option old data in `.git/FETCH_HEAD` will be overwritten. --depth=:: - Deepen the history of a 'shallow' repository created by + Deepen or shorten the history of a 'shallow' repository created by `git clone` with `--depth=` option (see linkgit:git-clone[1]) to the specified number of commits from the tip of each remote branch history. Tags for the deepened commits are not fetched. +--unshallow:: + Convert a shallow repository to a complete one, removing all + the limitations imposed by shallow repositories. + ifndef::git-pull[] --dry-run:: Show what would be done, without making any changes. @@@ -61,7 -57,7 +61,7 @@@ endif::git-pull[ ifndef::git-pull[] -t:: --tags:: - This is a short-hand for giving "refs/tags/*:refs/tags/*" + This is a short-hand for giving `refs/tags/*:refs/tags/*` refspec from the command line, to ask all tags to be fetched and stored locally. Because this acts as an explicit refspec, the default refspecs (configured with the