Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
builtin-merge: fix a typo in an error message
author
Allan Caffee
<allan.caffee@gmail.com>
Mon, 13 Apr 2009 18:10:08 +0000
(14:10 -0400)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 27 Apr 2009 16:36:14 +0000
(09:36 -0700)
Signed-off-by: Allan Caffee <allan.caffee@gmail.com>
Acked-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-merge.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
c231822
)
diff --git
a/builtin-merge.c
b/builtin-merge.c
index d0bf1fc1edb5fc7783669e4086210a521a3ab6e3..370d0034ca188724344f2085c32e4150de7f9792 100644
(file)
--- a/
builtin-merge.c
+++ b/
builtin-merge.c
@@
-703,7
+703,7
@@
static int suggest_conflicts(void)
fp = fopen(git_path("MERGE_MSG"), "a");
if (!fp)
- die("Could open %s for writing", git_path("MERGE_MSG"));
+ die("Could
not
open %s for writing", git_path("MERGE_MSG"));
fprintf(fp, "\nConflicts:\n");
for (pos = 0; pos < active_nr; pos++) {
struct cache_entry *ce = active_cache[pos];