Skip to content

Releases: sers-dev/gitfile

1.2.0

19 Feb 09:03
Compare
Choose a tag to compare
  • moved repository into sers-dev organization
  • moved docker image to quay.io

1.1.0

23 Apr 13:27
Compare
Choose a tag to compare
  • added Dockerfile

1.0.0

27 Oct 12:48
ddcd84a
Compare
Choose a tag to compare

[1.0.0] - 2019-10-27

  • initial release
  • MIT License
  • includes README.md and CHANGELOG.md
  • includes Makefile for test and install
    • make all
    • make test
    • make install
  • initial functionality includes
    • parsing of yaml-like .gitfile
      • source
      • path
      • version
      • supports comments with #
    • cli paramters for
      • help (-h/--help)
      • configuring .gitfile location (-f/--gitfile)
      • configuring default clone path (-p/--default-clone-path)