Hello
I don’t commit file by file, or atomically everytime I make one modification.
Usually, I launch the commit dialog on one folder and see what's there to be committed.
I often have to deal with multiple modified files, for various reasons, and only have the possibility of one unique global commit message.
What I do then is uncheck all, then select the files I want to commit with one specific message, commit, and then relaunch the commit dialog on the folder, etc, etc, Time consuming and error prone! I just made a whole commit batch with a wrong message, and I can not edit the commit message.
I long for a “per line” message feature, where the general commit message would be the default one, but where I could set a specific commit message on some files.
Tortoise would then have, I guess, to make several commit batches based on commit message comparison.