summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2013-03-26 16:49:59 +0200
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2013-03-26 16:49:59 +0200
commit3ad39f00c67eac3d89994a51a9c608242d164542 (patch)
tree93d0465abb9f4c6fb35a2787623a5a38bd50bfbb
parent8eed48822224b0c8439a014d64f759537d5f9719 (diff)
Add manifests to test rebased commit captured via branch.
-rw-r--r--by-branch-tag.xml13
-rw-r--r--by-branch.xml13
2 files changed, 26 insertions, 0 deletions
diff --git a/by-branch-tag.xml b/by-branch-tag.xml
new file mode 100644
index 0000000..7c7628a
--- /dev/null
+++ b/by-branch-tag.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <remote name="test"
+ fetch="git://git.linaro.org/people/pfalcon/repo-rebased/" />
+
+ <default revision="master"
+ remote="test"
+ sync-j="1" />
+
+ <project path="repo-rebased-fetch-by-branch-rev" name="repo-rebased" revision="706a40b1b9f4c367e5d89117da23b1c22f9b8a8e" />
+
+</manifest>
diff --git a/by-branch.xml b/by-branch.xml
new file mode 100644
index 0000000..5775087
--- /dev/null
+++ b/by-branch.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <remote name="test"
+ fetch="git://git.linaro.org/people/pfalcon/repo-rebased/" />
+
+ <default revision="master"
+ remote="test"
+ sync-j="1" />
+
+ <project path="repo-rebased-fetch-by-branch" name="repo-rebased" revision="commit4" />
+
+</manifest>