Hi,

The “Commit” command in the git bundle no longer works for me.

If I run “Show Uncommitted Changes”, the git bundle properly displays the diff. However, if I run the “Commit” command, it instead displays: "Working directory is clean (nothing to commit)”.

So the repro steps are:

1. Make a change to a file
2. Run `git diff` or “Show Uncommitted Changes” to verify that a change has been made
3. Run the “Commit” command

Is anyone else experiencing this issue?

Thanks,
Charles