about summary refs log tree commit diff stats
path: root/107trace.subx
Commit message (Expand)AuthorAgeFilesLines
* 6612 - reorganize layersKartik Agaram2020-07-051-0/+992
tter Kartik K. Agaram <vc@akkartik.com> 2016-03-22 10:07:38 -0700 2807 - exclude .traces/ and html/ in 'git log'' href='/akkartik/mu/commit/git_log_filtered?h=main&id=40af8c9537f158b74fba6a8d55b55d6071d8e723'>40af8c95 ^
ba838fea ^
40af8c95 ^
f28f2636 ^
1
2
3
4
5
6
7
8
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"