aboutsummaryrefslogtreecommitdiff
path: root/Documentation/gitdiffcore.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-05-18 22:39:56 -0700
committerJunio C Hamano <gitster@pobox.com>2010-05-18 22:39:56 -0700
commit636e87d705c2d6cc53d58eac31b689779d00b292 (patch)
treea3de44b428a21e7bbcae6099a903e77fc9c9db16 /Documentation/gitdiffcore.txt
parent1c9eecff97beab2d425397dc624281dff5c0be5c (diff)
parentd07ef715757ab1c2436c59adca92484fa46b2b41 (diff)
downloadgit-636e87d705c2d6cc53d58eac31b689779d00b292.tar.xz
Merge branch 'maint'
* maint: Documentation/gitdiffcore: fix order in pickaxe description Documentation: fix minor inconsistency Documentation: rebase -i ignores options passed to "git am" hash_object: correction for zero length file
Diffstat (limited to 'Documentation/gitdiffcore.txt')
-rw-r--r--Documentation/gitdiffcore.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/gitdiffcore.txt b/Documentation/gitdiffcore.txt
index 9de8caf5d1..5d91a7e5b3 100644
--- a/Documentation/gitdiffcore.txt
+++ b/Documentation/gitdiffcore.txt
@@ -227,8 +227,8 @@ changes that touch a specified string, and is controlled by the
commands.
When diffcore-pickaxe is in use, it checks if there are
-filepairs whose "original" side has the specified string and
-whose "result" side does not. Such a filepair represents "the
+filepairs whose "result" side has the specified string and
+whose "origin" side does not. Such a filepair represents "the
string appeared in this changeset". It also checks for the
opposite case that loses the specified string.