diff options
author | Joey Hess <joey@kitenet.net> | 2011-02-01 21:26:19 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-02-01 21:27:23 -0400 |
commit | c77ac11acc10efc23acfa3d81e1deaac11cb724f (patch) | |
tree | 5d0d2b59b3a775f882e51625d64eadb804d696be /doc/bugs/unannex_vs_unlock_hook_confusion.mdwn | |
parent | 9aecf4110afb2fb1f6b10a9a9234ad0afafda56e (diff) |
unannex: Commit staged changes at end
to avoid some confusing behavior with the pre-commit hook, which would see
some types of commits after an unannex as checking in of an unlocked file.
Diffstat (limited to 'doc/bugs/unannex_vs_unlock_hook_confusion.mdwn')
-rw-r--r-- | doc/bugs/unannex_vs_unlock_hook_confusion.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/unannex_vs_unlock_hook_confusion.mdwn b/doc/bugs/unannex_vs_unlock_hook_confusion.mdwn index 7e4a9f291..c03990c20 100644 --- a/doc/bugs/unannex_vs_unlock_hook_confusion.mdwn +++ b/doc/bugs/unannex_vs_unlock_hook_confusion.mdwn @@ -11,3 +11,5 @@ and has been re-added as a normal file, vs an unlocked file? --[[Joey|| > Hmm, not really. An unannexed file's content will have been dropped from > the backend, but that's about the only difference. Perhaps unannex should > just commit the removal of the file itself? --[[Joey]] + +> [[done]], staged changes committed at end. |