]> git.ipfire.org Git - thirdparty/git.git/commit - git-cvsserver.perl
cvsserver: add misc commit lookup, file meta data, and file listing functions
authorMatthew Ogilvie <mmogilvi_git@miniinfo.net>
Sun, 14 Oct 2012 05:42:27 +0000 (23:42 -0600)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Oct 2012 23:17:51 +0000 (16:17 -0700)
commit658b57ad523e0108bafe5f5d56dbb99c0f3ef95c
tree15a04832e730b991bb4fedc28bb6371db662c396
parent51a7e6dbc9b871ddfd73752e1a1b254e38e4336b
cvsserver: add misc commit lookup, file meta data, and file listing functions

These will be used soon, but not yet.

PERFORMANCE NOTE: getMetaFromCommithash() does not scale well as currently
implemented.  See comment for possible optimization strategies.
Fortunately, it will only be used in cases that would not have worked
at all before this change.

Signed-off-by: Matthew Ogilvie <mmogilvi_git@miniinfo.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-cvsserver.perl