summaryrefslogtreecommitdiff
path: root/git-whatchanged
AgeCommit message (Collapse)AuthorFilesLines
2005-06-13git-whatchanged: use the git-rev-parse helperLibravatar Linus Torvalds1-1/+3
So now you can say git-whatchanged -p v2.6.12-rc5.. drivers/usb and it will show you what changed (as a patch) in drivers/usb since the v2.6.12-rc5 release.
2005-06-12git-whatchanged: make default output format be pretty.Libravatar Linus Torvalds1-1/+1
If you want the raw stuff, just do git-whatchanged --pretty=raw and it wil act like it used to.
2005-05-21git-whatchanged: allow other pagersLibravatar Linus Torvalds1-1/+1
(but still try to use '-S' if using less)
2005-05-19git-whatchanged: use 'less -S' on the output to make it more user friendlyLibravatar Linus Torvalds1-1/+1
2005-05-17Add silly "git-whatchanged" script.Libravatar Linus Torvalds1-0/+2
It's a one-liner, but it's useful as documentation if nothing else.