Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git-whatchanged - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4a348ed263ea654792f7d4aaf851be84766a9609 (plain)
1
2
#!/bin/sh
git-rev-list HEAD | git-diff-tree --stdin -v -r "$@" | LESS="$LESS -S" ${PAGER:-less}