[PATCH] doc: git-reset: fix a trivial typo

2017-06-14 Thread Štěpán Němec
Signed-off-by: Štěpán Němec --- Documentation/git-reset.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-reset.txt b/Documentation/git-reset.txt index 8a21198..70f3753 100644 --- a/Documentation/git-reset.txt +++ b/Documentation/git-reset.txt @@ -115,7

[PATCH] doc: git-reset: clarify the --keep usage example

2017-06-14 Thread Štěpán Němec
The example doesn't work as provided (you get an error) when the 'edit' and 'commit' steps affect the same files. Add a note and reference the DISCUSSION to that effect. Signed-off-by: Štěpán Němec --- Documentation/git-reset.txt | 3 ++- 1 file changed, 2 insertion

[PATCH] doc: A few minor copy edits.

2012-07-14 Thread Štěpán Němec
- (glossary) the quotes around the Wikipedia URL prevented its linkification in frontends that support it; remove them - (manual) newer version (SHA-1) == following, older == preceding, not the other way around - trivial typo and wording fixes Signed-off-by: Štěpán Němec --- Documentation

Re: [PATCH] doc: A few minor copy edits.

2012-07-15 Thread Štěpán Němec
On Sat, 14 Jul 2012 22:32:05 -0700 Junio C. Hamano wrote: > Thanks. All looked reasonable, except that I've heard nobody says > "ent" for the past couple of years, and it might be better to drop > the entry altogether. Yeah, I have no real opinion here. I've never been a Tolkien fan, so I had no

Re: [PATCH/RFC] grep: add a grep.patternType configuration setting

2012-08-01 Thread Štěpán Němec
On Wed, 01 Aug 2012 14:55:52 -0700 Junio C. Hamano wrote: > J Smith writes: > >> grep.extendedRegexp:: >> -If set to true, enable '--extended-regexp' option by default. >> +If set to true, enable '--extended-regexp' option by default. This >> +option is ignored when the 'grep.pattern