aboutsummaryrefslogtreecommitdiff
path: root/doc/rcs
diff options
context:
space:
mode:
authorAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>2012-01-30 19:56:35 -0600
committerAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>2012-01-30 19:56:35 -0600
commit111db0b6be5b8fc5881e1e383d5360b768f68845 (patch)
tree0d4a12cba69fbb7825b8ad527c9ebc6ef29ac6ea /doc/rcs
parentbb6e77562e2f4eaec44ae952c590a27ae37c736c (diff)
parent49a60b04131923a24f7368d7b40b55bfd4377cd6 (diff)
downloadikiwiki-111db0b6be5b8fc5881e1e383d5360b768f68845.tar
ikiwiki-111db0b6be5b8fc5881e1e383d5360b768f68845.tar.gz
Merge branch 'master' of git://git.ikiwiki.info
Diffstat (limited to 'doc/rcs')
-rw-r--r--doc/rcs/cvs/discussion.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/rcs/cvs/discussion.mdwn b/doc/rcs/cvs/discussion.mdwn
index 2df2c1317..e10892e7d 100644
--- a/doc/rcs/cvs/discussion.mdwn
+++ b/doc/rcs/cvs/discussion.mdwn
@@ -159,3 +159,14 @@ branch harder for you to pull.
Before I go writing a whole swack of test cases, could you merge
my latest? Through at least ad0e56cdcaaf76bc68d1b5c56e6845307b51c44a
there should be no functional change. --[[schmonz]]
+
+Never mind, I was able to convince myself (by cloning `origin`
+afresh and merging from `schmonz/cvs`). The history is a little
+gross but the before-and-after diff looks right.
+
+Bugs found and fixed so far:
+
+* Stop treating text files as binary (`-kb`) on `rcs_add()`
+ (ac8eab29e8394aca4c0b23a6687ec947ea1ac869)
+
+> Merged to current head. --[[Joey]]