summaryrefslogtreecommitdiff
path: root/git-cvsserver.perl
AgeCommit message (Expand)Author
2010-01-10Merge branch 'pm/cvs-environ'Junio C Hamano
2009-12-31cvsserver: make the output of 'update' more compatible with cvs.Sergei Organov
2009-12-30CVS Server: Support reading base and roots from environmentPhil Miller
2009-09-03git-cvsserver: no longer use deprecated 'git-subcommand' commandsGerrit Pape
2009-01-31git-cvsserver: run post-update hook *after* update.Stefan Karpinski
2009-01-31git-cvsserver: handle CVS 'noop' command.Stefan Karpinski
2009-01-05cvsserver: change generation of CVS author namesFabian Emmes
2009-01-03cvsserver: add option to configure commit messageFabian Emmes
2008-07-19cvsserver: Add cvs co -c supportLars Noschinski
2008-07-19cvsserver: Add support for packed refsLars Noschinski
2008-07-17Merge branch 'sb/dashless'Junio C Hamano
2008-07-16git-cvsserver: fix call to nonexistant cleanupWorkDir()Lars Noschinski
2008-07-13Make usage strings dash-lessStephan Beyer
2008-05-16git-cvsserver: add ability to guess -kb from contentsMatthew Ogilvie
2008-05-16implement gitcvs.usecrlfattrMatthew Ogilvie
2008-05-16git-cvsserver: add mechanism for managing working tree and current directoryMatthew Ogilvie
2008-04-02Merge branch 'pb/cvsserver'Junio C Hamano
2008-04-02Merge branch 'dd/cvsserver'Junio C Hamano
2008-03-31Allow git-cvsserver database table name prefix to be specified.Josh Elsasser
2008-03-28git-cvsserver: handle change type TPaolo Bonzini
2008-03-27cvsserver: Use the user part of the email in log and annotate resultsDamien Diederen
2008-03-27cvsserver: Implement update -p (print to stdout)Damien Diederen
2008-03-27cvsserver: Do not include status output for subdirectories if -l is passedDamien Diederen
2008-03-27cvsserver: Only print the file part of the filename in status headerDamien Diederen
2008-03-27cvsserver: Respond to the 'editors' and 'watchers' commandsDamien Diederen
2008-03-05specify explicit "--pretty=medium" with `git log/show/whatchanged`Denis Cheng
2008-01-27cvsserver: Fix for histories with multiple rootsSteffen Prohaska
2007-12-05git-cvsserver runs hooks/post-updateJunio C Hamano
2007-12-05git-cvsserver runs hooks/post-receiveMichael Witten
2007-10-18cvsserver: Use exit 1 instead of die when req_Root fails.Brian Gernhardt
2007-08-09cvsserver: Fix for work treesBrian Downing
2007-07-15git-cvsserver: detect/diagnose write failure, etc.Jim Meyering
2007-07-07cvsserver: always initialize state in argsplit()Frank Lichtenheld
2007-06-16cvsserver: Actually implement --export-allFrank Lichtenheld
2007-06-16cvsserver: Let --base-path and pserver get along just fineFrank Lichtenheld
2007-06-08cvsserver: Add some useful commandline optionsFrank Lichtenheld
2007-06-08cvsserver: Make req_Root more critical of its input dataFrank Lichtenheld
2007-05-29cvsserver: Handle 'cvs login'Frank Lichtenheld
2007-05-22git-cvsserver: fix disabling service via per-method configJunio C Hamano
2007-05-20git-cvsserver: exit with 1 upon "I HATE YOU"Junio C Hamano
2007-05-14cvsserver: Don't send mixed messages to clientsFrank Lichtenheld
2007-05-13cvsserver: Limit config parser to needed optionsFrank Lichtenheld
2007-05-02Merge branch 'maint'Junio C Hamano
2007-05-02cvsserver: Handle re-added files correctlyFrank Lichtenheld
2007-04-18Merge branch 'fl/cvsserver'Junio C Hamano
2007-04-12cvsserver: Allow to "add" a removed fileFrank Lichtenheld
2007-04-11cvsserver: Fix handling of diappeared files on updateFrank Lichtenheld
2007-04-08cvsserver: Corrections to the database backend configurationFrank Lichtenheld
2007-03-31cvsserver: Use DBI->table_info instead of DBI->tablesFrank Lichtenheld
2007-03-22cvsserver: Abort if connect to database failsFrank Lichtenheld