summaryrefslogtreecommitdiff
path: root/git-cvsserver.perl
Commit message (Expand)AuthorAgeFilesLines
* Correct common spelling mistakes in comments and testsStefano Lattarini2013-04-121-2/+2
* git-cvsimport: use a lowercase "usage:" stringDavid Aguilar2013-02-241-1/+1
* cvsserver: support -r and sticky tags for most operationsMatthew Ogilvie2012-10-161-203/+510
* cvsserver: Add version awareness to argsfromdirMatthew Ogilvie2012-10-161-30/+198
* cvsserver: generalize getmeta() to recognize commit refsMatthew Ogilvie2012-10-161-11/+145
* cvsserver: implement req_Sticky and related utilitiesMatthew Ogilvie2012-10-161-2/+169
* cvsserver: add misc commit lookup, file meta data, and file listing functionsMatthew Ogilvie2012-10-161-1/+365
* cvsserver: define a tag name character escape mechanismMatthew Ogilvie2012-10-161-0/+91
* cvsserver: cleanup extra slashes in filename argumentsMatthew Ogilvie2012-10-161-0/+28
* cvsserver: factor out git-log parsing logicMatthew Ogilvie2012-10-161-71/+105
* cvsserver status: provide real sticky infoMatthew Ogilvie2012-10-161-4/+20
* cvsserver: cvs add: do not expand directory argumentsMatthew Ogilvie2012-10-161-2/+0
* cvsserver: use whole CVS rev number in-process; don't strip "1." prefixMatthew Ogilvie2012-10-161-103/+122
* cvsserver: split up long lines in req_{status,diff,log}Matthew Ogilvie2012-10-161-61/+159
* cvsserver: clean up client request handler map commentsMatthew Ogilvie2012-10-161-1/+4
* cvsserver: remove unused functions _headrev and gethistoryMatthew Ogilvie2012-10-161-32/+4
* cvsserver update: comment about how we shouldn't remove a user-modified fileMatthew Ogilvie2012-10-161-0/+4
* cvsserver: add comments about database schema/usageMatthew Ogilvie2012-10-161-4/+42
* cvsserver: removed unused sha1Or-k mode from kopts_from_pathMatthew Ogilvie2012-10-161-33/+5
* use -h for synopsis and --help for manpage consistentlycb/do-not-pretend-to-hijack-long-helpClemens Buchacher2011-10-051-2/+2
* Merge branch 'ab/require-perl-5.8'Junio C Hamano2010-10-261-0/+1
|\
| * perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason2010-09-271-0/+1
* | Martin Langhoff has a new e-mail addressJunio C Hamano2010-10-061-3/+3
|/
* Merge branch 'eb/core-eol'Junio C Hamano2010-06-211-4/+9
|\
| * Rename the "crlf" attribute "text"Eyvind Bernhardsen2010-05-191-4/+9
* | git-cvsserver: fix error for invalid password formatsÆvar Arnfjörð Bjarmason2010-06-201-1/+4
* | git-cvsserver: typo in a comment: bas -> hasÆvar Arnfjörð Bjarmason2010-06-201-1/+1
* | git-cvsserver: Improved error handling for pserverÆvar Arnfjörð Bjarmason2010-05-191-5/+24
* | git-cvsserver: indent & clean up authdb codeÆvar Arnfjörð Bjarmason2010-05-191-10/+13
* | git-cvsserver: use a password file cvsserver pserverSam Vilain2010-05-191-14/+15
* | git-cvsserver: authentication support for pserverÆvar Arnfjörð Bjarmason2010-05-191-8/+65
|/
* Merge branch 'gp/maint-cvsserver'Junio C Hamano2010-01-281-1/+1
|\
| * git-cvsserver: allow regex metacharacters in CVSROOTGerrit Pape2010-01-261-1/+1
* | Merge branch 'pm/cvs-environ'Junio C Hamano2010-01-101-1/+21
|\ \
| * | CVS Server: Support reading base and roots from environmentPhil Miller2009-12-301-1/+21
| |/
* | cvsserver: make the output of 'update' more compatible with cvs.Sergei Organov2009-12-311-0/+16
|/
* git-cvsserver: no longer use deprecated 'git-subcommand' commandsGerrit Pape2009-09-021-20/+20
* git-cvsserver: run post-update hook *after* update.Stefan Karpinski2009-01-301-2/+2
* git-cvsserver: handle CVS 'noop' command.Stefan Karpinski2009-01-301-0/+1
* cvsserver: change generation of CVS author namesFabian Emmes2009-01-051-3/+9
* cvsserver: add option to configure commit messageFabian Emmes2009-01-031-1/+7
* cvsserver: Add cvs co -c supportLars Noschinski2008-07-191-0/+12
* cvsserver: Add support for packed refsLars Noschinski2008-07-191-14/+8
* Merge branch 'sb/dashless'Junio C Hamano2008-07-161-1/+1
|\
| * Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* | git-cvsserver: fix call to nonexistant cleanupWorkDir()Lars Noschinski2008-07-161-1/+1
|/
* git-cvsserver: add ability to guess -kb from contentsMatthew Ogilvie2008-05-161-16/+177
* implement gitcvs.usecrlfattrMatthew Ogilvie2008-05-161-11/+60
* git-cvsserver: add mechanism for managing working tree and current directoryMatthew Ogilvie2008-05-161-39/+213
* Merge branch 'pb/cvsserver'Junio C Hamano2008-04-021-1/+1
|\