Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-submodule.sh: accept verbose flag in cmd_update to be non-quiet
[gitweb.git]
/
builtin
/
blame.c
diff --git
a/builtin/blame.c
b/builtin/blame.c
index d7a2df3b47439c5564a716402e815e0da4f0d8a9..749ad7f05b657ba34534a4ae6601dd5d85649b36 100644
(file)
--- a/
builtin/blame.c
+++ b/
builtin/blame.c
@@
-481,7
+481,7
@@
static void output(struct blame_scoreboard *sb, int option)
*/
static int read_ancestry(const char *graft_file)
{
- FILE *fp = fopen(graft_file, "r");
+ FILE *fp = fopen
_or_warn
(graft_file, "r");
struct strbuf buf = STRBUF_INIT;
if (!fp)
return -1;