summaryrefslogtreecommitdiff
path: root/git-gui/lib/diff.tcl
diff options
context:
space:
mode:
authorJohannes Sixt <j6t@kdbg.org>2025-03-23 22:34:11 +0100
committerTaylor Blau <me@ttaylorr.com>2025-05-23 17:03:30 -0400
commit79a3ef53143f75450a828f4bc4e9dd3d4f2bb5ba (patch)
tree58261b447a03f4829cb21b6f79680c68fa3a255b /git-gui/lib/diff.tcl
parent2aeb4484a046a545fb540ba07397b25b13fe6881 (diff)
gitk: collect construction of blameargs into a single conditional
The command line to invoke 'git blame' for a single line is constructed using several if-conditionals, each with the same condition {$from_index new {}}. Merge all of them into a single conditional. This requires to duplicate significant parts of the command, but it helps the next change, where we will have to deal with a nested list structure. Signed-off-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 'git-gui/lib/diff.tcl')
0 files changed, 0 insertions, 0 deletions