All of lore.kernel.org
 help / color / mirror / Atom feed
* minor typo in documentation - surplus 'a'
@ 2017-04-17 15:02 René Genz
  0 siblings, 0 replies; only message in thread
From: René Genz @ 2017-04-17 15:02 UTC (permalink / raw)
  To: git

Dear sir or madam,

I noticed a minor typo in `man 1 git-commit`.
There are two consecutive 'a'. At:
https://github.com/git/git/blob/maint/Documentation/git-commit.txt#L97
you can read:
---8<---
--reset-author::
	When used with -C/-c/--amend options, or when committing after a
a conflicting ...
---8<---

Please, remove one 'a'.



I searched the code for another occurrence with:
git-maint$ for F in $(find . -type f); do grep -o "a_[[:space:]]a" <(paste -sd_ $F) | tr -d '_' ; done
a	a
a	a

One is in Documentation.
The other is from a test file, no change needed there:
https://github.com/git/git/blob/maint/t/t3904-stash-patch.sh#L94


Thank you in advance.
Have fun.
-- 
Kind regards,
René

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-04-17 15:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-17 15:02 minor typo in documentation - surplus 'a' René Genz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.