-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Description
Hi,
I think this is a bug ❓
Lines 1089 to 1097 in 8891620
git log --author='_Your_Name_Here_' --pretty=tformat: --numstat | gawk '{ add += <!-- @doxie.inject start -->; subs += <!-- @doxie.inject end -->; loc += <!-- @doxie.inject start --> - <!-- @doxie.inject end --> } END { printf "added lines: %s removed lines: %s total lines: %s | |
", add, subs, loc }' - | |
``` | |
__Alternatives:__ | |
```sh | |
git log --author='_Your_Name_Here_' --pretty=tformat: --numstat | awk '{ add += <!-- @doxie.inject start -->; subs += <!-- @doxie.inject end -->; loc += <!-- @doxie.inject start --> - <!-- @doxie.inject end --> } END { printf "added lines: %s, removed lines: %s, total lines: %s | |
", add, subs, loc }' - # on Mac OSX |
Metadata
Metadata
Assignees
Labels
No labels