summaryrefslogtreecommitdiffstats
path: root/git-commit.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-01-08 07:39:46 +0000
committerJunio C Hamano <junio@kernel.org>2010-01-08 07:39:46 +0000
commitae05feeb712a3d1be55164218489ebebef0f72b2 (patch)
treeea5bb7d89fc8f7102528d93577bdddaa516fb744 /git-commit.txt
parent6d325dff7434895753dcad82809783644dec75f6 (diff)
downloadgit-htmldocs-ae05feeb712a3d1be55164218489ebebef0f72b2.tar.gz
Autogenerated HTML docs for v1.6.6-102-gd6f8
Diffstat (limited to 'git-commit.txt')
-rw-r--r--git-commit.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/git-commit.txt b/git-commit.txt
index c97c151ae..5fb43f932 100644
--- a/git-commit.txt
+++ b/git-commit.txt
@@ -11,7 +11,7 @@ SYNOPSIS
'git commit' [-a | --interactive] [-s] [-v] [-u<mode>] [--amend] [--dry-run]
[(-c | -C) <commit>] [-F <file> | -m <msg>] [--reset-author]
[--allow-empty] [--no-verify] [-e] [--author=<author>]
- [--cleanup=<mode>] [--] [[-i | -o ]<file>...]
+ [--date=<date>] [--cleanup=<mode>] [--] [[-i | -o ]<file>...]
DESCRIPTION
-----------
@@ -99,6 +99,9 @@ OPTIONS
an existing commit that matches the given string and its author
name is used.
+--date=<date>::
+ Override the author date used in the commit.
+
-m <msg>::
--message=<msg>::
Use the given <msg> as the commit message.
@@ -231,6 +234,8 @@ specified.
these files are also staged for the next commit on top
of what have been staged before.
+:git-commit: 1
+include::date-formats.txt[]
EXAMPLES
--------