/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
tree.c: update read_tree_recursive callback to pass strbuf as base
[git/git.git]
/
builtin
/
log.c
diff --git
a/builtin/log.c
b/builtin/log.c
index
734aab3
..
f2a9f01
100644
(file)
--- a/
builtin/log.c
+++ b/
builtin/log.c
@@
-489,7
+489,7
@@
static int show_tag_object(const unsigned char *sha1, struct rev_info *rev)
}
static int show_tree_object(const unsigned char *sha1,
-
const char *base, int baselen
,
+
struct strbuf *base
,
const char *pathname, unsigned mode, int stage, void *context)
{
printf("%s%s\n", pathname, S_ISDIR(mode) ? "/" : "");