]> git.ipfire.org Git - thirdparty/git.git/blame - git-whatchanged
[PATCH] rename git-rpush and git-rpull to git-ssh-push and git-ssh-pull
[thirdparty/git.git] / git-whatchanged
CommitLineData
02481aec 1#!/bin/sh
c8265ac0 2git-rev-list HEAD | git-diff-tree --stdin -v -r "$@" | LESS="$LESS -S" ${PAGER:-less}