diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-06-16 14:33:49 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-06-16 14:33:49 -0700 |
commit | afd647c55f19b34c1c605f099720dcec49c4e24a (patch) | |
tree | 4aa623241ae0f60441ef829e95b1070756514ab1 | |
parent | dfb67594e964e63f20546361597c06432c73779d (diff) | |
parent | 5c2a581dc9c7ce61c0dfbbdc56fc951aa0b8288f (diff) | |
download | git-afd647c55f19b34c1c605f099720dcec49c4e24a.tar.gz |
Merge branch 'mc/commit-doc-grammofix' into maint
Doc grammar fix.
* mc/commit-doc-grammofix:
Documentation/git-commit: grammofix
-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 617dea083e..904dafa0f7 100644 --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -94,7 +94,7 @@ OPTIONS --reset-author:: When used with -C/-c/--amend options, or when committing after a a conflicting cherry-pick, declare that the authorship of the - resulting commit now belongs of the committer. This also renews + resulting commit now belongs to the committer. This also renews the author timestamp. --short:: |