diff options
author | Junio C Hamano <gitster@pobox.com> | 2025-05-12 12:03:08 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-05-12 15:29:18 -0700 |
commit | ab4d1880e19c2229055334f0fe309b89e91f27a9 (patch) | |
tree | 825db5016495e01fb47e7f4fce8f56daa5603eea /git-gui/lib/commit.tcl | |
parent | ba69a6c66d6b349f730bdb3b9e44c3b49dd53e91 (diff) |
tests: prepare for a world without whatchanged
Some tests on fast-import run "git whatchanged" without even
checking the output from the command. It is tempting to remove the
calls altogether since they are not doing anything useful, but they
presumably were added there while the tests were developed to manually
sanity check which paths were touched.
Replace these calls with "git log --raw", which is a rough
equivalent in the more modern Git.
This does not remove "git whatchanged", but we no longer have to
worry about adjusting these places when we eventually do.
Helped-by: Elijah Newren <newren@gmail.com>
[en: log message]
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-gui/lib/commit.tcl')
0 files changed, 0 insertions, 0 deletions