]> git.ipfire.org Git - thirdparty/git.git/commit - git-cvsserver.perl
cvsserver: make the output of 'update' more compatible with cvs.
authorSergei Organov <osv@javad.com>
Mon, 7 Dec 2009 11:11:44 +0000 (14:11 +0300)
committerJunio C Hamano <gitster@pobox.com>
Thu, 31 Dec 2009 20:15:01 +0000 (12:15 -0800)
commit8e4c4e7dc322bf6a2cf468152ea71eff26ebc034
tree9ce3576e76a5c3a27b638ae5abf78593c528cddb
parent902f235378cb2b2f6dd5dd664b9630c95321f0ae
cvsserver: make the output of 'update' more compatible with cvs.

Native cvs update outputs the string "cvs update: Updating <DIR>" for
every directory it processes (to stderr) unless -q or -Q is given on
comman-line. This is used, e.g., by emacs pcl-cvs to split files by
directory. This commit implements this feature in cvsserver.

Signed-off-by: Sergei Organov <osv@javad.com>
Acked-by: Martin Langhoff <martin.langhoff@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-cvsserver.perl