X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/c22f316ae153af4dba1a8a09ee743807d636bace..0f3f809a45f25e6a32ff505c5d8d3da43be77abb:/doc/rcs/cvs/discussion.mdwn diff --git a/doc/rcs/cvs/discussion.mdwn b/doc/rcs/cvs/discussion.mdwn index e10892e7d..f35a7448c 100644 --- a/doc/rcs/cvs/discussion.mdwn +++ b/doc/rcs/cvs/discussion.mdwn @@ -170,3 +170,19 @@ Bugs found and fixed so far: (ac8eab29e8394aca4c0b23a6687ec947ea1ac869) > Merged to current head. --[[Joey]] + +---- + +Hi! Bugfixes in `schmonz/cvs` I'd like to see merged: + +* `6753235d`: Return bounded output from `rcs_diff()` when asked, as + the API states. +* `e45175d5`: Always explicitly set CVS keyword substitution behavior. + Fixes behavior when a text file is added under a name formerly + used for a binary file. +* `b30cacdf`: If the previous working directory no longer exists after + a CVS operation, don't try to `chdir()` back to it afterward. + +These are all the diffs that exist on the branch, so if the changes +are acceptable you should be able to simply merge the branch. +--[[schmonz]]