Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/fmt-patch' into next
author
Junio C Hamano
<junkio@cox.net>
Thu, 20 Apr 2006 19:45:16 +0000
(12:45 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Thu, 20 Apr 2006 19:45:16 +0000
(12:45 -0700)
* jc/fmt-patch:
rename internal format-patch wip
1
2
git.c
patch
|
diff1
|
diff2
|
blob
|
history
raw
|
compact
(merge:
56c155a
43885c2
)
diff --combined
git.c
index 447d86cd571bcc06b06c64a8713c7dd3c3e1a4f5,d5aa41df92d72f1fb1b9b92c55ee4fae069b332e..c20ae45bb77c840eec3cba4b90269930b0c96ccb
---
1
/
git.c
---
2
/
git.c
+++ b/
git.c
@@@
-368,6
-368,8
+368,6
@@@
static int cmd_log(int argc, const cha
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);
}
@@@
-383,7
-385,7
+383,7
@@@
static void handle_internal_command(in
{ "log", cmd_log },
{ "whatchanged", cmd_wc },
{ "show", cmd_show },
- { "f
orma
t-patch", cmd_format_patch },
+ { "f
m
t-patch", cmd_format_patch },
};
int i;