diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-01-10 10:39:38 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-01-10 10:39:38 -0800 |
commit | a6fd3d4925ca3629e7edc73a60f5e1c50c1d5390 (patch) | |
tree | ece40071cafd0fded57d4e2ad610a165ef5209ec /Documentation/githooks.txt | |
parent | 2cf08b6a0ab09f1b81b78a5686a632a2a602abf4 (diff) | |
parent | 54f4cd9e8c7992f70d16efac3c6fc0a18ac0b156 (diff) | |
download | git-a6fd3d4925ca3629e7edc73a60f5e1c50c1d5390.tar.gz |
Merge branch 'maint'
* maint:
Documentation/githooks: post-rewrite-copy-notes never existed
Documentation/git-archive: spell --worktree-attributes correctly
Diffstat (limited to 'Documentation/githooks.txt')
-rw-r--r-- | Documentation/githooks.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/githooks.txt b/Documentation/githooks.txt index 7183aa9abb..28edefa202 100644 --- a/Documentation/githooks.txt +++ b/Documentation/githooks.txt @@ -350,10 +350,6 @@ rebase:: The commits are guaranteed to be listed in the order that they were processed by rebase. -There is no default 'post-rewrite' hook, but see the -`post-receive-copy-notes` script in `contrib/hooks` for an example -that copies your git-notes to the rewritten commits. - GIT --- |