From: Amitai Schlair Date: Sun, 5 Feb 2012 21:38:15 +0000 (-0500) Subject: fix rcs_add() of a text file under a name that had been a binary file X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/744642d37480d5c2ccfc8558e717c037abe09261 fix rcs_add() of a text file under a name that had been a binary file --- diff --git a/doc/rcs/cvs/discussion.mdwn b/doc/rcs/cvs/discussion.mdwn index 7df9e6b9f..fdd2fbfd4 100644 --- a/doc/rcs/cvs/discussion.mdwn +++ b/doc/rcs/cvs/discussion.mdwn @@ -172,4 +172,7 @@ Bugs found and fixed so far: > Merged to current head. --[[Joey]] * Return bounded output from `rcs_diff()` when asked, as the API states. - (6753235d98a3903364af26c0614106c47d93ae35 + (6753235d98a3903364af26c0614106c47d93ae35) +* When adding a text file under a name formerly tracked as binary, + fix CVS keyword substitution behavior by explicitly setting `-kkv`. + (e45175d5454cc72b261507260accb309f13b5e8b)