Community
Participate
Working Groups
Once bug 339190 is fixed the UI should allow to commit only selected files from index (staged). Currently, all files are committed.
Please note that "git commit" with --only/-o option, which was used under the hood to implement bug 339190, allows to commit a selected file regardless of the index state. In other words, the file can be committed even though it hasn't been staged.
already fixed