mirror of
https://github.com/git/git.git
synced 2026-03-16 03:30:08 +01:00
Merge branch 'jc/ref-locking' into next
* jc/ref-locking: receive-pack: call setup_ident before git_config
This commit is contained in:
@@ -278,6 +278,7 @@ int main(int argc, char **argv)
|
||||
if (!enter_repo(dir, 0))
|
||||
die("'%s': unable to chdir or not a git archive", dir);
|
||||
|
||||
setup_ident();
|
||||
git_config(git_default_config);
|
||||
|
||||
write_head_info();
|
||||
|
||||
Reference in New Issue
Block a user