Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
builtin/log.c: drop unused "numbered" parameter from make_cover_letter()
author
Junio C Hamano
<gitster@pobox.com>
Sat, 22 Dec 2012 05:16:51 +0000
(21:16 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 22 Dec 2012 05:16:51 +0000
(21:16 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/log.c
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
8c7a786
)
diff --git
a/builtin/log.c
b/builtin/log.c
index 09cf43e6d40efc13f6b7bda2094fca5bdc1bbc87..28d906300772607cdd70638fa9a9086c3ce8d5b9 100644
(file)
--- a/
builtin/log.c
+++ b/
builtin/log.c
@@
-768,7
+768,7
@@
static void add_branch_description(struct strbuf *buf, const char *branch_name)
}
static void make_cover_letter(struct rev_info *rev, int use_stdout,
}
static void make_cover_letter(struct rev_info *rev, int use_stdout,
- int numbered
, int numbered
_files,
+ int numbered_files,
struct commit *origin,
int nr, struct commit **list, struct commit *head,
const char *branch_name,
struct commit *origin,
int nr, struct commit **list, struct commit *head,
const char *branch_name,
@@
-1343,7
+1343,7
@@
int cmd_format_patch(int argc, const char **argv, const char *prefix)
if (cover_letter) {
if (thread)
gen_message_id(&rev, "cover");
if (cover_letter) {
if (thread)
gen_message_id(&rev, "cover");
- make_cover_letter(&rev, use_stdout, numbered
, numbered
_files,
+ make_cover_letter(&rev, use_stdout, numbered_files,
origin, nr, list, head, branch_name, quiet);
total++;
start_number--;
origin, nr, list, head, branch_name, quiet);
total++;
start_number--;