From: Junio C Hamano Date: Mon, 8 May 2006 23:42:12 +0000 (-0700) Subject: Merge branch 'jc/bindiff' into next X-Git-Tag: v1.4.1-rc1~122 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/dd1139a94c0250640d4fceecea0714a8420e920b?hp=addaacab07d91e5ff1f06ada31c9e96c0edd31cd Merge branch 'jc/bindiff' into next * jc/bindiff: improve base85 generated assembly code --- 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/core-tutorial.txt b/Documentation/core-tutorial.txt index 4211c81972..d1360ecde2 100644 --- a/Documentation/core-tutorial.txt +++ b/Documentation/core-tutorial.txt @@ -971,7 +971,7 @@ $ git show-branch --topo-order master mybranch The first two lines indicate that it is showing the two branches and the first line of the commit log message from their top-of-the-tree commits, you are currently on `master` branch -(notice the asterisk `*` character), and the first column for +(notice the asterisk `\*` character), and the first column for the later output lines is used to show commits contained in the `master` branch, and the second column for the `mybranch` branch. Three commits are shown along with their log messages. diff --git a/Documentation/git-grep.txt b/Documentation/git-grep.txt index d55456ae93..56b683ae56 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' [