summaryrefslogtreecommitdiff
path: root/git-cvsserver.perl
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * git-cvsserver: handle change type TPaolo Bonzini2008-03-271-1/+1
* | Merge branch 'dd/cvsserver'Junio C Hamano2008-04-021-19/+59
|\ \
| * | cvsserver: Use the user part of the email in log and annotate resultsDamien Diederen2008-03-271-4/+12
| * | cvsserver: Implement update -p (print to stdout)Damien Diederen2008-03-271-12/+35
| * | cvsserver: Do not include status output for subdirectories if -l is passedDamien Diederen2008-03-271-0/+2
| * | cvsserver: Only print the file part of the filename in status headerDamien Diederen2008-03-271-1/+3
| * | cvsserver: Respond to the 'editors' and 'watchers' commandsDamien Diederen2008-03-271-2/+7
| |/
* | Allow git-cvsserver database table name prefix to be specified.Josh Elsasser2008-03-301-30/+93
|/
* specify explicit "--pretty=medium" with `git log/show/whatchanged`Denis Cheng2008-03-051-1/+1
* cvsserver: Fix for histories with multiple rootsSteffen Prohaska2008-01-261-1/+8
* git-cvsserver runs hooks/post-updateJunio C Hamano2007-12-051-0/+6
* git-cvsserver runs hooks/post-receiveMichael Witten2007-12-051-7/+20
* cvsserver: Use exit 1 instead of die when req_Root fails.Brian Gernhardt2007-10-181-2/+4
* cvsserver: Fix for work treesBrian Downing2007-08-081-0/+2
* git-cvsserver: detect/diagnose write failure, etc.Jim Meyering2007-07-141-17/+33
* cvsserver: always initialize state in argsplit()Frank Lichtenheld2007-07-061-4/+4
* cvsserver: Actually implement --export-allFrank Lichtenheld2007-06-151-1/+7
* cvsserver: Let --base-path and pserver get along just fineFrank Lichtenheld2007-06-151-4/+6
* cvsserver: Add some useful commandline optionsFrank Lichtenheld2007-06-081-6/+73