summaryrefslogtreecommitdiff
path: root/git-cvsserver.perl
Commit message (Expand)AuthorAgeFilesLines
* cvsserver: Limit config parser to needed optionsFrank Lichtenheld2007-05-131-3/+3
* Merge branch 'maint'Junio C Hamano2007-05-021-1/+1
|\
| * cvsserver: Handle re-added files correctlyFrank Lichtenheld2007-05-021-1/+1
* | Merge branch 'fl/cvsserver'Junio C Hamano2007-04-171-15/+94
|\ \ | |/ |/|
| * cvsserver: Allow to "add" a removed fileFrank Lichtenheld2007-04-121-0/+40
| * cvsserver: Corrections to the database backend configurationFrank Lichtenheld2007-04-071-2/+4
| * cvsserver: Use DBI->table_info instead of DBI->tablesFrank Lichtenheld2007-03-311-3/+1
| * cvsserver: Abort if connect to database failsFrank Lichtenheld2007-03-221-0/+1
| * cvsserver: Make the database backend configurableFrank Lichtenheld2007-03-221-6/+34
| * cvsserver: Allow to override the configuration per access methodFrank Lichtenheld2007-03-221-3/+7
| * cvsserver: Handle three part keys in git config correctlyFrank Lichtenheld2007-03-221-2/+6
| * cvsserver: Introduce new state variable 'method'Frank Lichtenheld2007-03-221-1/+3
* | cvsserver: Fix handling of diappeared files on updateFrank Lichtenheld2007-04-111-0/+1
|/
* cvsserver: further improve messages on commit and statusFrank Lichtenheld2007-03-141-3/+6
* cvsserver: Be more chattyFrank Lichtenheld2007-03-141-0/+8
* cvsserver: Use Merged response instead of Update-existing for merged filesFrank Lichtenheld2007-03-111-3/+3
* cvsserver: Make always-binary mode a config file optionAndy Parkins2007-02-271-9/+38
* cvsserver: Remove trailing "\n" from commithash in checkin functionAndy Parkins2007-02-271-0/+1
* Make 'cvs ci' lockless in git-cvsserver by using git-update-refJunio C Hamano2007-02-271-27/+16
* Have git-cvsserver call hooks/update before really altering the refAndy Parkins2007-02-141-0/+15
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-281-3/+3
* New files in git weren't being downloaded during CVS updateAndy Parkins2007-01-241-3/+3
* cvsserver: fix revision number during file addsMartin Langhoff2007-01-081-1/+4
* cvsserver: detect early of we are up to date and avoid costly rev-listMartin Langhoff2007-01-081-1/+8
* git-cvsserver: fix breakage when calling git merge-fileEric Wong2006-12-191-1/+1
* Merge branch 'master' into js/mergeJunio C Hamano2006-12-121-0/+1
|\
| * cvsserver: Avoid miscounting bytes in Perl v5.8.xMartin Langhoff2006-12-061-0/+1
* | Get rid of the dependency on RCS' merge programJohannes Schindelin2006-12-121-1/+1
|/
* Merge branch 'maint'Junio C Hamano2006-11-111-28/+35
|\
| * git-cvsserver: read from git with -z to get non-ASCII pathnames.v1.4.3.5Junio C Hamano2006-11-111-28/+35
* | Use column indexes in git-cvsserver where necessary.Shawn Pearce2006-10-221-1/+13
|/
* cvsserver: fix "cvs diff" in a subdirectoryJohannes Schindelin2006-10-141-1/+1
* cvsserver: Show correct letters for modified, removed and added filesJohannes Schindelin2006-10-141-12/+51
* cvsserver: imitate git-update-ref when committingJohannes Schindelin2006-07-261-4/+4
* git-cvsserver: support multiline commit messagesJohannes Schindelin2006-07-261-3/+6
* cvsserver: avoid warning about active db handlesv1.4.2-rc2Johannes Schindelin2006-07-251-14/+56
* cvsserver: suppress warningsJohannes Schindelin2006-07-251-1/+1
* Assorted typo fixesPavel Roskin2006-07-091-7/+7
* Change to allow subdir updates from EclipseMartyn Smith2006-05-081-11/+27
* Many fixes for most operations in Eclipse.Martyn Smith2006-05-081-82/+139
* Added logged warnings for CVS error returnsMartyn Smith2006-05-081-0/+2
* cvsserver: use git-rev-list instead of git-logMartin Langhoff2006-05-041-2/+3
* git-cvsserver: typofixesJunio C Hamano2006-04-251-8/+8
* Deprecate usage of git-var -l for getting config vars listPetr Baudis2006-04-241-3/+3
* cvsserver: anonymous cvs via pserver supportMartin Langhoff2006-03-041-0/+34
* cvsserver: better error messagesMartin Langhoff2006-03-031-1/+14
* cvsserver: nested directory creation fixups for Eclipse clientsMartin Langhoff2006-03-031-17/+56
* cvsserver: fix checkouts with -d <somedir>Martin Langhoff2006-03-021-5/+5
* cvsserver: checkout faster by sending files in a sensible orderMartin Langhoff2006-03-021-2/+5
* cvsserver: Eclipse compat -- now "compare with latest from HEAD" worksMartin Langhoff2006-03-011-3/+24