summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2008-11-04 08:31:44 -0800
committerShawn O. Pearce <sop@google.com>2008-11-06 08:27:31 -0800
commiteec13c0126d1b0a64ba84a5a8d1688d656f44c0d (patch)
treefa629409803e20671b9e62f4b656a0d034bad6e3
parent1c8a393dfe436f0f140d44f9706c9ed1dfea247c (diff)
downloadmanifest-eec13c0126d1b0a64ba84a5a8d1688d656f44c0d.tar.gz
Remove hardcoded branch constant
repo 1.1 and later do not use this attribute anymore, and instead base their decision off the upstream branch name that the manifest was cloned from. Signed-off-by: Shawn O. Pearce <sop@google.com>
-rw-r--r--default.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index 0b98a2897..be0d0afc1 100644
--- a/default.xml
+++ b/default.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<manifest branch="master">
+<manifest>
<remote name="korg"
fetch="git://android.git.kernel.org/"
review="review.source.android.com" />