Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-12-23 05:14:31 +0300
committerJunio C Hamano <junkio@cox.net>2005-12-23 05:14:31 +0300
commitc63da8d8e8c5b5078e59af15c1a41ff98ad61d59 (patch)
tree26958529f1ffcf1a257fe602c1d49664c46d8b64 /git.c
parent8d712aafd2df3c1f5147a28947f98cefe667cf76 (diff)
parent1e80e0449248edb77b0fb9853f4a3404a599e207 (diff)
GIT 1.0.3v1.0.3
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git.c')
-rw-r--r--git.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/git.c b/git.c
index 0fd95bf751..e795ddb810 100644
--- a/git.c
+++ b/git.c
@@ -278,7 +278,7 @@ int main(int argc, char **argv, char **envp)
if (*exec_path != '/') {
if (!getcwd(git_command, sizeof(git_command))) {
fprintf(stderr,
- "git: cannot determine current directory");
+ "git: cannot determine current directory\n");
exit(1);
}
len = strlen(git_command);