Skip to content

Releases: initialcommit-com/git-dummy

v0.1.2

Choose a tag to compare

@initialcommit-io initialcommit-io released this 15 Sep 22:43

What's Changed

  • Fix infinite loop when creating dummy repos

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@initialcommit-io initialcommit-io released this 15 Sep 22:23

What's Changed

  • Add --allow-nested flag to permit nested dummy repos and refactor tangential code

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@initialcommit-io initialcommit-io released this 07 Jul 14:57

What's Changed

  • Ensure default branch is named main

Full Changelog: v0.0.9...v0.1.0

v0.0.9

Choose a tag to compare

@initialcommit-io initialcommit-io released this 05 Jul 02:04

What's Changed

  • Fix breaking changes due to updated pydantic dependency

Full Changelog: v0.0.8...v0.0.9

v0.0.8

Choose a tag to compare

@initialcommit-io initialcommit-io released this 14 Jun 06:30

What's Changed

  • Add --constant-sha flag to use constant values for commit author, email, and commit date parameters to yield consistent sha1 values across git-dummy runs

Full Changelog: v0.0.7...v0.0.8

v0.0.7

Choose a tag to compare

@initialcommit-io initialcommit-io released this 14 Jun 06:29

What's Changed

  • Update test

Full Changelog: v0.0.6...v0.0.7

v0.0.6

Choose a tag to compare

@initialcommit-io initialcommit-io released this 19 Feb 09:57

What's Changed

  • Throw error if git repo already exists at new dummy path

Full Changelog: v0.0.5...v0.0.6

v0.0.5

Choose a tag to compare

@initialcommit-io initialcommit-io released this 16 Feb 05:59

What's Changed

  • Add --no-subdir flag to create the dummy Git repo in the current directory

Full Changelog: v0.0.4...v0.0.5

v0.0.4

Choose a tag to compare

@initialcommit-io initialcommit-io released this 15 Feb 20:02

What's Changed

  • Add --diverge-at option to allow specification of where branches diverge from main
  • Add --merge option to select which branches get merged back into main

Full Changelog: v0.0.3...v0.0.4

v0.0.3

Choose a tag to compare

@initialcommit-io initialcommit-io released this 15 Feb 08:26

What's Changed

  • Add --branches option to allow multiple branches

Full Changelog: v0.0.2...v0.0.3