| Commit message (Expand) | Author | Age |
* | cvsserver status: provide real sticky info | Matthew Ogilvie | 2012-10-16 |
* | cvsserver: cvs add: do not expand directory arguments | Matthew Ogilvie | 2012-10-16 |
* | cvsserver: use whole CVS rev number in-process; don't strip "1." prefix | Matthew Ogilvie | 2012-10-16 |
* | cvsserver: split up long lines in req_{status,diff,log} | Matthew Ogilvie | 2012-10-16 |
* | cvsserver: clean up client request handler map comments | Matthew Ogilvie | 2012-10-16 |
* | cvsserver: remove unused functions _headrev and gethistory | Matthew Ogilvie | 2012-10-16 |
* | cvsserver update: comment about how we shouldn't remove a user-modified file | Matthew Ogilvie | 2012-10-16 |
* | cvsserver: add comments about database schema/usage | Matthew Ogilvie | 2012-10-16 |
* | cvsserver: removed unused sha1Or-k mode from kopts_from_path | Matthew Ogilvie | 2012-10-16 |
* | use -h for synopsis and --help for manpage consistently | Clemens Buchacher | 2011-10-05 |
* | Merge branch 'ab/require-perl-5.8' | Junio C Hamano | 2010-10-26 |
|\ |
|
| * | perl: bump the required Perl version to 5.8 from 5.6.[21] | Ævar Arnfjörð Bjarmason | 2010-09-27 |
* | | Martin Langhoff has a new e-mail address | Junio C Hamano | 2010-10-06 |
|/ |
|
* | Merge branch 'eb/core-eol' | Junio C Hamano | 2010-06-21 |
|\ |
|
| * | Rename the "crlf" attribute "text" | Eyvind Bernhardsen | 2010-05-19 |
* | | git-cvsserver: fix error for invalid password formats | Ævar Arnfjörð Bjarmason | 2010-06-20 |
* | | git-cvsserver: typo in a comment: bas -> has | Ævar Arnfjörð Bjarmason | 2010-06-20 |
* | | git-cvsserver: Improved error handling for pserver | Ævar Arnfjörð Bjarmason | 2010-05-19 |
* | | git-cvsserver: indent & clean up authdb code | Ævar Arnfjörð Bjarmason | 2010-05-19 |
* | | git-cvsserver: use a password file cvsserver pserver | Sam Vilain | 2010-05-19 |
* | | git-cvsserver: authentication support for pserver | Ævar Arnfjörð Bjarmason | 2010-05-19 |
|/ |
|
* | Merge branch 'gp/maint-cvsserver' | Junio C Hamano | 2010-01-28 |
|\ |
|
| * | git-cvsserver: allow regex metacharacters in CVSROOT | Gerrit Pape | 2010-01-26 |
* | | Merge branch 'pm/cvs-environ' | Junio C Hamano | 2010-01-10 |
|\ \ |
|
| * | | CVS Server: Support reading base and roots from environment | Phil Miller | 2009-12-30 |
| |/ |
|
* | | cvsserver: make the output of 'update' more compatible with cvs. | Sergei Organov | 2009-12-31 |
|/ |
|
* | git-cvsserver: no longer use deprecated 'git-subcommand' commands | Gerrit Pape | 2009-09-02 |
* | git-cvsserver: run post-update hook *after* update. | Stefan Karpinski | 2009-01-30 |
* | git-cvsserver: handle CVS 'noop' command. | Stefan Karpinski | 2009-01-30 |
* | cvsserver: change generation of CVS author names | Fabian Emmes | 2009-01-05 |
* | cvsserver: add option to configure commit message | Fabian Emmes | 2009-01-03 |
* | cvsserver: Add cvs co -c support | Lars Noschinski | 2008-07-19 |
* | cvsserver: Add support for packed refs | Lars Noschinski | 2008-07-19 |
* | Merge branch 'sb/dashless' | Junio C Hamano | 2008-07-16 |
|\ |
|
| * | Make usage strings dash-less | Stephan Beyer | 2008-07-13 |
* | | git-cvsserver: fix call to nonexistant cleanupWorkDir() | Lars Noschinski | 2008-07-16 |
|/ |
|
* | git-cvsserver: add ability to guess -kb from contents | Matthew Ogilvie | 2008-05-16 |
* | implement gitcvs.usecrlfattr | Matthew Ogilvie | 2008-05-16 |
* | git-cvsserver: add mechanism for managing working tree and current directory | Matthew Ogilvie | 2008-05-16 |
* | Merge branch 'pb/cvsserver' | Junio C Hamano | 2008-04-02 |
|\ |
|
| * | git-cvsserver: handle change type T | Paolo Bonzini | 2008-03-27 |
* | | Merge branch 'dd/cvsserver' | Junio C Hamano | 2008-04-02 |
|\ \ |
|
| * | | cvsserver: Use the user part of the email in log and annotate results | Damien Diederen | 2008-03-27 |
| * | | cvsserver: Implement update -p (print to stdout) | Damien Diederen | 2008-03-27 |
| * | | cvsserver: Do not include status output for subdirectories if -l is passed | Damien Diederen | 2008-03-27 |
| * | | cvsserver: Only print the file part of the filename in status header | Damien Diederen | 2008-03-27 |
| * | | cvsserver: Respond to the 'editors' and 'watchers' commands | Damien Diederen | 2008-03-27 |
| |/ |
|
* | | Allow git-cvsserver database table name prefix to be specified. | Josh Elsasser | 2008-03-30 |
|/ |
|
* | specify explicit "--pretty=medium" with `git log/show/whatchanged` | Denis Cheng | 2008-03-05 |
* | cvsserver: Fix for histories with multiple roots | Steffen Prohaska | 2008-01-26 |