Skip to content

Commit a4fe30f

Browse files
committed
chore!: Flip default over to no-change
So rebases and whatnot are no longer modified BREAKING CHANGE: Rebases and cherry picks will not have relates-to or authors changed on them
1 parent 93c68ad commit a4fe30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-mit-config/src/cli/app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ pub enum Mit {
110110
#[clap(
111111
index = 1,
112112
env = "GIT_MIT_SET_NON_CLEAN_BEHAVIOUR",
113-
default_value = "add-to"
113+
default_value = "no-change"
114114
)]
115115
behaviour: BehaviourOption,
116116
},

0 commit comments

Comments
 (0)