Community
Participate
Working Groups
Build Identifier: 20110218-0911 A removed file with the "assume-unchanged" flag will appear in the commit dialog. Expected behavior: commit dialog should be blank, since it the file is removed. Reproducible: Always Steps to Reproduce: 1.on cmdline, mkdir test 2.cd test 3.git init 4.create test.txt 5.git add . 6.git commit -m "init" 7.import git project test into egit 8.back to cmdline, git update-index --assume-unchanged test.txt 9.rm test.txt 10.Now try commiting. Normally, I would expect the commit dialog to be blank, but instead I see test.txt with a status of "Assume unchanged". See attachment.
Please also see stackoverflow thread -> http://stackoverflow.com/questions/6103904/git-update-index-assume-unchanged-discrepancy-in-egit
Created attachment 196479 [details] A screenshot of the commit dialog
Patch: https://git.eclipse.org/r/#/c/9412/
Fixed in master.