aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-fast-import.txt
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2007-02-06 11:59:11 -0500
committerShawn O. Pearce <spearce@spearce.org>2007-02-06 11:59:11 -0500
commitc74ba3d344769b827443b8995853527c85d63567 (patch)
treed94e686270fb1fb47b462dd63d5885d54ee783bc /Documentation/git-fast-import.txt
parente5b1444b96b842597348d449722ec876432a6530 (diff)
downloadgit-c74ba3d344769b827443b8995853527c85d63567.tar.gz
Correct fast-import timezone documentation.
Andy Parkins and Linus Torvalds both noticed that the description of the timezone was incorrect. Its not expressed in minutes. Its more like "hhmm", where "hh" is the number of hours and "mm" is the number of minutes shifted from GMT/UTC. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'Documentation/git-fast-import.txt')
-rw-r--r--Documentation/git-fast-import.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-fast-import.txt b/Documentation/git-fast-import.txt
index aff3fba191..e204ea1b3e 100644
--- a/Documentation/git-fast-import.txt
+++ b/Documentation/git-fast-import.txt
@@ -226,8 +226,8 @@ The time of the change is specified by `<time>` as the number of
seconds since the UNIX epoc (midnight, Jan 1, 1970, UTC) and is
written in base-10 notation using US-ASCII digits. The committer's
timezone is specified by `<tz>` as a positive or negative offset
-from UTC, in minutes. For example EST would be expressed in `<tz>`
-by ``-0500''.
+from UTC. For example EST (which is typically 5 hours behind GMT)
+would be expressed in `<tz>` by ``-0500'' while GMT is ``+0000''.
`from`
^^^^^^