summaryrefslogtreecommitdiffstats
path: root/subcmds/sync.py
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2015-01-29 14:36:28 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2015-01-29 14:36:28 +0900
commitf2fad61bde10e5ffad3a5d683af90b1b35f9d99b (patch)
treefe93ea6e0cea10a8bc01a07507656b8203a6b2f6 /subcmds/sync.py
parentee6908442102008df57b46271323d9b06d5fdfbf (diff)
downloadgit-repo-f2fad61bde10e5ffad3a5d683af90b1b35f9d99b.tar.gz
Add missing documentation of --current-branch option on sync command
Change-Id: I72d6e3d51241148c1df97bbad26338debb1fcb4e
Diffstat (limited to 'subcmds/sync.py')
-rw-r--r--subcmds/sync.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py
index b1945d5e..2bdab3a6 100644
--- a/subcmds/sync.py
+++ b/subcmds/sync.py
@@ -128,6 +128,9 @@ HTTP client or proxy configuration, but the Git binary works.
128The --fetch-submodules option enables fetching Git submodules 128The --fetch-submodules option enables fetching Git submodules
129of a project from server. 129of a project from server.
130 130
131The -c/--current-branch option can be used to only fetch objects that
132are on the branch specified by a project's revision.
133
131SSH Connections 134SSH Connections
132--------------- 135---------------
133 136