aboutsummaryrefslogtreecommitdiffstats
path: root/git-cvsserver.perl (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-26Merge branch 'ab/require-perl-5.8'Junio C Hamano1-0/+1
2010-10-06Martin Langhoff has a new e-mail addressJunio C Hamano1-3/+3
2010-09-27perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason1-0/+1
2010-06-21Merge branch 'eb/core-eol'Junio C Hamano1-4/+9
2010-06-20git-cvsserver: fix error for invalid password formatsÆvar Arnfjörð Bjarmason1-1/+4
2010-06-20git-cvsserver: typo in a comment: bas -> hasÆvar Arnfjörð Bjarmason1-1/+1
2010-05-19git-cvsserver: Improved error handling for pserverÆvar Arnfjörð Bjarmason1-5/+24
2010-05-19git-cvsserver: indent & clean up authdb codeÆvar Arnfjörð Bjarmason1-10/+13
2010-05-19git-cvsserver: use a password file cvsserver pserverSam Vilain1-14/+15
2010-05-19git-cvsserver: authentication support for pserverÆvar Arnfjörð Bjarmason1-8/+65
2010-05-19Rename the "crlf" attribute "text"Eyvind Bernhardsen1-4/+9
2010-01-28Merge branch 'gp/maint-cvsserver'Junio C Hamano1-1/+1
2010-01-26git-cvsserver: allow regex metacharacters in CVSROOTGerrit Pape1-1/+1
2010-01-10Merge branch 'pm/cvs-environ'Junio C Hamano1-1/+21
2009-12-31cvsserver: make the output of 'update' more compatible with cvs.Sergei Organov1-0/+16
2009-12-30CVS Server: Support reading base and roots from environmentPhil Miller1-1/+21
2009-09-02git-cvsserver: no longer use deprecated 'git-subcommand' commandsGerrit Pape1-20/+20
2009-01-30git-cvsserver: run post-update hook *after* update.Stefan Karpinski1-2/+2
2009-01-30git-cvsserver: handle CVS 'noop' command.Stefan Karpinski1-0/+1
2009-01-05cvsserver: change generation of CVS author namesFabian Emmes1-3/+9
2009-01-03cvsserver: add option to configure commit messageFabian Emmes1-1/+7
2008-07-19cvsserver: Add cvs co -c supportLars Noschinski1-0/+12
2008-07-19cvsserver: Add support for packed refsLars Noschinski1-14/+8
2008-07-16Merge branch 'sb/dashless'Junio C Hamano1-1/+1
2008-07-16git-cvsserver: fix call to nonexistant cleanupWorkDir()Lars Noschinski1-1/+1
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-05-16git-cvsserver: add ability to guess -kb from contentsMatthew Ogilvie1-16/+177
2008-05-16implement gitcvs.usecrlfattrMatthew Ogilvie1-11/+60
2008-05-16git-cvsserver: add mechanism for managing working tree and current directoryMatthew Ogilvie1-39/+213
2008-04-02Merge branch 'pb/cvsserver'Junio C Hamano1-1/+1
2008-04-02Merge branch 'dd/cvsserver'Junio C Hamano1-19/+59
2008-03-30Allow git-cvsserver database table name prefix to be specified.Josh Elsasser1-30/+93
2008-03-27git-cvsserver: handle change type TPaolo Bonzini1-1/+1
2008-03-27cvsserver: Use the user part of the email in log and annotate resultsDamien Diederen1-4/+12
2008-03-27cvsserver: Implement update -p (print to stdout)Damien Diederen1-12/+35
2008-03-27cvsserver: Do not include status output for subdirectories if -l is passedDamien Diederen1-0/+2
2008-03-27cvsserver: Only print the file part of the filename in status headerDamien Diederen1-1/+3
2008-03-27cvsserver: Respond to the 'editors' and 'watchers' commandsDamien Diederen1-2/+7
2008-03-05specify explicit "--pretty=medium" with `git log/show/whatchanged`Denis Cheng1-1/+1
2008-01-26cvsserver: Fix for histories with multiple rootsSteffen Prohaska1-1/+8
2007-12-05git-cvsserver runs hooks/post-updateJunio C Hamano1-0/+6
2007-12-05git-cvsserver runs hooks/post-receiveMichael Witten1-7/+20
2007-10-18cvsserver: Use exit 1 instead of die when req_Root fails.Brian Gernhardt1-2/+4
2007-08-08cvsserver: Fix for work treesBrian Downing1-0/+2
2007-07-14git-cvsserver: detect/diagnose write failure, etc.Jim Meyering1-17/+33
2007-07-06cvsserver: always initialize state in argsplit()Frank Lichtenheld1-4/+4
2007-06-15cvsserver: Actually implement --export-allFrank Lichtenheld1-1/+7
2007-06-15cvsserver: Let --base-path and pserver get along just fineFrank Lichtenheld1-4/+6
2007-06-08cvsserver: Add some useful commandline optionsFrank Lichtenheld1-6/+73
2007-06-08cvsserver: Make req_Root more critical of its input dataFrank Lichtenheld1-0/+11