Hi,
I think this is a bug ❓
|
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 |
Hi,
I think this is a bug ❓
tips/README.md
Lines 1089 to 1097 in 8891620