Commit d445a78
committed
gitk: show unescaped file names on 'rename' and 'copy' lines
When a file is selected in the file list, the diff window scrolls to the
corresponding section. The administrative data needed for this purpose
is extracted from the 'rename from', 'rename to', and 'copy to' lines.
Escaped file names are unescaped for this purpose. However, the lines
shown in the diff window are left in the escaped form. This is not very
pleasing. Replace the escaped form by the unescaped form.
Add a section to treat the 'copy from' case.
Signed-off-by: Johannes Sixt <j6t@kdbg.org>1 parent 77e7aab commit d445a78
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8401 | 8401 | | |
8402 | 8402 | | |
8403 | 8403 | | |
| 8404 | + | |
8404 | 8405 | | |
8405 | 8406 | | |
8406 | 8407 | | |
8407 | 8408 | | |
8408 | 8409 | | |
8409 | 8410 | | |
8410 | 8411 | | |
| 8412 | + | |
| 8413 | + | |
| 8414 | + | |
| 8415 | + | |
| 8416 | + | |
| 8417 | + | |
| 8418 | + | |
8411 | 8419 | | |
8412 | 8420 | | |
8413 | 8421 | | |
| |||
0 commit comments