summaryrefslogtreecommitdiff
path: root/git-cvsserver.perl
AgeCommit message (Expand)Author
2007-12-05git-cvsserver runs hooks/post-updateJunio C Hamano
2007-12-05git-cvsserver runs hooks/post-receiveMichael Witten
2007-10-18cvsserver: Use exit 1 instead of die when req_Root fails.Brian Gernhardt
2007-08-09cvsserver: Fix for work treesBrian Downing
2007-07-15git-cvsserver: detect/diagnose write failure, etc.Jim Meyering
2007-07-07cvsserver: always initialize state in argsplit()Frank Lichtenheld
2007-06-16cvsserver: Actually implement --export-allFrank Lichtenheld
2007-06-16cvsserver: Let --base-path and pserver get along just fineFrank Lichtenheld
2007-06-08cvsserver: Add some useful commandline optionsFrank Lichtenheld
2007-06-08cvsserver: Make req_Root more critical of its input dataFrank Lichtenheld
2007-05-29cvsserver: Handle 'cvs login'Frank Lichtenheld
2007-05-22git-cvsserver: fix disabling service via per-method configJunio C Hamano
2007-05-20git-cvsserver: exit with 1 upon "I HATE YOU"Junio C Hamano
2007-05-14cvsserver: Don't send mixed messages to clientsFrank Lichtenheld
2007-05-13cvsserver: Limit config parser to needed optionsFrank Lichtenheld
2007-05-02Merge branch 'maint'Junio C Hamano
2007-05-02cvsserver: Handle re-added files correctlyFrank Lichtenheld
2007-04-18Merge branch 'fl/cvsserver'Junio C Hamano
2007-04-12cvsserver: Allow to "add" a removed fileFrank Lichtenheld
2007-04-11cvsserver: Fix handling of diappeared files on updateFrank Lichtenheld
2007-04-08cvsserver: Corrections to the database backend configurationFrank Lichtenheld
2007-03-31cvsserver: Use DBI->table_info instead of DBI->tablesFrank Lichtenheld
2007-03-22cvsserver: Abort if connect to database failsFrank Lichtenheld
2007-03-22cvsserver: Make the database backend configurableFrank Lichtenheld
2007-03-22cvsserver: Allow to override the configuration per access methodFrank Lichtenheld
2007-03-22cvsserver: Handle three part keys in git config correctlyFrank Lichtenheld
2007-03-22cvsserver: Introduce new state variable 'method'Frank Lichtenheld
2007-03-14cvsserver: further improve messages on commit and statusFrank Lichtenheld
2007-03-14cvsserver: Be more chattyFrank Lichtenheld
2007-03-12cvsserver: Use Merged response instead of Update-existing for merged filesFrank Lichtenheld
2007-02-28cvsserver: Make always-binary mode a config file optionAndy Parkins
2007-02-27cvsserver: Remove trailing "\n" from commithash in checkin functionAndy Parkins
2007-02-27Make 'cvs ci' lockless in git-cvsserver by using git-update-refJunio C Hamano
2007-02-14Have git-cvsserver call hooks/update before really altering the refAndy Parkins
2007-01-29[PATCH] Rename git-repo-config to git-config.Tom Prince
2007-01-25New files in git weren't being downloaded during CVS updateAndy Parkins
2007-01-09cvsserver: fix revision number during file addsMartin Langhoff
2007-01-09cvsserver: detect early of we are up to date and avoid costly rev-listMartin Langhoff
2006-12-20git-cvsserver: fix breakage when calling git merge-fileEric Wong
2006-12-13Merge branch 'master' into js/mergeJunio C Hamano
2006-12-13Get rid of the dependency on RCS' merge programJohannes Schindelin
2006-12-07cvsserver: Avoid miscounting bytes in Perl v5.8.xMartin Langhoff
2006-11-12Merge branch 'maint'Junio C Hamano
2006-11-12git-cvsserver: read from git with -z to get non-ASCII pathnames.v1.4.3.5Junio C Hamano
2006-10-23Use column indexes in git-cvsserver where necessary.Shawn Pearce
2006-10-15cvsserver: fix "cvs diff" in a subdirectoryJohannes Schindelin
2006-10-15cvsserver: Show correct letters for modified, removed and added filesJohannes Schindelin
2006-07-26cvsserver: imitate git-update-ref when committingJohannes Schindelin
2006-07-26git-cvsserver: support multiline commit messagesJohannes Schindelin
2006-07-25cvsserver: avoid warning about active db handlesv1.4.2-rc2Johannes Schindelin