diff options
author | Junio C Hamano <junkio@cox.net> | 2005-09-02 21:19:26 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-02 22:38:30 -0700 |
commit | 6d35cc76909512d386b503a3feb1b40c153c3195 (patch) | |
tree | c53870ba1f43150ac5d9947ad1b067aa501f66ae /Documentation/git-receive-pack.txt | |
parent | 953e5842f8fcd40c3e7013a9793746719016db1b (diff) | |
download | git-6d35cc76909512d386b503a3feb1b40c153c3195.tar.gz git-6d35cc76909512d386b503a3feb1b40c153c3195.tar.xz |
Document hooks.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-receive-pack.txt')
-rw-r--r-- | Documentation/git-receive-pack.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/git-receive-pack.txt b/Documentation/git-receive-pack.txt index 2f1a1f8eb..2c6065fcb 100644 --- a/Documentation/git-receive-pack.txt +++ b/Documentation/git-receive-pack.txt @@ -77,6 +77,12 @@ OPTIONS <directory>:: The repository to sync into. + +SEE ALSO +-------- +link:git-send-pack.html[git-send-pack] + + Author ------ Written by Linus Torvalds <torvalds@osdl.org> |