| Commit message (Expand) | Author | Age | Files | Lines |
* | git-cvsserver: no longer use deprecated 'git-subcommand' commands | Gerrit Pape | 2009-09-02 | 1 | -20/+20 |
* | git-cvsserver: run post-update hook *after* update. | Stefan Karpinski | 2009-01-30 | 1 | -2/+2 |
* | git-cvsserver: handle CVS 'noop' command. | Stefan Karpinski | 2009-01-30 | 1 | -0/+1 |
* | cvsserver: change generation of CVS author names | Fabian Emmes | 2009-01-05 | 1 | -3/+9 |
* | cvsserver: add option to configure commit message | Fabian Emmes | 2009-01-03 | 1 | -1/+7 |
* | cvsserver: Add cvs co -c support | Lars Noschinski | 2008-07-19 | 1 | -0/+12 |
* | cvsserver: Add support for packed refs | Lars Noschinski | 2008-07-19 | 1 | -14/+8 |
* | Merge branch 'sb/dashless' | Junio C Hamano | 2008-07-16 | 1 | -1/+1 |
|\ |
|
| * | Make usage strings dash-less | Stephan Beyer | 2008-07-13 | 1 | -1/+1 |
* | | git-cvsserver: fix call to nonexistant cleanupWorkDir() | Lars Noschinski | 2008-07-16 | 1 | -1/+1 |
|/ |
|
* | git-cvsserver: add ability to guess -kb from contents | Matthew Ogilvie | 2008-05-16 | 1 | -16/+177 |
* | implement gitcvs.usecrlfattr | Matthew Ogilvie | 2008-05-16 | 1 | -11/+60 |
* | git-cvsserver: add mechanism for managing working tree and current directory | Matthew Ogilvie | 2008-05-16 | 1 | -39/+213 |
* | Merge branch 'pb/cvsserver' | Junio C Hamano | 2008-04-02 | 1 | -1/+1 |
|\ |
|
| * | git-cvsserver: handle change type T | Paolo Bonzini | 2008-03-27 | 1 | -1/+1 |
* | | Merge branch 'dd/cvsserver' | Junio C Hamano | 2008-04-02 | 1 | -19/+59 |
|\ \ |
|
| * | | cvsserver: Use the user part of the email in log and annotate results | Damien Diederen | 2008-03-27 | 1 | -4/+12 |
| * | | cvsserver: Implement update -p (print to stdout) | Damien Diederen | 2008-03-27 | 1 | -12/+35 |
| * | | cvsserver: Do not include status output for subdirectories if -l is passed | Damien Diederen | 2008-03-27 | 1 | -0/+2 |
| * | | cvsserver: Only print the file part of the filename in status header | Damien Diederen | 2008-03-27 | 1 | -1/+3 |
| * | | cvsserver: Respond to the 'editors' and 'watchers' commands | Damien Diederen | 2008-03-27 | 1 | -2/+7 |
| |/ |
|
* | | Allow git-cvsserver database table name prefix to be specified. | Josh Elsasser | 2008-03-30 | 1 | -30/+93 |
|/ |
|
* | specify explicit "--pretty=medium" with `git log/show/whatchanged` | Denis Cheng | 2008-03-05 | 1 | -1/+1 |
* | cvsserver: Fix for histories with multiple roots | Steffen Prohaska | 2008-01-26 | 1 | -1/+8 |
* | git-cvsserver runs hooks/post-update | Junio C Hamano | 2007-12-05 | 1 | -0/+6 |
* | git-cvsserver runs hooks/post-receive | Michael Witten | 2007-12-05 | 1 | -7/+20 |
* | cvsserver: Use exit 1 instead of die when req_Root fails. | Brian Gernhardt | 2007-10-18 | 1 | -2/+4 |
* | cvsserver: Fix for work trees | Brian Downing | 2007-08-08 | 1 | -0/+2 |
* | git-cvsserver: detect/diagnose write failure, etc. | Jim Meyering | 2007-07-14 | 1 | -17/+33 |
* | cvsserver: always initialize state in argsplit() | Frank Lichtenheld | 2007-07-06 | 1 | -4/+4 |
* | cvsserver: Actually implement --export-all | Frank Lichtenheld | 2007-06-15 | 1 | -1/+7 |
* | cvsserver: Let --base-path and pserver get along just fine | Frank Lichtenheld | 2007-06-15 | 1 | -4/+6 |
* | cvsserver: Add some useful commandline options | Frank Lichtenheld | 2007-06-08 | 1 | -6/+73 |
* | cvsserver: Make req_Root more critical of its input data | Frank Lichtenheld | 2007-06-08 | 1 | -0/+11 |
* | cvsserver: Handle 'cvs login' | Frank Lichtenheld | 2007-05-29 | 1 | -3/+5 |
* | git-cvsserver: fix disabling service via per-method config | Junio C Hamano | 2007-05-21 | 1 | -5/+3 |
* | git-cvsserver: exit with 1 upon "I HATE YOU" | Junio C Hamano | 2007-05-20 | 1 | -1/+1 |
* | cvsserver: Don't send mixed messages to clients | Frank Lichtenheld | 2007-05-13 | 1 | -0/+1 |
* | cvsserver: Limit config parser to needed options | Frank Lichtenheld | 2007-05-13 | 1 | -3/+3 |
* | Merge branch 'maint' | Junio C Hamano | 2007-05-02 | 1 | -1/+1 |
|\ |
|
| * | cvsserver: Handle re-added files correctly | Frank Lichtenheld | 2007-05-02 | 1 | -1/+1 |
* | | Merge branch 'fl/cvsserver' | Junio C Hamano | 2007-04-17 | 1 | -15/+94 |
|\ \
| |/
|/| |
|
| * | cvsserver: Allow to "add" a removed file | Frank Lichtenheld | 2007-04-12 | 1 | -0/+40 |
| * | cvsserver: Corrections to the database backend configuration | Frank Lichtenheld | 2007-04-07 | 1 | -2/+4 |
| * | cvsserver: Use DBI->table_info instead of DBI->tables | Frank Lichtenheld | 2007-03-31 | 1 | -3/+1 |
| * | cvsserver: Abort if connect to database fails | Frank Lichtenheld | 2007-03-22 | 1 | -0/+1 |
| * | cvsserver: Make the database backend configurable | Frank Lichtenheld | 2007-03-22 | 1 | -6/+34 |
| * | cvsserver: Allow to override the configuration per access method | Frank Lichtenheld | 2007-03-22 | 1 | -3/+7 |
| * | cvsserver: Handle three part keys in git config correctly | Frank Lichtenheld | 2007-03-22 | 1 | -2/+6 |
| * | cvsserver: Introduce new state variable 'method' | Frank Lichtenheld | 2007-03-22 | 1 | -1/+3 |