doc: clarify that --word-diff operates on line-level hunks#2113
doc: clarify that --word-diff operates on line-level hunks#2113mmontalbo wants to merge 1 commit into
Conversation
|
/preview |
|
Preview email sent as [email protected] |
|
/submit |
|
Submitted as [email protected] To fetch this version into To fetch this version to local tag |
|
This patch series was integrated into seen via git@39e18be. |
|
This branch is now known as |
|
This patch series was integrated into seen via git@d56bdf1. |
|
This patch series was integrated into seen via git@2fb1c01. |
|
There was a status update in the "New Topics" section about the branch The documentation for "--word-diff" has been extended with a bit of implementation detail of where these different words come from. Comments? source: <[email protected]> |
|
This patch series was integrated into seen via git@5105e73. |
|
This patch series was integrated into seen via git@eeaef77. |
|
This patch series was integrated into seen via git@7401299. |
|
There was a status update in the "Cooking" section about the branch The documentation for "--word-diff" has been extended with a bit of implementation detail of where these different words come from. Comments? source: <[email protected]> |
|
This patch series was integrated into seen via git@25943d1. |
|
This patch series was integrated into seen via git@36be2b8. |
|
This patch series was integrated into seen via git@15f4a4c. |
|
This patch series was integrated into seen via git@e59d15e. |
|
This patch series was integrated into seen via git@d9c79a8. |
|
There was a status update in the "Cooking" section about the branch The documentation for "--word-diff" has been extended with a bit of implementation detail of where these different words come from. Comments? source: <[email protected]> |
|
This patch series was integrated into seen via git@82f3ca4. |
|
This patch series was integrated into seen via git@505eeb7. |
|
This patch series was integrated into seen via git@896fa30. |
|
This patch series was integrated into seen via git@b80e36c. |
|
There was a status update in the "Cooking" section about the branch The documentation for "--word-diff" has been extended with a bit of implementation detail of where these different words come from. Comments? source: <[email protected]> |
|
This patch series was integrated into seen via git@1da110a. |
|
There was a status update in the "Cooking" section about the branch The documentation for "--word-diff" has been extended with a bit of implementation detail of where these different words come from. Comments? source: <[email protected]> |
The --word-diff documentation describes the output modes and word-regex mechanics but does not explain that word-diff operates within the hunks produced by the line-level diff rather than performing an independent word-stream comparison. This can surprise users when the line-level alignment causes word-level changes to appear even though the words in both files are identical. Add an implementation note explaining the two-stage relationship and that the output may change if Git acquires a different implementation in the future. Signed-off-by: Michael Montalbo <[email protected]>
73f7b06 to
bc5ca5a
Compare
|
/submit |
|
Submitted as [email protected] To fetch this version into To fetch this version to local tag |
|
This patch series was integrated into seen via git@818b945. |
|
This patch series was integrated into seen via git@472f665. |
CC: Vincent Lefevre [email protected], Johannes Sixt [email protected]