summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2015-01-31 12:44:43 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-01-31 12:44:45 +0000
commit24245e00946b43d086d8bd55cf4facd00479959a (patch)
tree2801423f8c09bf88d1f41756de186a0a2b78f787
parentdb6f1b088425d0c5060f362e25c4028b2f2adb8c (diff)
parentf2fad61bde10e5ffad3a5d683af90b1b35f9d99b (diff)
downloadgit-repo-24245e00946b43d086d8bd55cf4facd00479959a.tar.gz
Merge "Add missing documentation of --current-branch option on sync command"
-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