diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-05-04 16:26:47 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-05-04 16:26:47 +0900 |
commit | 7c7478f45a67121aeda2e1d276feb34c5786e611 (patch) | |
tree | 1a97d484ba1ff9d203209e64974a1a55de409e2c /Documentation/git-commit.txt | |
parent | Merge branch 'sr/hooks-cwd-doc' (diff) | |
parent | fix minor typos (diff) | |
download | tgif-7c7478f45a67121aeda2e1d276feb34c5786e611.tar.xz |
Merge branch 'rg/a-the-typo'
Typofix.
* rg/a-the-typo:
fix minor typos
Diffstat (limited to 'Documentation/git-commit.txt')
-rw-r--r-- | Documentation/git-commit.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index ed0f5b94b3..afb06adba4 100644 --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -95,7 +95,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 + conflicting cherry-pick, declare that the authorship of the resulting commit now belongs to the committer. This also renews the author timestamp. @@ -112,7 +112,7 @@ OPTIONS `--dry-run`. --long:: - When doing a dry-run, give the output in a the long-format. + When doing a dry-run, give the output in the long-format. Implies `--dry-run`. -z:: |