aboutsummaryrefslogtreecommitdiffstats
path: root/git-cvsserver.perl (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-26cvsserver: Fix for histories with multiple rootsSteffen Prohaska1-1/+8
2007-12-05git-cvsserver runs hooks/post-updateJunio C Hamano1-0/+6
2007-12-05git-cvsserver runs hooks/post-receiveMichael Witten1-7/+20
2007-10-18cvsserver: Use exit 1 instead of die when req_Root fails.Brian Gernhardt1-2/+4
2007-08-08cvsserver: Fix for work treesBrian Downing1-0/+2
2007-07-14git-cvsserver: detect/diagnose write failure, etc.Jim Meyering1-17/+33
2007-07-06cvsserver: always initialize state in argsplit()Frank Lichtenheld1-4/+4
2007-06-15cvsserver: Actually implement --export-allFrank Lichtenheld1-1/+7
2007-06-15cvsserver: Let --base-path and pserver get along just fineFrank Lichtenheld1-4/+6
2007-06-08cvsserver: Add some useful commandline optionsFrank Lichtenheld1-6/+73
2007-06-08cvsserver: Make req_Root more critical of its input dataFrank Lichtenheld1-0/+11
2007-05-29cvsserver: Handle 'cvs login'Frank Lichtenheld1-3/+5
2007-05-21git-cvsserver: fix disabling service via per-method configJunio C Hamano1-5/+3
2007-05-20git-cvsserver: exit with 1 upon "I HATE YOU"Junio C Hamano1-1/+1
2007-05-13cvsserver: Don't send mixed messages to clientsFrank Lichtenheld1-0/+1
2007-05-13cvsserver: Limit config parser to needed optionsFrank Lichtenheld1-3/+3
2007-05-02Merge branch 'maint'Junio C Hamano1-1/+1
2007-05-02cvsserver: Handle re-added files correctlyFrank Lichtenheld1-1/+1
2007-04-17Merge branch 'fl/cvsserver'Junio C Hamano1-15/+94
2007-04-12cvsserver: Allow to "add" a removed fileFrank Lichtenheld1-0/+40
2007-04-11cvsserver: Fix handling of diappeared files on updateFrank Lichtenheld1-0/+1
2007-04-07cvsserver: Corrections to the database backend configurationFrank Lichtenheld1-2/+4
2007-03-31cvsserver: Use DBI->table_info instead of DBI->tablesFrank Lichtenheld1-3/+1
2007-03-22cvsserver: Abort if connect to database failsFrank Lichtenheld1-0/+1
2007-03-22cvsserver: Make the database backend configurableFrank Lichtenheld1-6/+34
2007-03-22cvsserver: Allow to override the configuration per access methodFrank Lichtenheld1-3/+7
2007-03-22cvsserver: Handle three part keys in git config correctlyFrank Lichtenheld1-2/+6
2007-03-22cvsserver: Introduce new state variable 'method'Frank Lichtenheld1-1/+3
2007-03-14cvsserver: further improve messages on commit and statusFrank Lichtenheld1-3/+6
2007-03-14cvsserver: Be more chattyFrank Lichtenheld1-0/+8
2007-03-11cvsserver: Use Merged response instead of Update-existing for merged filesFrank Lichtenheld1-3/+3
2007-02-27cvsserver: Make always-binary mode a config file optionAndy Parkins1-9/+38
2007-02-27cvsserver: Remove trailing "\n" from commithash in checkin functionAndy Parkins1-0/+1
2007-02-27Make 'cvs ci' lockless in git-cvsserver by using git-update-refJunio C Hamano1-27/+16
2007-02-14Have git-cvsserver call hooks/update before really altering the refAndy Parkins1-0/+15
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