git-whatchangedon commit git-send-pack: add "--all" option to send all refs to the other side (d089391)
   1#!/bin/sh
   2git-rev-list $(git-rev-parse --default HEAD --revs-only "$@") |
   3        git-diff-tree --stdin --pretty -r $(git-rev-parse --no-revs "$@") |
   4        LESS="$LESS -S" ${PAGER:-less}