Whoops
parent
2cc050cc13
commit
8c181b811e
|
@ -31,7 +31,7 @@ in
|
||||||
# local patch-wise ignore workflow
|
# local patch-wise ignore workflow
|
||||||
unchanged = "update-index --assume-unchanged";
|
unchanged = "update-index --assume-unchanged";
|
||||||
changed = "update-index --no-assume-unchanged";
|
changed = "update-index --no-assume-unchanged";
|
||||||
show-unchanged = ''!"git ls-files -v | sed -e 's/^[a-z] //p; d'\"''
|
show-unchanged = ''!"git ls-files -v | sed -e 's/^[a-z] //p; d'\"'';
|
||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
|
|
Loading…
Reference in New Issue