chiark / gitweb /
Need to do "git-update-index --refresh" in more places
authorChuck Lever <cel@netapp.com>
Wed, 26 Oct 2005 18:51:56 +0000 (14:51 -0400)
committerCatalin Marinas <catalin.marinas@gmail.com>
Thu, 27 Oct 2005 19:47:13 +0000 (20:47 +0100)
commitf8fb574771b75e3e4a96b7d48177cda55f681a1b
tree04f04f5d7681683a837021160ca416523517bb4e
parent5072554705c126bf4987fc078da2bd6f68787bdc
Need to do "git-update-index --refresh" in more places

Recent changes to the git porcelain-ish shell scripts added
"git-update-index --refresh" in several places.  This harmlessly allows
a dirty tree during certain operations that use git-read-tree.

Signed-off-by: Chuck Lever <cel@netapp.com>
stgit/git.py