Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fast-import: prevent producing bad delta
[gitweb.git]
/
config.c
diff --git
a/config.c
b/config.c
index e0b3b80d92ece9f37e0e76292bd61ce97271fcce..113723bf3b069ed907cd71831ddff91a0ed113da 100644
(file)
--- a/
config.c
+++ b/
config.c
@@
-1479,10
+1479,10
@@
int git_config_rename_section(const char *old_name, const char *new_name)
}
}
fclose(config_file);
-
unlock_and_out:
+unlock_and_out:
if (commit_lock_file(lock) < 0)
ret = error("could not commit config file %s", config_filename);
-
out:
+out:
free(config_filename);
return ret;
}