git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
d28790d
)
git-config: Remove extra whitespaces
author
Pavan Kumar Sunkara
<redacted>
Sat, 16 Jul 2011 21:55:52 +0000
(
03:25
+0530)
committer
Junio C Hamano
<redacted>
Tue, 19 Jul 2011 20:43:34 +0000
(13:43 -0700)
Remove extra whitespaces introduced by commits
01ebb9dc
and
fc1905bb
Signed-off-by: Pavan Kumar Sunkara <redacted>
Signed-off-by: Junio C Hamano <redacted>
config.c
patch
|
blob
|
history
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;
}
git clone https://git.99rst.org/PROJECT