Date: | 2011-01-09 04:02:27 (14 years 3 months ago) |
Author: | Loïc d'Anterroches |
Branch: | 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: | fa974eb8dd225205d9faa1f39ab5db83012de2f2 |
Parents: |
c67e61cbaa4b6adc1f12d3f3d31e988a286a0004
|
Message: | Fixed the detection of the paths to the commit hooks.
The symlinks to the post commit/post update scripts are absolute path symlinks, so a simple readlink is used. The is relative, so a bit of shell skill is used to resolve the path to the absolute path. |
Changes: |
|
File differences
scripts/git-post-update |
17 | 17 |
18 | 18 |
19 | 19 |
20 | |
21 | |
22 | |
| 20 |
23 | 21 |
24 | |
25 | 22 |
26 | 23 |
27 | 24 |
|
|
scripts/svn-post-commit |
18 | 18 |
19 | 19 |
20 | 20 |
21 | |
22 | |
23 | |
| 21 |
24 | 22 |
25 | 23 |
26 | 24 |
|
|
scripts/svn-post-revprop-change |
18 | 18 |
19 | 19 |
20 | 20 |
21 | |
22 | |
23 | |
| 21 |
24 | 22 |
25 | 23 |
26 | 24 |
|
|
Download the corresponding diff file