Fix the 'status --reset' for individual files
authorCatalin Marinas <catalin.marinas@gmail.com>
Thu, 19 Jan 2006 15:01:29 +0000 (15:01 +0000)
committerCatalin Marinas <catalin.marinas@gmail.com>
Sun, 22 Jan 2006 08:22:23 +0000 (08:22 +0000)
commit7ba0e3e3ba165732147d6e53da743f152bbabd91
treec9366a2be07a7290abca381ff209a83efd367e1b
parent98290387570c0494bd5303e2f7e9136c43745bcc
Fix the 'status --reset' for individual files

By default, status --reset calls resolved which updates the tree index and
the git-checkout-index -f does not overwrite the files anymore. This patch
explicitely resets the files to the HEAD tree id.

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
stgit/git.py