| Age | Commit message (Expand) | Author | Files | Lines |
| 2009-01-30 | git-cvsserver: run post-update hook *after* update. | Stefan Karpinski | 1 | -2/+2 |
| 2009-01-30 | git-cvsserver: handle CVS 'noop' command. | Stefan Karpinski | 1 | -0/+1 |
| 2009-01-05 | cvsserver: change generation of CVS author names | Fabian Emmes | 1 | -3/+9 |
| 2009-01-03 | cvsserver: add option to configure commit message | Fabian Emmes | 1 | -1/+7 |
| 2008-07-19 | cvsserver: Add cvs co -c support | Lars Noschinski | 1 | -0/+12 |
| 2008-07-19 | cvsserver: Add support for packed refs | Lars Noschinski | 1 | -14/+8 |
| 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 |
| 2007-02-14 | Have git-cvsserver call hooks/update before really altering the ref | Andy Parkins | 1 | -0/+15 |
| 2007-01-28 | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 1 | -3/+3 |
| 2007-01-24 | New files in git weren't being downloaded during CVS update | Andy Parkins | 1 | -3/+3 |
| 2007-01-08 | cvsserver: fix revision number during file adds | Martin Langhoff | 1 | -1/+4 |
| 2007-01-08 | cvsserver: detect early of we are up to date and avoid costly rev-list | Martin Langhoff | 1 | -1/+8 |
| 2006-12-19 | git-cvsserver: fix breakage when calling git merge-file | Eric Wong | 1 | -1/+1 |
| 2006-12-12 | Merge branch 'master' into js/merge | Junio C Hamano | 1 | -0/+1 |
| 2006-12-12 | Get rid of the dependency on RCS' merge program | Johannes Schindelin | 1 | -1/+1 |
| 2006-12-06 | cvsserver: Avoid miscounting bytes in Perl v5.8.x | Martin Langhoff | 1 | -0/+1 |
| 2006-11-11 | Merge branch 'maint' | Junio C Hamano | 1 | -28/+35 |
| 2006-11-11 | git-cvsserver: read from git with -z to get non-ASCII pathnames.v1.4.3.5 | Junio C Hamano | 1 | -28/+35 |
| 2006-10-22 | Use column indexes in git-cvsserver where necessary. | Shawn Pearce | 1 | -1/+13 |
| 2006-10-14 | cvsserver: fix "cvs diff" in a subdirectory | Johannes Schindelin | 1 | -1/+1 |
| 2006-10-14 | cvsserver: Show correct letters for modified, removed and added files | Johannes Schindelin | 1 | -12/+51 |
| 2006-07-26 | cvsserver: imitate git-update-ref when committing | Johannes Schindelin | 1 | -4/+4 |
| 2006-07-26 | git-cvsserver: support multiline commit messages | Johannes Schindelin | 1 | -3/+6 |
| 2006-07-25 | cvsserver: avoid warning about active db handlesv1.4.2-rc2 | Johannes Schindelin | 1 | -14/+56 |
| 2006-07-25 | cvsserver: suppress warnings | Johannes Schindelin | 1 | -1/+1 |
| 2006-07-09 | Assorted typo fixes | Pavel Roskin | 1 | -7/+7 |
| 2006-05-08 | Change to allow subdir updates from Eclipse | Martyn Smith | 1 | -11/+27 |
| 2006-05-08 | Many fixes for most operations in Eclipse. | Martyn Smith | 1 | -82/+139 |
| 2006-05-08 | Added logged warnings for CVS error returns | Martyn Smith | 1 | -0/+2 |
| 2006-05-04 | cvsserver: use git-rev-list instead of git-log | Martin Langhoff | 1 | -2/+3 |
| 2006-04-25 | git-cvsserver: typofixes | Junio C Hamano | 1 | -8/+8 |
| 2006-04-24 | Deprecate usage of git-var -l for getting config vars list | Petr Baudis | 1 | -3/+3 |
| 2006-03-04 | cvsserver: anonymous cvs via pserver support | Martin Langhoff | 1 | -0/+34 |
| 2006-03-03 | cvsserver: better error messages | Martin Langhoff | 1 | -1/+14 |
| 2006-03-03 | cvsserver: nested directory creation fixups for Eclipse clients | Martin Langhoff | 1 | -17/+56 |
| 2006-03-02 | cvsserver: fix checkouts with -d <somedir> | Martin Langhoff | 1 | -5/+5 |
| 2006-03-02 | cvsserver: checkout faster by sending files in a sensible order | Martin Langhoff | 1 | -2/+5 |
| 2006-03-01 | cvsserver: Eclipse compat -- now "compare with latest from HEAD" works | Martin Langhoff | 1 | -3/+24 |
| 2006-03-01 | cvsserver: Checkout correctly on Eclipse | Martin Langhoff | 1 | -7/+26 |
| 2006-03-01 | cvsserver: Eclipse compat - browsing 'modules' (heads in our case) works | Martin Langhoff | 1 | -0/+20 |
| 2006-03-01 | cvsserver: Eclipse compat fixes - implement Questionable, alias rlog, add a s... | Martin Langhoff | 1 | -3/+21 |
| 2006-02-22 | Introducing git-cvsserver -- a CVS emulator for git. | Martin Langhoff | 1 | -0/+2449 |