fix other mandelbrot variants
[mu.git] / archive / 1.vm / git_log_filtered
blob7ab6d43ee8d2473f94adf0c619ac9b15a80b064f
1 #!/bin/sh
2 # Show the log while skipping unimportant directories.
4 # I usually run this through an alias local to this repo:
5 # $ git config alias.ll '!./git_log_filtered'
6 # $ git ll --stat
7 set -e
9 git log $* -- . ":(exclude)html"