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 | c8ddd2aa116710e3442bc54cd750824a88a900d4 (diff) | |
| parent | 5621760f59c0655e41045c3141deef9791858916 (diff) | |
| download | git-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:: |
