Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
pack-redundant: convert linked lists to use struct object_id
[gitweb.git]
/
builtin
/
branch.c
diff --git
a/builtin/branch.c
b/builtin/branch.c
index 6d0cea9d4bcc4eb866280d6424a6dec32b5f9c87..5bd2a0dd4891ce0d42ad897c7b5fe0f66ca73be4 100644
(file)
--- a/
builtin/branch.c
+++ b/
builtin/branch.c
@@
-273,7
+273,7
@@
static int delete_branches(int argc, const char **argv, int force, int kinds,
bname.buf,
(flags & REF_ISBROKEN) ? "broken"
: (flags & REF_ISSYMREF) ? target
- : find_unique_abbrev(
oid.hash
, DEFAULT_ABBREV));
+ : find_unique_abbrev(
&oid
, DEFAULT_ABBREV));
}
delete_branch_config(bname.buf);