git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2 8/8] Doc branch: show -vv option and alternative
@ 2012-09-18 23:25 Philip Oakley
  2012-09-19  4:01 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: Philip Oakley @ 2012-09-18 23:25 UTC (permalink / raw)
  To: gitList

Indicate that the -v option can be given twice in the short options.
Without it users pass over the option. Also indicate the alternate
'git remote show' method.

Signed-off-by: Philip Oakley <philipoakley@iee.org>

diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt
index 9c1d2f1..cc7f54c 100644
--- a/Documentation/git-branch.txt
+++ b/Documentation/git-branch.txt
@@ -130,12 +130,13 @@ This option is only applicable in non-verbose mode.
 	Activate the list mode. `git branch <pattern>` would try to create a branch,
 	use `git branch --list <pattern>` to list matching branches.
 
--v::
+-v, -vv::
 --verbose::
 	When in list mode,
 	show sha1 and commit subject line for each head, along with
 	relationship to upstream branch (if any). If given twice, print
-	the name of the upstream branch, as well.
+	the name of the upstream branch, as well (see also `git remote
+	show <remote>`).
 
 -q::
 --quiet::
-- 
1.7.8.msysgit.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCHv2 8/8] Doc branch: show -vv option and alternative
  2012-09-18 23:25 [PATCHv2 8/8] Doc branch: show -vv option and alternative Philip Oakley
@ 2012-09-19  4:01 ` Junio C Hamano
  2012-09-19  7:20   ` Philip Oakley
  2012-09-19 17:22   ` Junio C Hamano
  0 siblings, 2 replies; 4+ messages in thread
From: Junio C Hamano @ 2012-09-19  4:01 UTC (permalink / raw)
  To: Philip Oakley; +Cc: gitList

Philip Oakley <philipoakley@iee.org> writes:

> --v::
> +-v, -vv::
>  --verbose::
>  	When in list mode,
>  	show sha1 and commit subject line for each head, along with
>  	relationship to upstream branch (if any). If given twice, print
> -	the name of the upstream branch, as well.
> +	the name of the upstream branch, as well (see also `git remote
> +	show <remote>`).

Can you try

	-v::
        -vv::
        --verbose::
		The description...

instead?  Cf. http://thread.gmane.org/gmane.comp.version-control.git/205184/focus=205315

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCHv2 8/8] Doc branch: show -vv option and alternative
  2012-09-19  4:01 ` Junio C Hamano
@ 2012-09-19  7:20   ` Philip Oakley
  2012-09-19 17:22   ` Junio C Hamano
  1 sibling, 0 replies; 4+ messages in thread
From: Philip Oakley @ 2012-09-19  7:20 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: gitList

From: "Junio C Hamano" <gitster@pobox.com>
> Philip Oakley <philipoakley@iee.org> writes:
>
>> --v::
>> +-v, -vv::
>>  --verbose::
>>  When in list mode,
>>  show sha1 and commit subject line for each head, along with
>>  relationship to upstream branch (if any). If given twice, print
>> - the name of the upstream branch, as well.
>> + the name of the upstream branch, as well (see also `git remote
>> + show <remote>`).
>
> Can you try
>
> -v::
>        -vv::
>        --verbose::
> The description...
>
> instead?  Cf. 
> http://thread.gmane.org/gmane.comp.version-control.git/205184/focus=205315
>

OK. update maybe a couple of days due to other commitments. 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCHv2 8/8] Doc branch: show -vv option and alternative
  2012-09-19  4:01 ` Junio C Hamano
  2012-09-19  7:20   ` Philip Oakley
@ 2012-09-19 17:22   ` Junio C Hamano
  1 sibling, 0 replies; 4+ messages in thread
From: Junio C Hamano @ 2012-09-19 17:22 UTC (permalink / raw)
  To: Philip Oakley; +Cc: gitList

Junio C Hamano <gitster@pobox.com> writes:

> Philip Oakley <philipoakley@iee.org> writes:
>
>> --v::
>> +-v, -vv::
>>  --verbose::
>>  	When in list mode,
>>  	show sha1 and commit subject line for each head, along with
>>  	relationship to upstream branch (if any). If given twice, print
>> -	the name of the upstream branch, as well.
>> +	the name of the upstream branch, as well (see also `git remote
>> +	show <remote>`).
>
> Can you try
>
> 	-v::
>         -vv::
>         --verbose::
> 		The description...
>
> instead?  Cf. http://thread.gmane.org/gmane.comp.version-control.git/205184/focus=205315

Nah, nevermind (I was being lazy and hoping for a quick turnaround).

I tried it and it formats well, so I'll squash that in and queue.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-09-19 17:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-18 23:25 [PATCHv2 8/8] Doc branch: show -vv option and alternative Philip Oakley
2012-09-19  4:01 ` Junio C Hamano
2012-09-19  7:20   ` Philip Oakley
2012-09-19 17:22   ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).