summaryrefslogtreecommitdiff
path: root/git-cvsserver.perl
AgeCommit message (Expand)AuthorFilesLines
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince1-3/+3
2007-01-24New files in git weren't being downloaded during CVS updateAndy Parkins1-3/+3
2007-01-08cvsserver: fix revision number during file addsMartin Langhoff1-1/+4
2007-01-08cvsserver: detect early of we are up to date and avoid costly rev-listMartin Langhoff1-1/+8
2006-12-19git-cvsserver: fix breakage when calling git merge-fileEric Wong1-1/+1
2006-12-12Merge branch 'master' into js/mergeJunio C Hamano1-0/+1
2006-12-12Get rid of the dependency on RCS' merge programJohannes Schindelin1-1/+1
2006-12-06cvsserver: Avoid miscounting bytes in Perl v5.8.xMartin Langhoff1-0/+1
2006-11-11Merge branch 'maint'Junio C Hamano1-28/+35
2006-11-11git-cvsserver: read from git with -z to get non-ASCII pathnames.v1.4.3.5Junio C Hamano1-28/+35
2006-10-22Use column indexes in git-cvsserver where necessary.Shawn Pearce1-1/+13
2006-10-14cvsserver: fix "cvs diff" in a subdirectoryJohannes Schindelin1-1/+1
2006-10-14cvsserver: Show correct letters for modified, removed and added filesJohannes Schindelin1-12/+51
2006-07-26cvsserver: imitate git-update-ref when committingJohannes Schindelin1-4/+4
2006-07-26git-cvsserver: support multiline commit messagesJohannes Schindelin1-3/+6
2006-07-25cvsserver: avoid warning about active db handlesv1.4.2-rc2Johannes Schindelin1-14/+56
2006-07-25cvsserver: suppress warningsJohannes Schindelin1-1/+1
2006-07-09Assorted typo fixesPavel Roskin1-7/+7
2006-05-08Change to allow subdir updates from EclipseMartyn Smith1-11/+27
2006-05-08Many fixes for most operations in Eclipse.Martyn Smith1-77/+134
2006-05-08Added logged warnings for CVS error returnsMartyn Smith1-0/+2
2006-05-04cvsserver: use git-rev-list instead of git-logMartin Langhoff1-2/+3
2006-04-25git-cvsserver: typofixesJunio C Hamano1-8/+8
2006-04-24Deprecate usage of git-var -l for getting config vars listPetr Baudis1-3/+3
2006-03-04cvsserver: anonymous cvs via pserver supportMartin Langhoff1-0/+34
2006-03-03cvsserver: better error messagesMartin Langhoff1-1/+14
2006-03-03cvsserver: nested directory creation fixups for Eclipse clientsMartin Langhoff1-17/+56
2006-03-02cvsserver: fix checkouts with -d <somedir>Martin Langhoff1-5/+5
2006-03-02cvsserver: checkout faster by sending files in a sensible orderMartin Langhoff1-2/+5
2006-03-01cvsserver: Eclipse compat -- now "compare with latest from HEAD" worksMartin Langhoff1-3/+24
2006-03-01cvsserver: Checkout correctly on EclipseMartin Langhoff1-7/+26
2006-03-01cvsserver: Eclipse compat - browsing 'modules' (heads in our case) worksMartin Langhoff1-0/+20
2006-03-01cvsserver: Eclipse compat fixes - implement Questionable, alias rlog, add a s...Martin Langhoff1-3/+21
2006-02-22Introducing git-cvsserver -- a CVS emulator for git.Martin Langhoff1-0/+2449