summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorConley Owens <cco3@android.com>2014-10-22 00:23:18 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-10-22 00:23:18 +0000
commit7893b85509c1165d11ad951261aa9f49deb09eea (patch)
tree24d95c707b9fd0d4e31509e9cf418a7e7828e7ee /docs
parentb4e50e67e84cccd34a9759d2414c7215d657659a (diff)
parent04e52d616625cc61d897a92d5e9a2c068465f8fc (diff)
downloadgit-repo-7893b85509c1165d11ad951261aa9f49deb09eea.tar.gz
Merge changes I1f71be22,I5b119f11
* changes: Always fetch the specific revision given Support specifying non-HEADS refs as upstream
Diffstat (limited to 'docs')
-rw-r--r--docs/manifest-format.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manifest-format.txt b/docs/manifest-format.txt
index d5c6a024..1aa93965 100644
--- a/docs/manifest-format.txt
+++ b/docs/manifest-format.txt
@@ -244,7 +244,7 @@ whole ref space.
244 244
245Attribute `sync-s`: Set to true to also sync sub-projects. 245Attribute `sync-s`: Set to true to also sync sub-projects.
246 246
247Attribute `upstream`: Name of the Git branch in which a sha1 247Attribute `upstream`: Name of the Git ref in which a sha1
248can be found. Used when syncing a revision locked manifest in 248can be found. Used when syncing a revision locked manifest in
249-c mode to avoid having to sync the entire ref space. 249-c mode to avoid having to sync the entire ref space.
250 250