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 ;)