Log of /contributions/modules/versioncontrol_git/versioncontrol_git.admin.inc
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Oct 19 15:20:27 2009 UTC
(5 weeks, 3 days ago)
by
marvil07
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.11: +5 -5 lines
Diff to
previous 1.11
avoid own table for repo, use repo::data instead
Use VersioncontrolRepository::data to store fields that was on
versioncontrol_git_repositories table.
Revision
1.6.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Apr 7 17:35:32 2009 UTC
(7 months, 2 weeks ago)
by
marvil07
Branch:
DRUPAL-6--1
CVS Tags:
DRUPAL-6--1-2-ALPHA1
Changes since
1.6: +2 -1 lines
Diff to
previous 1.6
porting #303680 by CorniI: New log parser.
Rewrote on several places, making the first 6.x version that just works.
This patch also include some minor changes.
CorniI:
The new parser now understands merges and supports both annotated and
unannotated tags. Branches are now supported so that if you add a
branch, all commits which are in that branch are adjusted, too. This
needs to be optimized further, I hope to get an API for that in the next
VCS-API so we don’t have to delete and re-add the commit... I can’t say
anything about performance in comparison to the old module, I never had
it working. For now, we have performance issues when importing mid-size
repos and when adding branches. I've an idea for the latter, though :)
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.