mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-15 17:42:52 -05:00
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}
|