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: 7772260cd30e8f9a849f2857db3f3fd40e630d4f (plain)
1
2
#!/bin/sh
git-rev-list HEAD | git-diff-tree --stdin --pretty -r "$@" | LESS="$LESS -S" ${PAGER:-less}