-
-
Notifications
You must be signed in to change notification settings - Fork 59
/
log.2.0.txt
70 lines (65 loc) · 2.18 KB
/
log.2.0.txt
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
63
64
65
66
67
68
69
70
Trace: Running Git: git status --short
Trace: Git exit code: 0
Trace: Git stdout:
?? command-read-00.md
?? command-read-01.md
?? command-read-02.md
?? command-read-03.md
Trace: Git stderr:
Trace: Running Git: git log --pretty=format:"%H %P"
Trace: Git exit code: 0
Trace: Git stdout:
5 2 3 4
4 2
3 2
2 0 1
1 0
0
Trace: Git stderr:
Trace: Running Git: git show-ref --tags --dereference
Trace: Git exit code: 0
Trace: Git stdout:
1 refs/tags/1.0.0-foo.1
0 refs/tags/not-a-version
Trace: Git stderr:
Debug: Ignoring non-version tag { Name: not-a-version, Sha: 0 }.
Trace: Checking commit 5 (height 0)...
Trace: Found no version tags on commit 5.
Trace: Commit 5 has 3 parent(s):
Trace: - 2
Trace: - 3
Trace: - 4
Trace: Checking parents of commit 5...
Trace: Checking commit 2 (height 1)...
Trace: Found no version tags on commit 2.
Trace: Commit 2 has 2 parent(s):
Trace: - 0
Trace: - 1
Trace: Checking parents of commit 2...
Trace: Checking commit 0 (height 2)...
Trace: Found no version tags on commit 0.
Trace: Found root commit { Commit: 0, Tag: '', Version: 0.0.0-alpha.0, Height: 2 }.
Trace: Checking parents of commit 2...
Trace: Checking commit 1 (height 2)...
Trace: Found version tag { Commit: 1, Tag: '1.0.0-foo.1', Version: 1.0.0-foo.1, Height: 2 }.
Trace: Checking parents of commit 5...
Trace: Checking commit 3 (height 1)...
Trace: Found no version tags on commit 3.
Trace: Commit 3 has 1 parent(s):
Trace: - 2
Trace: Checking parents of commit 3...
Trace: Checking commit 2 (height 2)...
Trace: Commit 2 already checked. Abandoning path.
Trace: Checking parents of commit 5...
Trace: Checking commit 4 (height 1)...
Trace: Found no version tags on commit 4.
Trace: Commit 4 has 1 parent(s):
Trace: - 2
Trace: Checking parents of commit 4...
Trace: Checking commit 2 (height 2)...
Trace: Commit 2 already checked. Abandoning path.
Debug: 6 commits checked.
Debug: Ignoring { Commit: 0, Tag: '', Version: 0.0.0-alpha.0, Height: 2 }.
Info: Using { Commit: 1, Tag: '1.0.0-foo.1', Version: 1.0.0-foo.1, Height: 2 }.
Info: Bumping version to 2.0.0-alpha.0.2 to satisfy minimum major minor 2.0.
Info: Calculated version 2.0.0-alpha.0.2.