All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Docs: Add some missing options to git-diff.txt
@ 2017-03-30 19:49 Andreas Heiduk
  2017-03-30 20:18 ` Junio C Hamano
  2017-04-10 10:59 ` [PATCH v1] " Andreas Heiduk
  0 siblings, 2 replies; 4+ messages in thread
From: Andreas Heiduk @ 2017-03-30 19:49 UTC (permalink / raw)
  To: gitster, git; +Cc: Andreas Heiduk

git-diff understands "--ours", "--theirs" and "--base" for files with
conflicts. But so far they were not documented for the central diff
command but only for diff-files.

Signed-off-by: Andreas Heiduk <asheiduk@gmail.com>
---
 Documentation/git-diff.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Documentation/git-diff.txt b/Documentation/git-diff.txt
index bbab35f..91ced4f 100644
--- a/Documentation/git-diff.txt
+++ b/Documentation/git-diff.txt
@@ -97,6 +97,14 @@ OPTIONS
 :git-diff: 1
 include::diff-options.txt[]
 
+-1 --base::
+-2 --ours::
+-3 --theirs::
+-0::
+	Diff against the "base" version, "our branch" or "their
+	branch" respectively. The option -0 can be given to omit diff
+	output for unmerged entries and just show "Unmerged".
+
 <path>...::
 	The <paths> parameters, when given, are used to limit
 	the diff to the named paths (you can give directory
-- 
2.7.4


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

end of thread, other threads:[~2017-04-11 14:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-30 19:49 [PATCH] Docs: Add some missing options to git-diff.txt Andreas Heiduk
2017-03-30 20:18 ` Junio C Hamano
2017-04-11 14:39   ` [PATCH v2] " Andreas Heiduk
2017-04-10 10:59 ` [PATCH v1] " Andreas Heiduk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.