summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f48a203)
raw | patch | inline | side by side (parent: f48a203)
author | Robin Rosenberg <robin.rosenberg@dewire.com> | |
Wed, 25 Jul 2007 10:08:17 +0000 (12:08 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 25 Jul 2007 20:27:26 +0000 (13:27 -0700) |
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/diff-options.txt | patch | blob | history |
index 3d2b9d0a06f38c42c0df927fa03a053fa1b45277..82165763ba138e587a59d5b5cea03e3b7a9af072 100644 (file)
-u::
Synonym for "-p".
+-U<n>::
+ Shorthand for "--unified=<n>".
+
+--unified=<n>::
+ Generate diffs with <n> lines of context instead of
+ the usual three. Implies "-p".
+
--raw::
Generate the raw format.