diff options
author | Joey Hess <joey@kitenet.net> | 2014-05-24 16:44:06 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-05-24 16:44:06 -0400 |
commit | c3c40c3e762625611dd96543be99407d0ad15f17 (patch) | |
tree | f729f40dbfa3c72b09c4e54afb1701c8ba6ed8ce | |
parent | ce9c5086c569009b2d680472724c1404ec49d7e6 (diff) |
fix excludes
-rw-r--r-- | doc/bugs/confirmed.mdwn | 2 | ||||
-rw-r--r-- | doc/bugs/unconfirmed.mdwn | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/bugs/confirmed.mdwn b/doc/bugs/confirmed.mdwn index a8f2d3834..a32e7568a 100644 --- a/doc/bugs/confirmed.mdwn +++ b/doc/bugs/confirmed.mdwn @@ -4,5 +4,5 @@ to be the next bugs fixed. If your bug report is not listed here, you probably need to provide more information so that the bug can be reproduced. See also: [[unconfirmed]] -[[!inline pages="./* and link(./confirmed) and !link(./done) and !/bugs/unconfirmed" show=0 +[[!inline pages="./* and link(./confirmed) and !link(./done) and !./unconfirmed" show=0 archive=yes]] diff --git a/doc/bugs/unconfirmed.mdwn b/doc/bugs/unconfirmed.mdwn index 7f220bec5..936c6467b 100644 --- a/doc/bugs/unconfirmed.mdwn +++ b/doc/bugs/unconfirmed.mdwn @@ -1,5 +1,5 @@ These bug reports have not yet been [[confirmed]] by the git-annex developers to be actually bugs in git-annex, rather than some other problem. -[[!inline pages="./* and !link(./confirmed) and !link(./done) and !/bugs/confirmed" show=0 +[[!inline pages="./* and !link(./confirmed) and !link(./done) and !./confirmed" show=0 archive=yes]] |