Skip to content

Bugfixes

Latest
Compare
Choose a tag to compare
@Laoujin Laoujin released this 13 Jan 01:53
· 10 commits to master since this release

Changes

  • Can pass commit message as last argument to Git-NumberedAdd to immediately commit after adding the files.
  • Added Git-NumberedHidden, Git-NumberedUnhidden and Git-ListHidden for update-index --skip-worktree manipulation with indexes.

Bugfixes

  • Fix for special characters in file names
  • Fix for spaces in file names
  • Fix for adding renamed files to staging area
  • Fix for off by one error with the indexes ;)