diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-22 12:58:04 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-22 12:58:04 -0400 |
commit | 034d6fec96f30c479f79a5826ef79b2414545b1f (patch) | |
tree | 3dad79d984dca06dd9cb60054b0ff08994e19652 /doc/design | |
parent | e0f2ec01ceafb0ee3fdd68ef025e1ee31071b13a (diff) |
index file recovery
Diffstat (limited to 'doc/design')
-rw-r--r-- | doc/design/assistant/disaster_recovery.mdwn | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/design/assistant/disaster_recovery.mdwn b/doc/design/assistant/disaster_recovery.mdwn index 4b3d2a290..c630a72b4 100644 --- a/doc/design/assistant/disaster_recovery.mdwn +++ b/doc/design/assistant/disaster_recovery.mdwn @@ -148,8 +148,5 @@ that was found for it. if none was found. **done** * (Decided not to touch tags.) -TODO: The index file can still refer to objects that were missing. -This prevents git commit from working. And simply re-staging things doesn't -seem to help; git sees the sha is "known" and does not re-add it, -apparently. So, need to do something to clean up the index, while ideally -not losing any staged changes. +The index file can still refer to objects that were missing. +Rewrite to remove them. **done** |