@@ -33,27 +33,27 @@ This is the best readme
33
33
34
34
If you run
35
35
36
- ``` shell,script(name="set_relates_to_configuration ",expected_exit_code=0)
36
+ ``` shell,script(name="set-relates-to-configuration ",expected_exit_code=0)
37
37
git mit-relates-to "[#12321513]"
38
38
```
39
39
40
40
Next time you commit
41
41
42
- ``` shell,script(name="commit_with_relates_to ",expected_exit_code=0)
42
+ ``` shell,script(name="commit-with-relates-to ",expected_exit_code=0)
43
43
git add README.md
44
44
git mit bt
45
45
git commit -m "Wrote a great README"
46
46
```
47
47
48
48
the commit message will contain the ID
49
49
50
- ``` shell,script(name="show_log_with_relates_to_trailer ",expected_exit_code=0)
50
+ ``` shell,script(name="show-log-with-relates-to-trailer ",expected_exit_code=0)
51
51
git show --pretty='format:author: [%an %ae] signed-by: [%GS]
52
52
---
53
53
%B' -q
54
54
```
55
55
56
- ``` text,verify(script_name="show_log_with_relates_to_trailer ",stream=stdout)
56
+ ``` text,verify(script_name="show-log-with-relates-to-trailer ",stream=stdout)
57
57
author: [Billie Thompson [email protected] ] signed-by: []
58
58
---
59
59
Wrote a great README
@@ -63,7 +63,7 @@ Relates-to: [#12321513]
63
63
64
64
We don't duplicate the ID if you manually type in the trailer
65
65
66
- ``` shell,script(name="commit_without_relates_to ",expected_exit_code=0)
66
+ ``` shell,script(name="commit-without-relates-to ",expected_exit_code=0)
67
67
echo "Some change" >> README.md
68
68
git add README.md
69
69
git mit bt
@@ -75,13 +75,13 @@ Relates-to: [#12321513]
75
75
76
76
the commit message will contain the ID
77
77
78
- ``` shell,script(name="show_log_without_relates_to ",expected_exit_code=0)
78
+ ``` shell,script(name="show-log-without-relates-to ",expected_exit_code=0)
79
79
git show --pretty='format:author: [%an %ae] signed-by: [%GS]
80
80
---
81
81
%B' -q
82
82
```
83
83
84
- ``` text,verify(script_name="show_log_without_relates_to ",stream=stdout)
84
+ ``` text,verify(script_name="show-log-without-relates-to ",stream=stdout)
85
85
author: [Billie Thompson [email protected] ] signed-by: []
86
86
---
87
87
Wrote a great README
@@ -112,13 +112,13 @@ git commit -m "Another great addition"
112
112
113
113
the commit message will contain the ID
114
114
115
- ``` shell,script(name="show_log_with_shell_set_trailer ",expected_exit_code=0)
115
+ ``` shell,script(name="show-log-with-shell-set-trailer ",expected_exit_code=0)
116
116
git show --pretty='format:author: [%an %ae] signed-by: [%GS]
117
117
---
118
118
%B' -q
119
119
```
120
120
121
- ``` text,verify(script_name="show_log_with_shell_set_trailer ",stream=stdout)
121
+ ``` text,verify(script_name="show-log-with-shell-set-trailer ",stream=stdout)
122
122
author: [Billie Thompson [email protected] ] signed-by: []
123
123
---
124
124
Another great addition
@@ -160,7 +160,7 @@ command
160
160
161
161
Next time you commit after running relates to
162
162
163
- ``` shell,script(name="set_relates_to_template ",expected_exit_code=0)
163
+ ``` shell,script(name="set-relates-to-template ",expected_exit_code=0)
164
164
git mit-relates-to "12321513"
165
165
echo "Something else" >> README.md
166
166
git add README.md
@@ -170,13 +170,13 @@ git commit -m "More awesome additions"
170
170
171
171
the commit message will contain the ID
172
172
173
- ``` shell,script(name="show_log_with_templated_relates_to ",expected_exit_code=0)
173
+ ``` shell,script(name="show-log-with-templated-relates-to ",expected_exit_code=0)
174
174
git show --pretty='format:author: [%an %ae] signed-by: [%GS]
175
175
---
176
176
%B' -q
177
177
```
178
178
179
- ``` text,verify(script_name="set_relates_to_template ",stream=stdout)
179
+ ``` text,verify(script_name="set-relates-to-template ",stream=stdout)
180
180
author: [Billie Thompson [email protected] ] signed-by: []
181
181
---
182
182
More awesome additions
0 commit comments