Re: [PATCH] documentation: fix asterisks in fetch-options

2013-06-24 Thread Fraser Tweedale
Right you are. I missed that; apologies for the noise. Fraser On Mon, Jun 24, 2013 at 01:35:13PM +0200, Thomas Rast wrote: > Fraser Tweedale writes: > > > diff --git a/Documentation/fetch-options.txt > > b/Documentation/fetch-options.txt > > index 9cb6496..f2ac3bc 100644 > > --- a/Documentati

Re: [PATCH] documentation: fix asterisks in fetch-options

2013-06-24 Thread Thomas Rast
Fraser Tweedale writes: > diff --git a/Documentation/fetch-options.txt b/Documentation/fetch-options.txt > index 9cb6496..f2ac3bc 100644 > --- a/Documentation/fetch-options.txt > +++ b/Documentation/fetch-options.txt > @@ -61,11 +61,12 @@ endif::git-pull[] > ifndef::git-pull[] > -t:: > --tags:

[PATCH] documentation: fix asterisks in fetch-options

2013-06-24 Thread Fraser Tweedale
Fix refspec asterisks in the -t/--tags section of the fetch-options documentation. Signed-off-by: Fraser Tweedale --- Documentation/fetch-options.txt | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Documentation/fetch-options.txt b/Documentation/fetch-options.txt