An opinionated git log
wrapper in 200 lines of C.
Effectively passes extra args to
git log
and does some aesthetic processing on its output.
Usesless
as the pager, if available.
- Compile
main.c
- Rename it to
git-ln
and put it somewhere in yourPATH
. - Enjoy using
git ln
in the place ofgit log
.
git ln -n 15 --all