Document --unified/-U option

Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Robin Rosenberg 2007-07-25 12:08:17 +02:00 committed by Junio C Hamano
parent f48a203a56
commit 4eb994733d
1 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,13 @@
-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.