Commit d4b532e
committed
Make external diff command work again
.. by fixing SHA1 inspection in method copyFileToDiffIfNeeded
where any SHA1 matched regex pattern "0*".
That led the external diff feature to always compare the working
directory state of a file against itself rather than comparing
the version from a given commit against the version from the commit'
parent.
Regression from commit 1cb9acf1 parent 827615d commit d4b532e
2 files changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
295 | | - | |
296 | 294 | | |
297 | | - | |
| 295 | + | |
298 | 296 | | |
299 | 297 | | |
300 | 298 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
191 | 190 | | |
192 | 191 | | |
193 | 192 | | |
| |||
0 commit comments