summaryrefslogtreecommitdiff
path: root/tests.branching/tag-tag-works-as-expected.stdout
blob: 4848ee6e753e134a38f5e9efc6697ea18273ebce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
test:morphs
example-tag
tagged-tag
test:morphs
tag tagged-tag
Tagger: developer <developer@example.com>
Date:   Tue Jul 31 16:51:54 2012 +0000

Second

commit fec3744adf30c1014775dce1668b1b0a0e2b1dcf
Author: developer <developer@example.com>
Date:   Tue Jul 31 16:51:54 2012 +0000

    Second

diff --git a/hello-stratum.morph b/hello-stratum.morph
index 3b7be17..87561c1 100644
--- a/hello-stratum.morph
+++ b/hello-stratum.morph
@@ -5,8 +5,9 @@
         {
             "name": "hello",
             "repo": "test:hello",
-            "ref": "master",
-            "build-depends": []
+            "ref": "f4d032b42c0134e67bdf19a43fa99072493667d7",
+            "build-depends": [],
+            "unpetrify-ref": "master"
         }
     ]
 }
diff --git a/hello-system.morph b/hello-system.morph
index 20e7b5b..f1dc834 100644
--- a/hello-system.morph
+++ b/hello-system.morph
@@ -8,7 +8,8 @@
         {
             "morph": "hello-stratum",
             "repo": "test:morphs",
-            "ref": "master"
+            "ref": "tagged-tag",
+            "unpetrify-ref": "master"
         }
     ]
 }
test:morphs
commit fec3744adf30c1014775dce1668b1b0a0e2b1dcf
Author:     developer <developer@example.com>
AuthorDate: Tue Jul 31 16:51:54 2012 +0000
Commit:     developer <developer@example.com>
CommitDate: Tue Jul 31 16:51:54 2012 +0000

    Second

commit 9d4b0981d6a2118cbd3d045cc1704b224d38296f
Author:     developer <developer@example.com>
AuthorDate: Tue Jul 31 16:51:54 2012 +0000
Commit:     developer <developer@example.com>
CommitDate: Tue Jul 31 16:51:54 2012 +0000

    initial