]> git.ipfire.org Git - thirdparty/git.git/commit
difftool: eliminate use of USE_THE_REPOSITORY_VARIABLE
authorDavid Aguilar <davvid@gmail.com>
Thu, 6 Feb 2025 04:20:10 +0000 (20:20 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Feb 2025 21:00:21 +0000 (13:00 -0800)
commit7c2f2919434b0b9d8df79f469903d0bca815557b
treeec118ed1083be9d3f180be4d057f299d587cedcf
parenta24953f3df4546cad670892c652978cce161ec79
difftool: eliminate use of USE_THE_REPOSITORY_VARIABLE

Remove the USE_THE_REPOSITORY_VARIABLE #define now that all
state is passed to each function from callers.

Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/difftool.c