From: Junio C Hamano Date: Mon, 15 May 2006 20:51:09 +0000 (-0700) Subject: Merge branch 'np/pack' into next X-Git-Tag: v1.4.1-rc1~105 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8dd84b0169864f638516b82df40b0a3ef6e2cb92?hp=ff45715ce50b80ab16ee0d0dc7fff0c47a51959a Merge branch 'np/pack' into next * np/pack: pack-object: slightly more efficient simple euristic for further free packing improvements --- diff --git a/.gitignore b/.gitignore index b5959d6311..7906909b30 100644 --- a/.gitignore +++ b/.gitignore @@ -123,6 +123,7 @@ git-write-tree git-core-*/?* test-date test-delta +test-dump-cache-tree common-cmds.h *.tar.gz *.dsc 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' [