Context:
Committed files in our ignore list always show up in the commit dialog when modified. This is not our desired functionality. We need a way to ignore modified files already committed so that they do not show up in the commit dialog box. We also need a speedy way to rollback single files within a large commit without rolling back, merging and submitting a new commit, or without deleting their commit.
Question/Request:
-
How can we ignore modified files in the ignore list that have already a committed version in the database?
-
How I imagine it should work:
Add the files to the ignore list, which they are. -
We would like to keep the useful files in a commit and only rollback the individual files that are posing issues.
-
How I imagine it should work:
Intuitively, opening the commit entry, select and right clicking on the file in question and selecting rollback. That should do the trick. But this is not an option from what I can see. Any help with this would be much appreciated.