summaryrefslogtreecommitdiff
path: root/git-cvsserver.perl
Commit message (Expand)AuthorAgeFilesLines
* 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
* cvsserver: Checkout correctly on EclipseMartin Langhoff2006-03-011-7/+26
* cvsserver: Eclipse compat - browsing 'modules' (heads in our case) worksMartin Langhoff2006-03-011-0/+20
* cvsserver: Eclipse compat fixes - implement Questionable, alias rlog, add a s...Martin Langhoff2006-03-011-3/+21
* Introducing git-cvsserver -- a CVS emulator for git.Martin Langhoff2006-02-221-0/+2449