git-log-scripton commit Make "git log" use the new git-rev-parse helper (f04b056)
   1#!/bin/sh
   2git-rev-list --pretty $(git-rev-parse --default HEAD "$@") | LESS=-S ${PAGER:-less}