summaryrefslogtreecommitdiff
path: root/include/git2/clone.h
diff options
context:
space:
mode:
authorBen Straub <bs@github.com>2013-02-06 13:07:56 -0800
committerBen Straub <bs@github.com>2013-02-06 13:07:56 -0800
commitf393d4e8d725b3e45a4b438a6f3ab7be589b2806 (patch)
treee9658e0847b5044e99cae7fe397c5d3ff02dc7da /include/git2/clone.h
parentfb60d268df2272626f48cfed7b2a185413e7e9f4 (diff)
downloadlibgit2-f393d4e8d725b3e45a4b438a6f3ab7be589b2806.tar.gz
Clone: fetch all tags
Diffstat (limited to 'include/git2/clone.h')
-rw-r--r--include/git2/clone.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/clone.h b/include/git2/clone.h
index b54676874..e7205d744 100644
--- a/include/git2/clone.h
+++ b/include/git2/clone.h
@@ -56,7 +56,7 @@ GIT_BEGIN_DECL
* - `remote_callbacks` may be used to specify custom progress callbacks for
* the origin remote before the fetch is initiated.
* - `remote_autotag` may be used to specify the autotag setting before the
- * initial fetch.
+ * initial fetch. The default is GIT_REMOTE_DOWNLOAD_TAGS_ALL.
* - `checkout_branch` gives the name of the branch to checkout. NULL means
* use the remote's HEAD.
*/