git: fix show-unchanged
This commit is contained in:
parent
d2c8d62e88
commit
039fcb3d0e
1 changed files with 4 additions and 1 deletions
|
@ -55,7 +55,9 @@ 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 = {
|
||||||
|
@ -86,3 +88,4 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue