diff options
author | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2012-02-05 16:38:15 -0500 |
---|---|---|
committer | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2012-02-05 16:38:15 -0500 |
commit | 744642d37480d5c2ccfc8558e717c037abe09261 (patch) | |
tree | 9cfcbd547462bc8210f0e8661419b6dfa81adee2 /doc/rcs | |
parent | 65b021268bd600561e30110b6dc1a453f3d52557 (diff) | |
download | ikiwiki-744642d37480d5c2ccfc8558e717c037abe09261.tar ikiwiki-744642d37480d5c2ccfc8558e717c037abe09261.tar.gz |
fix rcs_add() of a text file under a name that had been a binary file
Diffstat (limited to 'doc/rcs')
-rw-r--r-- | doc/rcs/cvs/discussion.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
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) |