git-log-scripton commit Make git-rev-parse support cogito-style "short hex names" (5736bef)
   1#!/bin/sh
   2git-rev-list --pretty $(git-rev-parse --default HEAD "$@") | LESS=-S ${PAGER:-less}