Permalink
Switch branches/tags
Nothing to show
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
executable file 9 lines (7 sloc) 227 Bytes
#!/bin/sh
# Show the log while skipping unimportant directories.
#
# I usually run this through an alias local to this repo:
# $ git config alias.ll '!./git_log_filtered'
# $ git ll --stat
git log $* -- . ":(exclude)html"