git-log-scripton commit Teach 'git-send-pack' to send new branches and tags. (584c6cc)
   1#!/bin/sh
   2git-rev-list --pretty $(git-rev-parse --default HEAD "$@") | LESS=-S ${PAGER:-less}