Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t6018-rev-list-glob: fix 'empty stdin' test
[gitweb.git]
/
builtin
/
clone.c
diff --git
a/builtin/clone.c
b/builtin/clone.c
index 2f84717e11c22e6176cd28f850c756aad0b3e2fe..5c439f1394c9a097e48f24d73790f276a958bf2d 100644
(file)
--- a/
builtin/clone.c
+++ b/
builtin/clone.c
@@
-1202,7
+1202,7
@@
int cmd_clone(int argc, const char **argv, const char *prefix)
update_remote_refs(refs, mapped_refs, remote_head_points_at,
branch_top.buf, reflog_msg.buf, transport,
- !is_local
&& !filter_options.choice
);
+ !is_local);
update_head(our_head_points_at, remote_head, reflog_msg.buf);