| 1 |
$Id: README.txt,v 1.1.4.2 2009/05/06 01:48:23 marvil07 Exp $
|
| 2 |
|
| 3 |
Git backend for Version Control API -
|
| 4 |
Provides Git commit information as a pluggable backend.
|
| 5 |
|
| 6 |
|
| 7 |
SHORT DESCRIPTION
|
| 8 |
-----------------
|
| 9 |
This module provides an implementation of the Version Control API that makes
|
| 10 |
it possible to use the Git version control system. It can retrieve commit
|
| 11 |
information by parsing commit logs.
|
| 12 |
|
| 13 |
For the API documentation, have a look at the module file or run doxygen/phpdoc
|
| 14 |
on it to get a fancier version of the docs.
|
| 15 |
|
| 16 |
Any bug reports or feature requests concerning the Git backend in general
|
| 17 |
should be submitted to the Git backend issue queue:
|
| 18 |
http://drupal.org/project/issues/versioncontrol_git.
|
| 19 |
|
| 20 |
If you know that the functionality is (or should be) provided by the
|
| 21 |
Version Control API (and not by the Git backend), please submit an issue there:
|
| 22 |
http://drupal.org/project/issues/versioncontrol.
|
| 23 |
|
| 24 |
INSTALL
|
| 25 |
-------
|
| 26 |
We need at least versioncontrol api version 6.x-1.0-rc1.
|
| 27 |
If you've problems with the module, please check that your server is running
|
| 28 |
git 1.6.2.2 or later. We don't check against earlier versions of git.
|
| 29 |
|
| 30 |
AUTHOR
|
| 31 |
------
|
| 32 |
Jimmy Berry ("boombatower", http://drupal.org/user/214218) (orginal version
|
| 33 |
for Drupal 5)
|
| 34 |
Cornelius Riemenschneider ("CorniI", http://drupal.org/user/136353)
|
| 35 |
|
| 36 |
ROADMAP
|
| 37 |
------
|
| 38 |
We need to provide git hooks for updating and later for access control.
|
| 39 |
Also some cli scripts would be very nice for updating without drupal cron
|
| 40 |
system.
|
| 41 |
Rewrite versioncontrol_git_update_repository_callback().
|
| 42 |
|
| 43 |
CREDITS
|
| 44 |
-------
|
| 45 |
A good amount of code in Version Control / Project Node Integration was taken
|
| 46 |
from the CVS backend module on drupal.org, its author (Jakob Petsovits, among others)
|
| 47 |
deserve a lot of credits and may also hold copyright for parts of this module.
|