repo.or.cz
/
mu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix other mandelbrot variants
[mu.git]
/
archive
/
1.vm
/
git_log_filtered
blob
7ab6d43ee8d2473f94adf0c619ac9b15a80b064f
1
#!/bin/sh
2
# Show the log while skipping unimportant directories.
3
#
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
8
9
git log $
*
--
.
":(exclude)html"