Also set blobMode / blobSha for unstaged changes.
commitf9f6809c40fef047687fc73713c85d3d26d3d845
authorPieter de Bie <pdebie@ai.rug.nl>
Thu, 27 Aug 2009 22:19:27 +0000 (28 00:19 +0200)
committerPieter de Bie <pdebie@ai.rug.nl>
Thu, 27 Aug 2009 22:31:23 +0000 (28 00:31 +0200)
treee6525979f64ea5a91406a1fc2a2c58f3e4d8f771
parent9320ef71a8c559e391f52e96df547236c18b3940
Also set blobMode / blobSha for unstaged changes.

It shouldn't matter if a file has staged / unstaged changes, as long as the
file is tracked, the SHA and blob should be recorded.

This had really annoying complications because PBChangedFile used this
information to decide whether or not to delete a file from the index
when unstaging in PBGitIndexController
PBGitCommitController.m