godotengine / godot-git-plugin

Git implementation of the VCS interface in Godot
MIT License
656 stars 64 forks source link

You can commit when there are no files staged for commit #240

Open rubenscholle opened 1 month ago

rubenscholle commented 1 month ago

When you "forgot" to stage changes before typing in a commit message, you can pretty much commit an empty commit. Also, there is no way of getting the last commit message to commit again (this time WITH the changed files being staged), so you have to type it in all again