diff options
author | Conley Owens <cco3@android.com> | 2014-10-22 00:23:18 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-10-22 00:23:18 +0000 |
commit | 7893b85509c1165d11ad951261aa9f49deb09eea (patch) | |
tree | 24d95c707b9fd0d4e31509e9cf418a7e7828e7ee /docs | |
parent | b4e50e67e84cccd34a9759d2414c7215d657659a (diff) | |
parent | 04e52d616625cc61d897a92d5e9a2c068465f8fc (diff) | |
download | git-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.txt | 2 |
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 | ||
245 | Attribute `sync-s`: Set to true to also sync sub-projects. | 245 | Attribute `sync-s`: Set to true to also sync sub-projects. |
246 | 246 | ||
247 | Attribute `upstream`: Name of the Git branch in which a sha1 | 247 | Attribute `upstream`: Name of the Git ref in which a sha1 |
248 | can be found. Used when syncing a revision locked manifest in | 248 | can 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 | ||