Skip to content

Commit

Permalink
fixup! Windows: add support for a Windows-wide configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Apr 29, 2015
1 parent ac5f8f3 commit 0db3460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions git-compat-util.h
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,8 @@ static inline char *git_find_last_dir_sep(const char *path)
#define find_last_dir_sep git_find_last_dir_sep
#endif

#ifndef git_super_gitconfig
#define git_super_gitconfig NULL
#ifndef git_super_config
#define git_super_config() NULL
#endif

#if defined(__HP_cc) && (__HP_cc >= 61000)
Expand Down

0 comments on commit 0db3460

Please sign in to comment.