| commit | 821d56aa68c38f7390b3171092f7b8b814357194 | [log] [tgz] |
|---|---|---|
| author | Jeff King <peff@peff.net> | Tue Mar 03 10:40:41 2009 -0500 |
| committer | Junio C Hamano <gitster@pobox.com> | Thu Mar 19 02:47:40 2009 -0700 |
| tree | 9148611da967e2aced930d17cb74018e094f321d | |
| parent | 6f55ee4317681a5639ff364d2f0a352bde064269 [diff] |
doc: clarify how -S works
The existing text was very vague about what exactly it means
for difference to "contain" a change. This seems to cause
confusion on the mailing list every month or two.
To fix it we:
1. use "introduce or remove an instance of" instead of
"contain"
2. point the user to gitdiffcore(7), which contains a more
complete explanation
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>