Re: [PATCH] git.txt: Fix asciidoc syntax of --*-pathspecs

2013-10-15 Thread Junio C Hamano
Steffen Prohaska writes: > Labeled lists require a double colon. > > Signed-off-by: Steffen Prohaska > --- Looks sensible; it would have been nicer if the log message said something like I eyeballed the output from git grep '[^:]:$' Documentation/\*.txt and these are the only

Re: [PATCH] git.txt: Fix asciidoc syntax of --*-pathspecs

2013-09-23 Thread Jeff King
On Mon, Sep 23, 2013 at 08:54:35PM +0200, Steffen Prohaska wrote: > Labeled lists require a double colon. Thanks, this looks good. While looking at the git.txt source, I noticed it is quite awkward to read due to the size of the stalenotes section. The patch below moves that section out to its o

[PATCH] git.txt: Fix asciidoc syntax of --*-pathspecs

2013-09-23 Thread Steffen Prohaska
Labeled lists require a double colon. Signed-off-by: Steffen Prohaska --- Documentation/git.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/git.txt b/Documentation/git.txt index 5d68d33..4c2757e 100644 --- a/Documentation/git.txt +++ b/Documentation/gi