feat: cibtool event add --base value is not rev-parsed
This allows a value of, say, HEAD, which is convenient.
Signed-off-by: Lars Wirzenius liw@liw.fi
2 files changed
+10
-6
a0122d88
→
938f6274
modified ci-broker.md
@@ -910,12 +910,11 @@ given an installed cibtool
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified src/bin/cibtoolcmd/event.rs
@@ -81,10 +81,10 @@ pub struct AddEvent {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -168,7 +168,12 @@ impl Leaf for AddEvent {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|