diff options
author | Michael Coleman <michael.karl.coleman@gmail.com> | 2015-05-19 22:41:17 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-05-19 21:20:58 -0700 |
commit | 5c2a581dc9c7ce61c0dfbbdc56fc951aa0b8288f (patch) | |
tree | 15058831c4ca23a7de3288ffd64ae8e90781d857 /Documentation/git-commit.txt | |
parent | commit -c/-C/--amend: reset timestamp and authorship to committer with --rese... (diff) | |
download | tgif-5c2a581dc9c7ce61c0dfbbdc56fc951aa0b8288f.tar.xz |
Documentation/git-commit: grammofix
Signed-off-by: Michael Coleman <michael.karl.coleman@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-commit.txt')
-rw-r--r-- | Documentation/git-commit.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index f89db9a0ff..ecabf1ac36 100644 --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -71,7 +71,7 @@ OPTIONS --reset-author:: When used with -C/-c/--amend options, declare that the - authorship of the resulting commit now belongs of the committer. + authorship of the resulting commit now belongs to the committer. This also renews the author timestamp. -F <file>:: |