| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | cvsserver: Fix handling of diappeared files on update | Frank Lichtenheld | 2007-04-11 | 1 | -0/+1 |
|/ |
|
* | cvsserver: further improve messages on commit and status | Frank Lichtenheld | 2007-03-14 | 1 | -3/+6 |
* | cvsserver: Be more chatty | Frank Lichtenheld | 2007-03-14 | 1 | -0/+8 |
* | cvsserver: Use Merged response instead of Update-existing for merged files | Frank Lichtenheld | 2007-03-11 | 1 | -3/+3 |
* | cvsserver: Make always-binary mode a config file option | Andy Parkins | 2007-02-27 | 1 | -9/+38 |
* | cvsserver: Remove trailing "\n" from commithash in checkin function | Andy Parkins | 2007-02-27 | 1 | -0/+1 |
* | Make 'cvs ci' lockless in git-cvsserver by using git-update-ref | Junio C Hamano | 2007-02-27 | 1 | -27/+16 |
* | Have git-cvsserver call hooks/update before really altering the ref | Andy Parkins | 2007-02-14 | 1 | -0/+15 |
* | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 2007-01-28 | 1 | -3/+3 |
* | New files in git weren't being downloaded during CVS update | Andy Parkins | 2007-01-24 | 1 | -3/+3 |
* | cvsserver: fix revision number during file adds | Martin Langhoff | 2007-01-08 | 1 | -1/+4 |
* | cvsserver: detect early of we are up to date and avoid costly rev-list | Martin Langhoff | 2007-01-08 | 1 | -1/+8 |
* | git-cvsserver: fix breakage when calling git merge-file | Eric Wong | 2006-12-19 | 1 | -1/+1 |
* | Merge branch 'master' into js/merge | Junio C Hamano | 2006-12-12 | 1 | -0/+1 |
|\ |
|
| * | cvsserver: Avoid miscounting bytes in Perl v5.8.x | Martin Langhoff | 2006-12-06 | 1 | -0/+1 |
* | | Get rid of the dependency on RCS' merge program | Johannes Schindelin | 2006-12-12 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'maint' | Junio C Hamano | 2006-11-11 | 1 | -28/+35 |
|\ |
|
| * | git-cvsserver: read from git with -z to get non-ASCII pathnames.v1.4.3.5 | Junio C Hamano | 2006-11-11 | 1 | -28/+35 |
* | | Use column indexes in git-cvsserver where necessary. | Shawn Pearce | 2006-10-22 | 1 | -1/+13 |
|/ |
|
* | cvsserver: fix "cvs diff" in a subdirectory | Johannes Schindelin | 2006-10-14 | 1 | -1/+1 |
* | cvsserver: Show correct letters for modified, removed and added files | Johannes Schindelin | 2006-10-14 | 1 | -12/+51 |
* | cvsserver: imitate git-update-ref when committing | Johannes Schindelin | 2006-07-26 | 1 | -4/+4 |
* | git-cvsserver: support multiline commit messages | Johannes Schindelin | 2006-07-26 | 1 | -3/+6 |
* | cvsserver: avoid warning about active db handlesv1.4.2-rc2 | Johannes Schindelin | 2006-07-25 | 1 | -14/+56 |
* | cvsserver: suppress warnings | Johannes Schindelin | 2006-07-25 | 1 | -1/+1 |
* | Assorted typo fixes | Pavel Roskin | 2006-07-09 | 1 | -7/+7 |