Fix unpack-patch not adding new files to the index
Note: git commit -a only stages existing files. We need a call to git add . to stage new files added by the patch.
Note: git commit -a only stages existing files. We need a call to git add . to stage new files added by the patch.