aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/unannex_requires_commit_for_new_directories.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-02-25 13:59:23 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-02-25 13:59:23 -0400
commitc3c08a8dde43060ed1ab0078009835f89726d5bd (patch)
tree85c037cde4a6833d80d2dccaaa3fe81da5b2bc96 /doc/bugs/unannex_requires_commit_for_new_directories.mdwn
parent05ba1ecbf5064a3e55590ae00a11cd71350a99f3 (diff)
unannex: Refuse to unannex when repo is too new to have a HEAD
In this case there must be staged changes in the index (if there is anything to unannex), and the unannex code path needs to run with a clean index.
Diffstat (limited to 'doc/bugs/unannex_requires_commit_for_new_directories.mdwn')
-rw-r--r--doc/bugs/unannex_requires_commit_for_new_directories.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/bugs/unannex_requires_commit_for_new_directories.mdwn b/doc/bugs/unannex_requires_commit_for_new_directories.mdwn
index 0f56d59e8..98078d967 100644
--- a/doc/bugs/unannex_requires_commit_for_new_directories.mdwn
+++ b/doc/bugs/unannex_requires_commit_for_new_directories.mdwn
@@ -28,3 +28,4 @@ git-annex: Cannot proceed with uncommitted changes staged in the index. Recommen
### What version of git-annex are you using? On what operating system?
The issue occurs with last version of git-annex, available at the time of this post (2015-02-19 16:20). I could reproduce the issue in all other versions of git-annex I tried (not many though). I am using Linux, Ubuntu 12.04 amd64.
+> [[done]]; added check for repository too new to have a HEAD. --[[Joey]]