git-log-scripton commit Make 'git' script be a bit more helpful on unrecognized commands (fc86546)
   1#!/bin/sh
   2git-rev-list --pretty $(git-rev-parse --default HEAD "$@") | LESS=-S ${PAGER:-less}