mirror of
https://github.com/git/git.git
synced 2026-01-25 01:50:52 +00:00
Merge branch 'bw/config-h'
This backports f31d23a399 (Merge branch 'bw/config-h', 2017-06-24) from
upstream Git's `master` branch, plus a patch that seems to be required
to let the test suite pass.
This topic branch fixes problems when looking up aliases in worktrees.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include "../cache.h"
|
||||
#include "win32/lazyload.h"
|
||||
#include "win32/exit-process.h"
|
||||
#include "../config.h"
|
||||
|
||||
#define HCAST(type, handle) ((type)(intptr_t)handle)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user