diff options
| author | David Aguilar <davvid@gmail.com> | 2025-02-05 20:20:10 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-02-06 13:00:21 -0800 |
| commit | 7c2f2919434b0b9d8df79f469903d0bca815557b (patch) | |
| tree | ec118ed1083be9d3f180be4d057f299d587cedcf | |
| parent | difftool: eliminate use of the_repository (diff) | |
| download | git-7c2f2919434b0b9d8df79f469903d0bca815557b.tar.gz git-7c2f2919434b0b9d8df79f469903d0bca815557b.zip | |
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>
| -rw-r--r-- | builtin/difftool.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/builtin/difftool.c b/builtin/difftool.c index 81d733dfdf..41cd00066c 100644 --- a/builtin/difftool.c +++ b/builtin/difftool.c @@ -12,8 +12,6 @@ * Copyright (C) 2016 Johannes Schindelin */ -#define USE_THE_REPOSITORY_VARIABLE - #include "builtin.h" #include "abspath.h" |
