From: Junio C Hamano Date: Wed, 17 May 2006 22:47:33 +0000 (-0700) Subject: Merge branch 'jc/apply' X-Git-Tag: v1.4.1-rc1~92^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/53684bba4921b5a07d977ef794689de111c645b5?hp=b7627278e200d8a80df6ee437b1a01d88f2b4883 Merge branch 'jc/apply' * jc/apply: git-am: use apply --cached apply --cached: apply a patch without using working tree. apply --numstat: show new name, not old name. --- diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index c183dc9da0..f523ec2fbe 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -10,6 +10,10 @@ --stat:: Generate a diffstat instead of a patch. +--summary:: + Output a condensed summary of extended header information + such as creations, renames and mode changes. + --patch-with-stat:: Generate patch and prepend its diffstat. diff --git a/Documentation/git-grep.txt b/Documentation/git-grep.txt index d55456ae93..74102b7944 100644 --- a/Documentation/git-grep.txt +++ b/Documentation/git-grep.txt @@ -8,43 +8,82 @@ git-grep - Print lines matching a pattern SYNOPSIS -------- -'git-grep' [