Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/fmt-patch' into next
[gitweb.git]
/
git.c
diff --git
a/git.c
b/git.c
index d5aa41df92d72f1fb1b9b92c55ee4fae069b332e..c20ae45bb77c840eec3cba4b90269930b0c96ccb 100644
(file)
--- a/
git.c
+++ b/
git.c
@@
-368,8
+368,6
@@
static int cmd_log(int argc, const char **argv, char **envp)
init_revisions(&rev);
rev.always_show_header = 1;
rev.diffopt.recursive = 1;
- rev.combine_merges = 1;
- rev.ignore_merges = 0;
return cmd_log_wc(argc, argv, envp, &rev);
}