Skip to content

Instantly share code, notes, and snippets.

@ttaylorr
Created February 28, 2017 06:31
Show Gist options
  • Save ttaylorr/97e4cc9dbd0c04d051c2e6e44bf8e9ed to your computer and use it in GitHub Desktop.
Save ttaylorr/97e4cc9dbd0c04d051c2e6e44bf8e9ed to your computer and use it in GitHub Desktop.
Git LFS v2.0.0
~/g/git-lfs (master) $ git diff v1.5.0...master | grep -e "^[-+]" | grep -v "\-\-\-" | grep -v "+++" | wc -l
30642
~/g/git-lfs (master) $ ls | grep -v vendor | xargs cloc
401 text files.
392 unique files.
63 files ignored.
github.com/AlDanial/cloc v 1.72 T=1.56 s (216.6 files/s, 30614.1 lines/s)
--------------------------------------------------------------------------------
Language files blank comment code
--------------------------------------------------------------------------------
Go 205 5105 2740 23560
Bourne Shell 68 2168 665 8169
Markdown 27 885 0 3075
Bourne Again Shell 23 143 71 582
JSON 8 4 0 281
YAML 3 12 1 108
Ruby 1 13 4 85
make 2 27 7 72
DOS Batch 1 0 0 1
--------------------------------------------------------------------------------
SUM: 338 8357 3488 35933
--------------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment