X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/d7ff0326b4321289be846589f31db5670dc33841..dbf9a362976edf6e97ff826915a58c93b77784c1:/doc/rcs/cvs/discussion.mdwn diff --git a/doc/rcs/cvs/discussion.mdwn b/doc/rcs/cvs/discussion.mdwn index 7df9e6b9f..57b0d044b 100644 --- a/doc/rcs/cvs/discussion.mdwn +++ b/doc/rcs/cvs/discussion.mdwn @@ -171,5 +171,21 @@ Bugs found and fixed so far: > Merged to current head. --[[Joey]] -* Return bounded output from `rcs_diff()` when asked, as the API states. - (6753235d98a3903364af26c0614106c47d93ae35 +---- + +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. +* `91b477c0`: Fix diffurl links (cvsweb expects unescaped '/'). + +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]] + +> All applied. --[[Joey]]