Date: | 2009-01-26 10:58:58 (16 years 2 months ago) |
Author: | Loic d'Anterroches |
Branch: | dev, develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3 |
Commit: | f203f7d78f6a1fa2abdf5ca7a12f302a0b64e131 |
Parents: |
c11cd7bc6260ad5da6f6070be1608b1f172a784a
|
Message: | Fixed bad help message for the git access.
Git has 2 methods to access a repository, one with gitdaemon to do a
checkout and one with SSH to perform the push. We need to provide those
2 methods. |
Changes: |
|
File differences
src/IDF/Project.php |
363 | 363 |
364 | 364 |
365 | 365 |
| 366 |
| 367 |
| 368 |
| 369 |
| 370 |
| 371 |
| 372 |
| 373 |
| 374 |
| 375 |
| 376 |
| 377 |
| 378 |
| 379 |
| 380 |
| 381 |
366 | 382 |
367 | 383 |
368 | 384 |
|
|
src/IDF/Scm/Git.php |
67 | 67 |
68 | 68 |
69 | 69 |
| 70 |
| 71 |
| 72 |
| 73 |
| 74 |
| 75 |
| 76 |
| 77 |
| 78 |
| 79 |
| 80 |
70 | 81 |
71 | 82 |
72 | 83 |
|
|
src/IDF/conf/idf.php-dist |
61 | 61 |
62 | 62 |
63 | 63 |
| 64 |
64 | 65 |
65 | 66 |
66 | 67 |
|
|
src/IDF/templates/idf/source/git/help.html |
22 | 22 |
23 | 23 |
24 | 24 |
25 | |
| 25 |
26 | 26 |
27 | 27 |
28 | 28 |
|
|
Download the corresponding diff file