summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/Android:_no___34____47__etc__47__resolv.conf__34___when_submitting_jabber_user_and_password..mdwn3
-rw-r--r--doc/bugs/Building_on_OpenBSD.mdwn2
-rw-r--r--doc/bugs/annex_seems_to_ignore_core.bare_setting.mdwn4
-rw-r--r--doc/bugs/git_annex_status_doesn__39__t_use_.gitignore_in_direct_mode.mdwn (renamed from doc/forum/git_annex_status_doesn__39__t_use_.gitignore_in_direct_mode.mdwn)2
4 files changed, 11 insertions, 0 deletions
diff --git a/doc/bugs/Android:_no___34____47__etc__47__resolv.conf__34___when_submitting_jabber_user_and_password..mdwn b/doc/bugs/Android:_no___34____47__etc__47__resolv.conf__34___when_submitting_jabber_user_and_password..mdwn
index 2081a5e96..1721fca79 100644
--- a/doc/bugs/Android:_no___34____47__etc__47__resolv.conf__34___when_submitting_jabber_user_and_password..mdwn
+++ b/doc/bugs/Android:_no___34____47__etc__47__resolv.conf__34___when_submitting_jabber_user_and_password..mdwn
@@ -15,3 +15,6 @@ git-annex version: 5.20131130-gc25be33
build flags: Assistant Webapp Testsuite S3 WebDAV Inotify XMPP DNS Feeds Quvi TDFA CryptoHash
key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL
remote types: git gcrypt S3 bup directory rsync web webdav glacier hook
+
+> This was already fixed in [[!commit > b2e9339b57ae5a4677dc4197d135d33f18e18f9c]]
+> [[done]] --[[Joey]]
diff --git a/doc/bugs/Building_on_OpenBSD.mdwn b/doc/bugs/Building_on_OpenBSD.mdwn
index 36dc2b19f..b500d8a4b 100644
--- a/doc/bugs/Building_on_OpenBSD.mdwn
+++ b/doc/bugs/Building_on_OpenBSD.mdwn
@@ -36,3 +36,5 @@ Assistant/Pairing/Network.hs:108:32:
Assistant/Pairing/Network.hs:109:47:
Not in scope: data constructor `IPv6'
"""]]
+
+> [[done]]; see comment --[[Joey]]
diff --git a/doc/bugs/annex_seems_to_ignore_core.bare_setting.mdwn b/doc/bugs/annex_seems_to_ignore_core.bare_setting.mdwn
index e54b9cbe3..d5f31ca14 100644
--- a/doc/bugs/annex_seems_to_ignore_core.bare_setting.mdwn
+++ b/doc/bugs/annex_seems_to_ignore_core.bare_setting.mdwn
@@ -39,3 +39,7 @@ $> git annex status -d
...
git-annex: git [Param "checkout",Param "-q",Param "-B",Param "annex/direct/master"] failed
"""]]
+
+> If I understand the followup comment corretcly, it confirms my hypothesis
+> that this is about the bug that has since been fixed. So, [[done]].
+> --[[Joey]]
diff --git a/doc/forum/git_annex_status_doesn__39__t_use_.gitignore_in_direct_mode.mdwn b/doc/bugs/git_annex_status_doesn__39__t_use_.gitignore_in_direct_mode.mdwn
index f91c8bf79..27bdc3241 100644
--- a/doc/forum/git_annex_status_doesn__39__t_use_.gitignore_in_direct_mode.mdwn
+++ b/doc/bugs/git_annex_status_doesn__39__t_use_.gitignore_in_direct_mode.mdwn
@@ -14,3 +14,5 @@ So I have this .gitignore file:
and when I do *git annex add .* it works as expected: It adds only ~/web and ~/Desktop/Work... but when I do *git annex status* it shows me the entire /home... it seems that *git annex status* doesn't use .gitignore... is this a bug or an intended behavior?
Thanks for your time :)
+
+> [[fixed|done]] --[[Joey]]