From 6e1eeeebfb453fa7c871869c19375ce60fbd7413 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 27 Jul 2019 16:01:55 -0700 Subject: 5485 - promote SubX to top-level --- archive/2.vm/git_log_filtered | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 archive/2.vm/git_log_filtered (limited to 'archive/2.vm/git_log_filtered') diff --git a/archive/2.vm/git_log_filtered b/archive/2.vm/git_log_filtered new file mode 100755 index 00000000..7ab6d43e --- /dev/null +++ b/archive/2.vm/git_log_filtered @@ -0,0 +1,9 @@ +#!/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 +set -e + +git log $* -- . ":(exclude)html" -- cgit 1.4.1-2-gfad0