summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-03-31 16:15:51 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-03-31 16:15:51 -0400
commit73222e307c69415320ed36df8d63a83d278b2f65 (patch)
tree3e93f0476f9584e246c0c8a03e9cf5016401390f /doc
parente40b2cdf3dede4fce9262db1c35e64648a337861 (diff)
format
Diffstat (limited to 'doc')
-rw-r--r--doc/devblog/day_269__wildcards_and_podcasts.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/devblog/day_269__wildcards_and_podcasts.mdwn b/doc/devblog/day_269__wildcards_and_podcasts.mdwn
index 35c30f892..af17eebfa 100644
--- a/doc/devblog/day_269__wildcards_and_podcasts.mdwn
+++ b/doc/devblog/day_269__wildcards_and_podcasts.mdwn
@@ -4,8 +4,8 @@ on top of the shell's expansion.
That led to some broken behavior by `git annex add 'foo.*'`
and, it could lead to other probably unwanted behavior, like `git annex
-drop 'foo[barred]' dropping a file named `food` in addition to
-`foo[barred]`.
+drop 'foo[barred]'` dropping a file named `food` in addition to
+`foo[barred]`
For now, I've disabled this git feature throughout git-annex. If you relied
on it for something, let me know, I might think about adding it back in