Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
lock_ref_sha1_basic does not remove empty directories on BSD
[gitweb.git]
/
builtin-prune.c
diff --git
a/builtin-prune.c
b/builtin-prune.c
index fc885ce55bbb3a44367b8cec1ea66b1918c78f15..6228c7907b183fb686c9f4cc54347c3dc16f3ec4 100644
(file)
--- a/
builtin-prune.c
+++ b/
builtin-prune.c
@@
-106,7
+106,7
@@
static void process_tree(struct tree *tree,
obj->flags |= SEEN;
if (parse_tree(tree) < 0)
die("bad tree object %s", sha1_to_hex(obj->sha1));
- name = strdup(name);
+ name =
x
strdup(name);
add_object(obj, p, path, name);
me.up = path;
me.elem = name;