assume unchanged aliases

sh-initrd-on-root
Zynh Ludwig 2024-05-30 00:08:57 -07:00
parent 1bf3b68f48
commit 2cc050cc13
1 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,11 @@ in
type = "cat-file -t";
dump = "cat-file -p";
graph = "log --graph --decorate --pretty=oneline --abbrev-commit";
# local patch-wise ignore workflow
unchanged = "update-index --assume-unchanged";
changed = "update-index --no-assume-unchanged";
show-unchanged = ''!"git ls-files -v | sed -e 's/^[a-z] //p; d'\"''
};
extraConfig = {