summaryrefslogtreecommitdiff
path: root/doc/todo/__34__git-annex_fix__34___on_untracked__44___but_git-annexy_symlinks/comment_1_b795d0bfa64654bf82684da961815cea._comment
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo/__34__git-annex_fix__34___on_untracked__44___but_git-annexy_symlinks/comment_1_b795d0bfa64654bf82684da961815cea._comment')
-rw-r--r--doc/todo/__34__git-annex_fix__34___on_untracked__44___but_git-annexy_symlinks/comment_1_b795d0bfa64654bf82684da961815cea._comment22
1 files changed, 0 insertions, 22 deletions
diff --git a/doc/todo/__34__git-annex_fix__34___on_untracked__44___but_git-annexy_symlinks/comment_1_b795d0bfa64654bf82684da961815cea._comment b/doc/todo/__34__git-annex_fix__34___on_untracked__44___but_git-annexy_symlinks/comment_1_b795d0bfa64654bf82684da961815cea._comment
deleted file mode 100644
index f8eb04775..000000000
--- a/doc/todo/__34__git-annex_fix__34___on_untracked__44___but_git-annexy_symlinks/comment_1_b795d0bfa64654bf82684da961815cea._comment
+++ /dev/null
@@ -1,22 +0,0 @@
-[[!comment format=mdwn
- username="joey"
- subject="""comment 1"""
- date="2015-03-27T20:48:07Z"
- content="""
-Currently git-annex uses git-ls-files to find the files to act on.
-This would requires running git-ls-files twice, once with --others to find
-the files not checked into git.
-
-I don't like the added complexity, the slowdown for everyone else,
-etc.
-
-Also, I think it's very reasonable that git-annex commands do not
-act on files that are not checked into git (except for git-annex add of
-course). Acting on files that are not checked into git violates least
-surprise.
-
-So, just add the file to git if you want git-annex fix to
-act on it. You don't even have to commit the file, you can just
-stage it in the index, and then un-stage it after git-annex is done with
-it, if for some reason you don't want to check it into git.
-"""]]