Skip to content

v0.0.3

Choose a tag to compare

@jph00 jph00 released this 24 Feb 00:10
· 8 commits to main since this release

New Features

  • Add support for path arguments via __ parameter (#2), thanks to @ncoop57

Usage:

g.log('--oneline', __=['file1.py', 'file2.py'])
# → git log --oneline -- file1.py file2.py