Skip to content

Releases: AnswerDotAI/fastgit

v0.0.5

Choose a tag to compare

@jph00 jph00 released this 25 Jun 05:30

New Features

  • Add head_sha property to Git class (#5)

v0.0.4

Choose a tag to compare

@jph00 jph00 released this 08 Mar 20:44

New Features

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

v0.0.3

Choose a tag to compare

@jph00 jph00 released this 24 Feb 00:10

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

Choose a tag to compare

@jph00 jph00 released this 27 Jan 03:13

New Features

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

v0.0.1

Choose a tag to compare

@jph00 jph00 released this 04 Jan 03:07
  • Initial release