summaryrefslogtreecommitdiff
path: root/doc/bugs/Can__39__t_add_a_git_repo_to_git_annex__58_____34__Invalid_path_repo__47__.git__47__X__34___for_many_X/comment_16_befb4f82ba2d812766b57cec475b52b5._comment
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/Can__39__t_add_a_git_repo_to_git_annex__58_____34__Invalid_path_repo__47__.git__47__X__34___for_many_X/comment_16_befb4f82ba2d812766b57cec475b52b5._comment')
-rw-r--r--doc/bugs/Can__39__t_add_a_git_repo_to_git_annex__58_____34__Invalid_path_repo__47__.git__47__X__34___for_many_X/comment_16_befb4f82ba2d812766b57cec475b52b5._comment19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/bugs/Can__39__t_add_a_git_repo_to_git_annex__58_____34__Invalid_path_repo__47__.git__47__X__34___for_many_X/comment_16_befb4f82ba2d812766b57cec475b52b5._comment b/doc/bugs/Can__39__t_add_a_git_repo_to_git_annex__58_____34__Invalid_path_repo__47__.git__47__X__34___for_many_X/comment_16_befb4f82ba2d812766b57cec475b52b5._comment
new file mode 100644
index 000000000..cfda4f65d
--- /dev/null
+++ b/doc/bugs/Can__39__t_add_a_git_repo_to_git_annex__58_____34__Invalid_path_repo__47__.git__47__X__34___for_many_X/comment_16_befb4f82ba2d812766b57cec475b52b5._comment
@@ -0,0 +1,19 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 16"""
+ date="2015-03-27T22:53:46Z"
+ content="""
+@badele, well, it doesn't ignore such a directory.
+
+<pre>
+joey@darkstar:~/tmp/gitrepo>ls -ld subrepo/.git
+drwxr-xr-x 7 joey joey 4096 Mar 27 18:52 subrepo/.git/
+joey@darkstar:~/tmp/gitrepo>mkdir subrepo/dir
+joey@darkstar:~/tmp/gitrepo>touch subrepo/dir/foo
+joey@darkstar:~/tmp/gitrepo>git annex add subrepo/dir/foo
+add subrepo/dir/foo ok
+(recording state in git...)
+</pre>
+
+git and git-annex have the same behavior here..
+"""]]