Add "Remove All" and "Ignore All" options in Remove from Index Prompt
By xavier.poi... on April 24, 2013 06:56 (imported from Google Code)
What steps will reproduce the problem?
- Add a file to the index (touch test.txt; git add text.txt)
- Delete the file (rm test.txt)
- Invoke the commit dialog (tgit commit)
A dialog appears stating that "TortoiseGit detected that the file "path\to\file.ext" does not exist, but it is staged as "Added". The commit dialog cannot handle this. Do you want to remove it from the index?"
The dialog will appear once for each file, each time asking "Remove the file from index" and "Ignore".
I got into a situation where hundreds of files where previously staged and then removed. I had no option but to kill the process (or to click the button several hundred times). It would be great to have extra buttons that apply for all files.
TortoiseGit 1.8.2, Msysgit 1.8.1 on Windows 8.