summaryrefslogtreecommitdiff
path: root/git-cvsserver.perl
Commit message (Expand)AuthorAgeFilesLines
...
| * git-cvsserver: handle change type TPaolo Bonzini2008-03-271-1/+1
* | Merge branch 'dd/cvsserver'Junio C Hamano2008-04-021-19/+59
|\ \
| * | cvsserver: Use the user part of the email in log and annotate resultsDamien Diederen2008-03-271-4/+12
| * | cvsserver: Implement update -p (print to stdout)Damien Diederen2008-03-271-12/+35
| * | cvsserver: Do not include status output for subdirectories if -l is passedDamien Diederen2008-03-271-0/+2
| * | cvsserver: Only print the file part of the filename in status headerDamien Diederen2008-03-271-1/+3
| * | cvsserver: Respond to the 'editors' and 'watchers' commandsDamien Diederen2008-03-271-2/+7
| |/
* | Allow git-cvsserver database table name prefix to be specified.Josh Elsasser2008-03-301-30/+93
|/
* specify explicit "--pretty=medium" with `git log/show/whatchanged`Denis Cheng2008-03-051-1/+1
* cvsserver: Fix for histories with multiple rootsSteffen Prohaska2008-01-261-1/+8
* git-cvsserver runs hooks/post-updateJunio C Hamano2007-12-051-0/+6
* git-cvsserver runs hooks/post-receiveMichael Witten2007-12-051-7/+20
* cvsserver: Use exit 1 instead of die when req_Root fails.Brian Gernhardt2007-10-181-2/+4
* cvsserver: Fix for work treesBrian Downing2007-08-081-0/+2
* git-cvsserver: detect/diagnose write failure, etc.Jim Meyering2007-07-141-17/+33
* cvsserver: always initialize state in argsplit()Frank Lichtenheld2007-07-061-4/+4
* cvsserver: Actually implement --export-allFrank Lichtenheld2007-06-151-1/+7
* cvsserver: Let --base-path and pserver get along just fineFrank Lichtenheld2007-06-151-4/+6
* cvsserver: Add some useful commandline optionsFrank Lichtenheld2007-06-081-6/+73
* cvsserver: Make req_Root more critical of its input dataFrank Lichtenheld2007-06-081-0/+11
* cvsserver: Handle 'cvs login'Frank Lichtenheld2007-05-291-3/+5
* git-cvsserver: fix disabling service via per-method configJunio C Hamano2007-05-211-5/+3
* git-cvsserver: exit with 1 upon "I HATE YOU"Junio C Hamano2007-05-201-1/+1
* cvsserver: Don't send mixed messages to clientsFrank Lichtenheld2007-05-131-0/+1
* cvsserver: Limit config parser to needed optionsFrank Lichtenheld2007-05-131-3/+3
* Merge branch 'maint'Junio C Hamano2007-05-021-1/+1
|\
| * cvsserver: Handle re-added files correctlyFrank Lichtenheld2007-05-021-1/+1
* | Merge branch 'fl/cvsserver'Junio C Hamano2007-04-171-15/+94
|\ \ | |/ |/|
| * cvsserver: Allow to "add" a removed fileFrank Lichtenheld2007-04-121-0/+40
| * cvsserver: Corrections to the database backend configurationFrank Lichtenheld2007-04-071-2/+4
| * cvsserver: Use DBI->table_info instead of DBI->tablesFrank Lichtenheld2007-03-311-3/+1
| * cvsserver: Abort if connect to database failsFrank Lichtenheld2007-03-221-0/+1
| * cvsserver: Make the database backend configurableFrank Lichtenheld2007-03-221-6/+34
| * cvsserver: Allow to override the configuration per access methodFrank Lichtenheld2007-03-221-3/+7
| * cvsserver: Handle three part keys in git config correctlyFrank Lichtenheld2007-03-221-2/+6
| * cvsserver: Introduce new state variable 'method'Frank Lichtenheld2007-03-221-1/+3
* | cvsserver: Fix handling of diappeared files on updateFrank Lichtenheld2007-04-111-0/+1
|/
* cvsserver: further improve messages on commit and statusFrank Lichtenheld2007-03-141-3/+6
* cvsserver: Be more chattyFrank Lichtenheld2007-03-141-0/+8
* cvsserver: Use Merged response instead of Update-existing for merged filesFrank Lichtenheld2007-03-111-3/+3
* cvsserver: Make always-binary mode a config file optionAndy Parkins2007-02-271-9/+38
* cvsserver: Remove trailing "\n" from commithash in checkin functionAndy Parkins2007-02-271-0/+1
* Make 'cvs ci' lockless in git-cvsserver by using git-update-refJunio C Hamano2007-02-271-27/+16
* Have git-cvsserver call hooks/update before really altering the refAndy Parkins2007-02-141-0/+15
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-281-3/+3
* New files in git weren't being downloaded during CVS updateAndy Parkins2007-01-241-3/+3
* cvsserver: fix revision number during file addsMartin Langhoff2007-01-081-1/+4
* cvsserver: detect early of we are up to date and avoid costly rev-listMartin Langhoff2007-01-081-1/+8
* git-cvsserver: fix breakage when calling git merge-fileEric Wong2006-12-191-1/+1
* Merge branch 'master' into js/mergeJunio C Hamano2006-12-121-0/+1
|\