Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'rs/ipv6-ssh-url' into maint
[gitweb.git]
/
builtin
/
checkout.c
diff --git
a/builtin/checkout.c
b/builtin/checkout.c
index 3980d5d06ea5aba4f4d6d30089307fe76c8adff9..e060efb2a281865afbc6e5ae23d3f0fe2351dab0 100644
(file)
--- a/
builtin/checkout.c
+++ b/
builtin/checkout.c
@@
-605,7
+605,7
@@
static int add_pending_uninteresting_ref(const char *refname,
const unsigned char *sha1,
int flags, void *cb_data)
{
- add_pending_sha1(cb_data, refname, sha1,
flags |
UNINTERESTING);
+ add_pending_sha1(cb_data, refname, sha1, UNINTERESTING);
return 0;
}