mirror of
https://github.com/git/git.git
synced 2026-01-24 17:41:30 +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:
@@ -7,6 +7,7 @@
|
||||
#include "../run-command.h"
|
||||
#include "../cache.h"
|
||||
#include "win32/exit-process.h"
|
||||
#include "../config.h"
|
||||
|
||||
#define HCAST(type, handle) ((type)(intptr_t)handle)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user