Fixes: Recoding a patch sometimes adds a deleted file to the repo
commitd045d83c88450c3a251acddd92d1537b726a5c04
authorThomas Zander <thomas.zander@trolltech.com>
Fri, 15 May 2009 10:35:05 +0000 (15 12:35 +0200)
committerThomas Zander <thomas.zander@trolltech.com>
Fri, 15 May 2009 10:35:05 +0000 (15 12:35 +0200)
tree58bd64bdf3433496e8729fc7726f9353cc64df27
parentb7543f219c51f2dbbd4fbaa65e3f47c97e3497a6
Fixes: Recoding a patch sometimes adds a deleted file to the repo

Details: If the user does an 'add' and then removes the file on the filesystem
         its still in the git index, but git doesn't tell us when we run
         git diff-index -M HEAD
         Add a call to git diff-files to find out such files and update the index to match
src/hunks/ChangeSet.cpp
todo