Skip to content

commit-date-changer v1.1.0

Latest

Choose a tag to compare

@arbaev arbaev released this 02 Nov 23:07

What's Changed

Improvements

  • Removed unnecessary check for uncommitted changes - the tool now works regardless of working directory status
  • Updated README with --lang option documentation

Technical Details

  • git filter-branch --env-filter only modifies commit metadata, so uncommitted files don't conflict with the operation
  • This makes the tool more flexible and user-friendly