Re: [PATCH] git-log.txt: fix typesetting of example "git-log -L" invocation

2013-07-16 Thread Thomas Rast
Eric Sunshine  writes:

> All surrounding examples are typeset as monospaced text. Follow suit.
>
> Signed-off-by: Eric Sunshine 
> ---
>  Documentation/git-log.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt
> index 2ea79ba..2ee6962 100644
> --- a/Documentation/git-log.txt
> +++ b/Documentation/git-log.txt
> @@ -153,7 +153,7 @@ Examples
>   This makes sense only when following a strict policy of merging all
>   topic branches when staying on a single integration branch.
>  
> -git log -L '/int main/',/^}/:main.c::
> +`git log -L '/int main/',/^}/:main.c`::
>  
>   Shows how the function `main()` in the file 'main.c' evolved
>   over time.

Ack.

-- 
Thomas Rast
trast@{inf,student}.ethz.ch
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] git-log.txt: fix typesetting of example "git-log -L" invocation

2013-07-15 Thread Eric Sunshine
All surrounding examples are typeset as monospaced text. Follow suit.

Signed-off-by: Eric Sunshine 
---
 Documentation/git-log.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt
index 2ea79ba..2ee6962 100644
--- a/Documentation/git-log.txt
+++ b/Documentation/git-log.txt
@@ -153,7 +153,7 @@ Examples
This makes sense only when following a strict policy of merging all
topic branches when staying on a single integration branch.
 
-git log -L '/int main/',/^}/:main.c::
+`git log -L '/int main/',/^}/:main.c`::
 
Shows how the function `main()` in the file 'main.c' evolved
over time.
-- 
1.8.3.3.1016.g4f0baba

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html