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