_git-diff 2>/dev/null
functions[_git-diff-orig]=$functions[_git-diff]
_git-diff() {
_git-diff-orig "$@"
...
}
git ls-files -m
Thanks and Best Regards,
Ahmad Ismail
Hi All,You can see from the following screenshot that my `git ls-files -m` output is only `book-urls.txt`. I mean it is the only modified file.Now on top of `Completing tree file` (which list all the files) I want to place `Completing modified files`.How can I do that?
Thanks and Best Regards,
Ahmad Ismail