summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawn2MI-Ci-bS9W5NITngsBJiL8LqWYcJ458 <Emanuele@web>2015-02-23 11:44:36 +0000
committerGravatar admin <admin@branchable.com>2015-02-23 11:44:36 +0000
commit210ae7da87ab38ff777514cd57605021adeb3623 (patch)
tree53a11200185effbb9f47d6544e89973965b2de64 /doc
parentdcef16d77cf70683d716eedc6f196e40405b60c2 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/unannex_requires_commit_for_new_directories.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/unannex_requires_commit_for_new_directories.mdwn b/doc/bugs/unannex_requires_commit_for_new_directories.mdwn
index 9f2ad1134..0f56d59e8 100644
--- a/doc/bugs/unannex_requires_commit_for_new_directories.mdwn
+++ b/doc/bugs/unannex_requires_commit_for_new_directories.mdwn
@@ -1,5 +1,5 @@
### Please describe the problem.
-"git-annex unannex" requires an unexpected (and undesirable) commit only when adding files in a new directory. This undesirable because whenever "git-annex add" is accidentally run in a new directory, the only way to undo it is to commit first and then unannex, which adds two unwanted commits to the git log. Moreover, this behavior is not consitent with unannex on files in non-new directories: in that case unannex works as expected.
+"git-annex unannex" requires an unexpected (and undesirable) commit only when adding files in a new directory. This is undesirable because whenever "git-annex add" is accidentally run in a new directory, the only way to undo it is to commit first and then unannex, which adds two unwanted commits to the git log. Moreover, this behavior is not consistent with unannex on files in non-new directories: in that case unannex works as expected.
### What steps will reproduce the problem?
<pre><code>/tmp> mkdir test