git-log-scripton commit Add "git_path()" and "head_ref()" helper functions. (723c31f)
   1#!/bin/sh
   2git-rev-list --pretty $(git-rev-parse --default HEAD "$@") | LESS=-S ${PAGER:-less}