diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-12-10 12:17:11 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-12-10 12:21:40 -0800 |
commit | 1456b043fc0f0a395c35d6b5e55b0dad1b6e7acc (patch) | |
tree | 7b3aaeb86c498e87f4a1835f7a0d6bdcf37084f8 /Documentation/git-upload-pack.txt | |
parent | 5c30b8f7dd2640a1b75fcbcdd3e175329c5b7bbe (diff) | |
download | git-1456b043fc0f0a395c35d6b5e55b0dad1b6e7acc.tar.gz |
Remove post-upload-hook
This hook runs after "git fetch" in the repository the objects are
fetched from as the user who fetched, and has security implications.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-upload-pack.txt')
-rw-r--r-- | Documentation/git-upload-pack.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/git-upload-pack.txt b/Documentation/git-upload-pack.txt index 63f3b5c742..b8e49dce4a 100644 --- a/Documentation/git-upload-pack.txt +++ b/Documentation/git-upload-pack.txt @@ -20,8 +20,6 @@ The UI for the protocol is on the 'git-fetch-pack' side, and the program pair is meant to be used to pull updates from a remote repository. For push operations, see 'git-send-pack'. -After finishing the operation successfully, `post-upload-pack` -hook is called (see linkgit:githooks[5]). OPTIONS ------- |