Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | git-whatchanged: use the git-rev-parse helper | Linus Torvalds | 2005-06-13 | 1 | -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. | ||||
* | git-whatchanged: make default output format be pretty. | Linus Torvalds | 2005-06-12 | 1 | -1/+1 |
| | | | | | | | | If you want the raw stuff, just do git-whatchanged --pretty=raw and it wil act like it used to. | ||||
* | git-whatchanged: allow other pagers | Linus Torvalds | 2005-05-21 | 1 | -1/+1 |
| | | | | (but still try to use '-S' if using less) | ||||
* | git-whatchanged: use 'less -S' on the output to make it more user friendly | Linus Torvalds | 2005-05-19 | 1 | -1/+1 |
| | |||||
* | Add silly "git-whatchanged" script. | Linus Torvalds | 2005-05-17 | 1 | -0/+2 |
It's a one-liner, but it's useful as documentation if nothing else. |