Commit 275c37f
Fix bug in TagReference.create
When passing the "message" kwarg, this would add a -m command-line flag
without removing --message, and the message would be duplicated. Avoid
that by deleting "message" from the command line.1 parent f6523c1 commit 275c37f
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
116 | 120 | | |
117 | 121 | | |
118 | | - | |
119 | | - | |
120 | 122 | | |
121 | 123 | | |
122 | 124 | | |
| |||
0 commit comments