This website requires JavaScript.
Explore
Help
Sign In
undef
/
git-commit-vandalism
Watch
1
Star
0
Fork
0
You've already forked git-commit-vandalism
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c7c4bbe631
git-commit-vandalism
/
git-whatchanged
3 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add silly "git-whatchanged" script. It's a one-liner, but it's useful as documentation if nothing else.
2005-05-17 20:47:13 +02:00
#!/bin/sh
git-whatchanged: allow other pagers (but still try to use '-S' if using less)
2005-05-21 18:44:16 +02:00
git-rev-list HEAD | git-diff-tree --stdin -v -r "$@" | LESS="$LESS -S" ${PAGER:-less}
Reference in New Issue
Copy Permalink