Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 102d036

Browse files
committed
Fixed incorrect link
1 parent 4bef376 commit 102d036

File tree

5 files changed

+10
-3
lines changed

5 files changed

+10
-3
lines changed

drafts/git-draft.pdf

671 Bytes
Binary file not shown.

drafts/peepcode-git-2.pdf

1.48 MB
Binary file not shown.

layout/layout.indd

4 KB
Binary file not shown.

text/s1-c07a-git-directory.textile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,4 @@ h3. .git/hooks
5454

5555
This directory contains shell scripts that are invoked after the Git commands they are named after. For example, after you run a commit, Git will try to execute the @post-commit@ script, if it has executable permissions.
5656

57-
See the
58-
"online hooks documentation":http://www.kernel.org/pub/software/scm/git/docs/hooks.html
59-
for more information on what you can do with hooks.
57+
See the "online hooks documentation":http://www.kernel.org/pub/software/scm/git/docs/githooks.html for more information on what you can do with hooks.

text/s9-c00-revisions.textile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
h1. Revisions
2+
3+
h4. June 23, 2008
4+
5+
* Fixed incorrect link to documentation about Git hooks.
6+
7+
h4. April 29, 2008
8+
9+
* First release

0 commit comments

Comments
 (0)