guilt: git-apply --index can be used to update the index
commit6991a1a5a3868c552593d51066ed3d513db9d83e
authorJosef 'Jeff' Sipek <jsipek@cs.sunysb.edu>
Mon, 23 Jul 2007 19:39:50 +0000 (23 15:39 -0400)
committerJosef 'Jeff' Sipek <jsipek@cs.sunysb.edu>
Mon, 23 Jul 2007 19:39:50 +0000 (23 15:39 -0400)
tree9dc2d06416b9adc698f27cf26ce238bc85a94bf5
parent8e66094b309d7da6153d78659af25d0951f5f84e
guilt: git-apply --index can be used to update the index

There appears to be no reason whatsoever to have git-apply parse the patch
twice - once to apply the patch, and once to update the index.

Signed-off-by: Josef 'Jeff' Sipek <jsipek@cs.sunysb.edu>
guilt