mirror of
https://github.com/git/git.git
synced 2024-11-18 16:04:17 +01:00
a7fa68c5f9
If you want the raw stuff, just do git-whatchanged --pretty=raw and it wil act like it used to.
3 lines
102 B
Bash
Executable File
3 lines
102 B
Bash
Executable File
#!/bin/sh
|
|
git-rev-list HEAD | git-diff-tree --stdin --pretty -r "$@" | LESS="$LESS -S" ${PAGER:-less}
|