Skip to content

Releases: AnswerDotAI/fastgit

v0.0.4

08 Mar 20:44

Choose a tag to compare

New Features

  • Add tilde expansion support for paths (#4), thanks to @ncoop57

v0.0.3

24 Feb 00:10

Choose a tag to compare

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

v0.0.2

27 Jan 03:13

Choose a tag to compare

New Features

  • Fix boolean kwargs: --flag instead of --flag=True (#1), thanks to @jph00

v0.0.1

04 Jan 03:07

Choose a tag to compare

  • Initial release