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