Skip to content

Releases: initialcommit-com/git-dummy

v0.1.2

15 Sep 22:43
Compare
Choose a tag to compare

What's Changed

  • Fix infinite loop when creating dummy repos

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

v0.1.1

15 Sep 22:23
Compare
Choose a tag to compare

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

07 Jul 14:57
Compare
Choose a tag to compare

What's Changed

  • Ensure default branch is named main

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

v0.0.9

05 Jul 02:04
Compare
Choose a tag to compare

What's Changed

  • Fix breaking changes due to updated pydantic dependency

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

v0.0.8

14 Jun 06:30
Compare
Choose a tag to compare

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

14 Jun 06:29
Compare
Choose a tag to compare

What's Changed

  • Update test

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

v0.0.6

19 Feb 09:57
Compare
Choose a tag to compare

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

16 Feb 05:59
Compare
Choose a tag to compare

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

15 Feb 20:02
Compare
Choose a tag to compare

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

15 Feb 08:26
Compare
Choose a tag to compare

What's Changed

  • Add --branches option to allow multiple branches

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