Skip to content

Releases: Artamus/git-split

v1.0.0

25 Oct 21:34
Compare
Choose a tag to compare

Some changes:

  • Swapped out regex based parsing for angstrom;
  • Fixed the commit IDs for rebasing after splitting an in-between commit;
  • Fixed the rebase breaking because the command could not fetch username/email from git global config;
  • Code robustness fixes.

This marks the first point I consider this tool "ready". Small changes can of course be made (and there are some in the TODO), but the tool is essentially "done".

0.0.4

06 Oct 20:41
Compare
Choose a tag to compare

First proper iteration of this tool!

Supports renames, file mode changes, but also binary files!

It's still not entirely robust and there are a few items in the TODO list, but it's getting there.

Workflow test

03 Sep 20:41
Compare
Choose a tag to compare
Workflow test Pre-release
Pre-release
0.0.3

Specify more specific ocaml version for the workflow.

Renamed OPAM package

17 Aug 20:03
Compare
Choose a tag to compare
Renamed OPAM package Pre-release
Pre-release
0.0.2

Rename the package to git-split instead of git_split.

0.0.1

29 Jul 22:45
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

Initial release.

Not guaranteed to parse every possible kind of diff and not guaranteed to not be destructive.