Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ls/no-double-utf8-author-name' of ../git-gui into ls/git-gui-no-double-utf8-author-name
[gitweb.git]
/
log-tree.c
diff --git
a/log-tree.c
b/log-tree.c
index 580b3a98a03df8b1920b3f729c783b79ed781164..3b904f0375e233db974ab49b3b31dd2fc73e842d 100644
(file)
--- a/
log-tree.c
+++ b/
log-tree.c
@@
-793,7
+793,7
@@
static int log_tree_diff(struct rev_info *opt, struct commit *commit, struct log
struct commit_list *parents;
struct object_id *oid;
- if (!opt->diff && !
DIFF_OPT_TST(&opt->diffopt, EXIT_WITH_STATUS)
)
+ if (!opt->diff && !
opt->diffopt.flags.exit_with_status
)
return 0;
parse_commit_or_die(commit);