#!/bin/bash # 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" ":(exclude).traces"