commit | 24245e00946b43d086d8bd55cf4facd00479959a | [log] [tgz] |
---|---|---|
author | David Pursehouse <david.pursehouse@sonymobile.com> | Sat Jan 31 12:44:43 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Jan 31 12:44:45 2015 +0000 |
tree | 2801423f8c09bf88d1f41756de186a0a2b78f787 | |
parent | db6f1b088425d0c5060f362e25c4028b2f2adb8c [diff] | |
parent | f2fad61bde10e5ffad3a5d683af90b1b35f9d99b [diff] |
Merge "Add missing documentation of --current-branch option on sync command"
diff --git a/subcmds/sync.py b/subcmds/sync.py index b1945d5..2bdab3a 100644 --- a/subcmds/sync.py +++ b/subcmds/sync.py
@@ -128,6 +128,9 @@ The --fetch-submodules option enables fetching Git submodules of a project from server. +The -c/--current-branch option can be used to only fetch objects that +are on the branch specified by a project's revision. + SSH Connections ---------------