git-log-scripton commit Use the new git-rev-parse "--[no-]flags" in "git diff". (9e9824b)
   1#!/bin/sh
   2git-rev-list --pretty $(git-rev-parse --default HEAD "$@") | LESS=-S ${PAGER:-less}