diff options
author | Junio C Hamano <junkio@cox.net> | 2005-09-04 15:47:28 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-04 15:47:28 -0700 |
commit | f5f2c52bb08a7fc5bde6a7eb6552235df9daca71 (patch) | |
tree | 8a3114a7c1ca47a98b03a01f688666a026a6948f /Documentation/git-applymbox.txt | |
parent | 8afaf4cbefc735d71d1417a74b9cc20b0e3c6770 (diff) | |
parent | 52be5fcd29e074cb549b9a92ff8caceb736e4851 (diff) | |
download | git-f5f2c52bb08a7fc5bde6a7eb6552235df9daca71.tar.gz git-f5f2c52bb08a7fc5bde6a7eb6552235df9daca71.tar.xz |
Merge branch 'master' of .
Diffstat (limited to 'Documentation/git-applymbox.txt')
-rw-r--r-- | Documentation/git-applymbox.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/git-applymbox.txt b/Documentation/git-applymbox.txt index 3d813ec4c..f6d857cda 100644 --- a/Documentation/git-applymbox.txt +++ b/Documentation/git-applymbox.txt @@ -64,6 +64,12 @@ OPTIONS generated "Signed-off-by" line based on your committer identity. + +SEE ALSO +-------- +link:git-applypatch.html[git-applypatch]. + + Author ------ Written by Linus Torvalds <torvalds@osdl.org> |