]> git.ipfire.org Git - thirdparty/git.git/commit - git-cvsserver.perl
cvsserver: Respond to the 'editors' and 'watchers' commands
authorDamien Diederen <dash@foobox.net>
Thu, 27 Mar 2008 22:17:26 +0000 (23:17 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Mar 2008 23:05:27 +0000 (16:05 -0700)
commit38bcd31a5879847d259a75fbcab9a7977ff63f1e
tree1b26595d20463ba1f2ef2e641c39b0e34334d9ea
parent1768905b51601d5d080168059acd24d13b888a2d
cvsserver: Respond to the 'editors' and 'watchers' commands

These commands list users editing and watching locked files.  This trivial
implementation always returns an empty response, since git-cvsserver does not
implement file locking.

Without this, TkCVS hangs at startup, waiting forever for a response.

Signed-off-by: Damien Diederen <dash@foobox.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-cvsserver.perl