Fossil SCM
(Typo) Correcting substitution. Forum post [forum:/forumpost/e0c11cfb01|Forum thread e0c11cfb01].
Commit
2e41b8c32fc03468b7db9a98f648d9b3018168d932a66ccc0c2a218390b3b2d6
Parent
b9f57f50de8b69c…
1 file changed
+1
-1
+1
-1
| --- www/hooks.md | ||
| +++ www/hooks.md | ||
| @@ -116,11 +116,11 @@ | ||
| 116 | 116 | script needs to access the repository. |
| 117 | 117 | |
| 118 | 118 | * The %A substitution is the name of a "commit description file" that |
| 119 | 119 | shows the details of the commit in progress. To see what a |
| 120 | 120 | "commit description file" looks like, set a before-commit hook |
| 121 | - with a command of "cat %Q" and then run a sample commit with | |
| 121 | + with a command of "cat %A" and then run a sample commit with | |
| 122 | 122 | the --dry-run option. |
| 123 | 123 | |
| 124 | 124 | * If any before-commit hook returns a non-zero exit code, then |
| 125 | 125 | the commit is abandoned. All |
| 126 | 126 | before-commit hooks must exit(0) in order for the commit to |
| 127 | 127 |
| --- www/hooks.md | |
| +++ www/hooks.md | |
| @@ -116,11 +116,11 @@ | |
| 116 | script needs to access the repository. |
| 117 | |
| 118 | * The %A substitution is the name of a "commit description file" that |
| 119 | shows the details of the commit in progress. To see what a |
| 120 | "commit description file" looks like, set a before-commit hook |
| 121 | with a command of "cat %Q" and then run a sample commit with |
| 122 | the --dry-run option. |
| 123 | |
| 124 | * If any before-commit hook returns a non-zero exit code, then |
| 125 | the commit is abandoned. All |
| 126 | before-commit hooks must exit(0) in order for the commit to |
| 127 |
| --- www/hooks.md | |
| +++ www/hooks.md | |
| @@ -116,11 +116,11 @@ | |
| 116 | script needs to access the repository. |
| 117 | |
| 118 | * The %A substitution is the name of a "commit description file" that |
| 119 | shows the details of the commit in progress. To see what a |
| 120 | "commit description file" looks like, set a before-commit hook |
| 121 | with a command of "cat %A" and then run a sample commit with |
| 122 | the --dry-run option. |
| 123 | |
| 124 | * If any before-commit hook returns a non-zero exit code, then |
| 125 | the commit is abandoned. All |
| 126 | before-commit hooks must exit(0) in order for the commit to |
| 127 |