git-log-scripton commit git-rev-list: add option to list all objects (not just commits) (9de4875)
   1#!/bin/sh
   2git-rev-list --pretty $(git-rev-parse --default HEAD "$@") | LESS=-S ${PAGER:-less}