My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec371ff
)
path.c: delete an extra space
author
Nguyễn Thái Ngọc Duy
<pclouds@gmail.com>
Sat, 22 Aug 2015 00:39:58 +0000
(07:39 +0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 7 Sep 2015 16:19:36 +0000
(09:19 -0700)
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
path.c
patch
|
blob
|
history
diff --git
a/path.c
b/path.c
index
95acbaf
..
a536ee3
100644
(file)
--- a/
path.c
+++ b/
path.c
@@
-431,7
+431,7
@@
const char *enter_repo(const char *path, int strict)
}
if (!suffix[i])
return NULL;
- gitfile = read_gitfile(used_path)
;
+ gitfile = read_gitfile(used_path);
if (gitfile)
strcpy(used_path, gitfile);
if (chdir(used_path))