diff options
author | Nasser Grainawi <nasser@codeaurora.org> | 2014-09-19 12:13:04 -0600 |
---|---|---|
committer | Kevin Degi <kdegi@codeaurora.org> | 2014-10-09 13:41:51 -0600 |
commit | 909d58b2e2e3695ecfa80a54b8700fb889a02677 (patch) | |
tree | 92056c473d30ec2e96a254a601b2dd37611dc364 /docs/manifest-format.txt | |
parent | 5cf16607d33268ab0320a886c4a7b5e052684fa4 (diff) | |
download | git-repo-909d58b2e2e3695ecfa80a54b8700fb889a02677.tar.gz |
Support specifying non-HEADS refs as upstream
While not typical, some users might have an upstream that isn't in
the usual refs/heads/* namespace. There's no reason not to use
those refs as the value for the upstream attribute, so support
doing so.
Change-Id: I5b119f1135c3268c20e7c4084682e860d3ee1fb1
Diffstat (limited to 'docs/manifest-format.txt')
-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 | ||