aboutsummaryrefslogtreecommitdiff
path: root/ISSUES.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-19 16:22:00 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-19 16:22:00 +1200
commit859ff354e735aeec741ead6b400da71de7d1a245 (patch)
tree51abe4e7a45ecbb6bd66cf3fb29ee222159fef68 /ISSUES.markdown
parentCorrect a comment in edda(1) (diff)
downloaddotfiles-859ff354e735aeec741ead6b400da71de7d1a245.tar.gz
dotfiles-859ff354e735aeec741ead6b400da71de7d1a245.zip
Add a POSIX compatibility issue
Diffstat (limited to 'ISSUES.markdown')
-rw-r--r--ISSUES.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/ISSUES.markdown b/ISSUES.markdown
index a7b50808..68c6c482 100644
--- a/ISSUES.markdown
+++ b/ISSUES.markdown
@@ -17,3 +17,5 @@ Known issues
* The checks gscr(1) makes to determine where it is are a bit naive (don't
work with bare repos) and could probably be improved with some appropriate
git-reflog(1) cals
+* The \xFF syntax for regex as used in rfct(1) is not POSIX. Need to decide
+ if it's well-supported enough to keep it anyway.