aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-log.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-12-30 02:22:38 -0800
committerJunio C Hamano <junkio@cox.net>2006-12-30 02:36:08 -0800
commit5dc7bcc2453ce854dc1192cfffcc8aee1cc3b69d (patch)
treef57dbd947565b299a87a2b29f78151f5ca43b284 /Documentation/git-log.txt
parent000792830b8ca96e6d973545192cba8d5df48279 (diff)
downloadgit-5dc7bcc2453ce854dc1192cfffcc8aee1cc3b69d.tar.gz
git-5dc7bcc2453ce854dc1192cfffcc8aee1cc3b69d.tar.xz
Documentation: i18n commit log message notes.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-log.txt')
-rw-r--r--Documentation/git-log.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt
index 79643ac92..c87133542 100644
--- a/Documentation/git-log.txt
+++ b/Documentation/git-log.txt
@@ -63,6 +63,12 @@ git log -r --name-status release..test::
in the "release" branch, along with the list of paths
each commit modifies.
+Discussion
+----------
+
+include::i18n.txt[]
+
+
Author
------
Written by Linus Torvalds <torvalds@osdl.org>