Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
doc: don't claim that cherry calls patch-id
author
Michael S. Tsirkin
<mst@redhat.com>
Tue, 24 Sep 2013 22:33:36 +0000
(
01:33
+0300)
committer
Jonathan Nieder
<jrnieder@gmail.com>
Tue, 24 Sep 2013 22:54:48 +0000
(15:54 -0700)
The id is already different for binary files. The hash used is an
implementation detail, so let's just document how diffs are compared.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Documentation/git-cherry.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
af1748b
)
diff --git
a/Documentation/git-cherry.txt
b/Documentation/git-cherry.txt
index f6c19c734d0fad09e7f7203a69959546f4b6a052..2d0daae626dd8e58c5a5c72ef999e36f56bcdce7 100644
(file)
--- a/
Documentation/git-cherry.txt
+++ b/
Documentation/git-cherry.txt
@@
-14,8
+14,7
@@
DESCRIPTION
-----------
The changeset (or "diff") of each commit between the fork-point and <head>
is compared against each commit between the fork-point and <upstream>.
-The commits are compared with their 'patch id', obtained from
-the 'git patch-id' program.
+The diffs are compared after removing any whitespace and line numbers.
Every commit that doesn't exist in the <upstream> branch
has its id (sha1) reported, prefixed by a symbol. The ones that have