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