We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3584f40 commit 3d412b0Copy full SHA for 3d412b0
commit-patch
@@ -112,7 +112,7 @@ while (!$vc{name}) {
112
# Git is special cased below.
113
} elsif (-d "$repo/_MTN") {
114
%vc = (name => 'mtn',
115
- diff => 'mtn diff --without-header',
+ diff => 'mtn automate content_diff',
116
commit => 'mtn commit',
117
message => sub { ('-m', $_[0]) },
118
message_file => sub { ('--message-file', $_[0]) },
0 commit comments