Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
fetch: Give remote_ref to update_local_ref() as well
author
Marc Branchaud
<marcnarc@xiplink.com>
Mon, 16 Apr 2012 22:08:49 +0000
(18:08 -0400)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 17 Apr 2012 15:25:44 +0000
(08:25 -0700)
This way, the function can look at the remote side to adjust the
informational message it gives.
Signed-off-by: Marc Branchaud <marcnarc@xiplink.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fetch.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
6eab5f2
)
diff --git
a/builtin/fetch.c
b/builtin/fetch.c
index 8ec4eae3eb78925de41253264380ea5585b0f091..06d71e4e4c795a96c4554c44178545b0f146e6a3 100644
(file)
--- a/
builtin/fetch.c
+++ b/
builtin/fetch.c
@@
-240,6
+240,7
@@
static int s_update_ref(const char *action,
static int update_local_ref(struct ref *ref,
const char *remote,
+ const struct ref *remote_ref,
struct strbuf *display)
{
struct commit *current = NULL, *updated;
@@
-466,7
+467,7
@@
static int store_updated_refs(const char *raw_url, const char *remote_name,
strbuf_reset(¬e);
if (ref) {
- rc |= update_local_ref(ref, what, ¬e);
+ rc |= update_local_ref(ref, what,
rm,
¬e);
free(ref);
} else
strbuf_addf(¬e, "* %-*s %-*s -> FETCH_HEAD",