diff options
author | Junio C Hamano <junkio@cox.net> | 2005-06-05 17:54:10 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-07 15:23:30 -0700 |
commit | 28f8fafff8511d4f03f956819f7819b481d7fd50 (patch) | |
tree | 2006d01032c2fcd6f3210cbae1c11b550af19018 /Documentation/diffcore.txt | |
parent | b0bf8f24e9c7bdeb7e472e6b1fa5f51de1cdcc97 (diff) | |
download | git-28f8fafff8511d4f03f956819f7819b481d7fd50.tar.gz git-28f8fafff8511d4f03f956819f7819b481d7fd50.tar.xz |
[PATCH] Documentation: describe diff tweaking (fix).
I cannot count ;-)
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/diffcore.txt')
-rw-r--r-- | Documentation/diffcore.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/diffcore.txt b/Documentation/diffcore.txt index 4ade0140c..45620f8fb 100644 --- a/Documentation/diffcore.txt +++ b/Documentation/diffcore.txt @@ -45,7 +45,7 @@ the -p option is not used. E.g. The diffcore mechanism is fed a list of such comparison results (each of which is called "filepair", although at this point each of them talks about a single file), and transforms such a list -into another list. There are currently 7 such transformations: +into another list. There are currently 6 such transformations: - diffcore-pathspec - diffcore-break |