assume unchanged aliases
parent
1bf3b68f48
commit
2cc050cc13
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue