git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation gitk: Describe what --merge does
@ 2008-04-27 15:51 Richard Quirk
  2008-04-27 20:37 ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Quirk @ 2008-04-27 15:51 UTC (permalink / raw)
  To: git; +Cc: Richard Quirk

Signed-off-by: Richard Quirk <richard.quirk@gmail.com>
---
 Documentation/gitk.txt |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/Documentation/gitk.txt b/Documentation/gitk.txt
index ed3ba83..edd6547 100644
--- a/Documentation/gitk.txt
+++ b/Documentation/gitk.txt
@@ -41,6 +41,11 @@ frequently used options.
 
 	Show all branches.
 
+--merge::
+
+	Show the differences between HEAD and MERGE_HEAD for files with
+	conflicts after a merge.
+
 <revs>::
 
 	Limit the revisions to show. This can be either a single revision
-- 
1.5.5.1.79.g57cf

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

* Re: [PATCH] Documentation gitk: Describe what --merge does
  2008-04-27 15:51 [PATCH] Documentation gitk: Describe what --merge does Richard Quirk
@ 2008-04-27 20:37 ` Junio C Hamano
  2008-04-28 20:58   ` Richard Quirk
  0 siblings, 1 reply; 3+ messages in thread
From: Junio C Hamano @ 2008-04-27 20:37 UTC (permalink / raw)
  To: Richard Quirk; +Cc: git

Richard Quirk <richard.quirk@gmail.com> writes:

> Signed-off-by: Richard Quirk <richard.quirk@gmail.com>
> ---
>  Documentation/gitk.txt |    5 +++++
>  1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/Documentation/gitk.txt b/Documentation/gitk.txt
> index ed3ba83..edd6547 100644
> --- a/Documentation/gitk.txt
> +++ b/Documentation/gitk.txt
> @@ -41,6 +41,11 @@ frequently used options.
>  
>  	Show all branches.
>  
> +--merge::
> +
> +	Show the differences between HEAD and MERGE_HEAD for files with
> +	conflicts after a merge.
> +

Hmm. "the differences" is technically correct in that it shows the
commits on the diverged histories, but I suspect it would be more
understandable if we used more explicit wording, like:

	After an attempt to merge stops with conflicts, show the commits
	on the history between two branches (i.e. the HEAD and the
	MERGE_HEAD) that modify the conflicted files.

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

* [PATCH] Documentation gitk: Describe what --merge does
  2008-04-27 20:37 ` Junio C Hamano
@ 2008-04-28 20:58   ` Richard Quirk
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Quirk @ 2008-04-28 20:58 UTC (permalink / raw)
  To: gitster; +Cc: git, Richard Quirk

Signed-off-by: Richard Quirk <richard.quirk@gmail.com>
---

On Sun, Apr 27, 2008 at 10:37 PM, Junio C Hamano <gitster@pobox.com> wrote:
>  Hmm. "the differences" is technically correct in that it shows the
>  commits on the diverged histories, but I suspect it would be more
>  understandable if we used more explicit wording

Yes, and your explicit wording was much clearer.

I'm not sure if resending this is strictly the Right Thing given that the
words are actually yours. But here's the updated patch so --merge might get
some documentation, just in case.

 Documentation/gitk.txt |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/Documentation/gitk.txt b/Documentation/gitk.txt
index ed3ba83..c40f997 100644
--- a/Documentation/gitk.txt
+++ b/Documentation/gitk.txt
@@ -41,6 +41,12 @@ frequently used options.
 
 	Show all branches.
 
+--merge::
+
+	After an attempt to merge stops with conflicts, show the commits on
+	the history between two branches (i.e. the HEAD and the MERGE_HEAD)
+	that modify the conflicted files.
+
 <revs>::
 
 	Limit the revisions to show. This can be either a single revision
-- 
1.5.5.1.91.gb5ae

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

end of thread, other threads:[~2008-04-28 20:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-27 15:51 [PATCH] Documentation gitk: Describe what --merge does Richard Quirk
2008-04-27 20:37 ` Junio C Hamano
2008-04-28 20:58   ` Richard Quirk

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).