Skip to content

Commit 0db3460

Browse files
committed
fixup! Windows: add support for a Windows-wide configuration
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent ac5f8f3 commit 0db3460

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git-compat-util.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ static inline char *git_find_last_dir_sep(const char *path)
307307
#define find_last_dir_sep git_find_last_dir_sep
308308
#endif
309309

310-
#ifndef git_super_gitconfig
311-
#define git_super_gitconfig NULL
310+
#ifndef git_super_config
311+
#define git_super_config() NULL
312312
#endif
313313

314314
#if defined(__HP_cc) && (__HP_cc >= 61000)

0 commit comments

Comments
 (0)