From f2fad61bde10e5ffad3a5d683af90b1b35f9d99b Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Thu, 29 Jan 2015 14:36:28 +0900 Subject: [PATCH] Add missing documentation of --current-branch option on sync command Change-Id: I72d6e3d51241148c1df97bbad26338debb1fcb4e --- subcmds/sync.py | 3 +++ 1 file changed, 3 insertions(+) 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. 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 ---------------