diff options
-rw-r--r-- | subcmds/sync.py | 3 |
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. | |||
128 | The --fetch-submodules option enables fetching Git submodules | 128 | The --fetch-submodules option enables fetching Git submodules |
129 | of a project from server. | 129 | of a project from server. |
130 | 130 | ||
131 | The -c/--current-branch option can be used to only fetch objects that | ||
132 | are on the branch specified by a project's revision. | ||
133 | |||
131 | SSH Connections | 134 | SSH Connections |
132 | --------------- | 135 | --------------- |
133 | 136 | ||