rvfrom View revisons from certain commit to head git rvfrom [hash|branch|tag] git config --global alias.rvfrom '!\ f(){ if test -n "$1"; then git rev-parse "$1" >/dev/null 2>&1 || { echo Unknown revision "$1"; return; } rev="$1..";