Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Make for-each-ref allow atom names like "<name>:<something>"
[gitweb.git]
/
builtin-ls-tree.c
diff --git
a/builtin-ls-tree.c
b/builtin-ls-tree.c
index ccba2aa8e1a635f14650e5ee0d91298593c300bc..cb4be4fabb84bafd5518e81d2fd0ed6ee191641c 100644
(file)
--- a/
builtin-ls-tree.c
+++ b/
builtin-ls-tree.c
@@
-62,7
+62,7
@@
static int show_tree(const unsigned char *sha1, const char *base, int baselen,
const char *type = blob_type;
unsigned long size;
- if (S_IS
DIRL
NK(mode)) {
+ if (S_IS
GITLI
NK(mode)) {
/*
* Maybe we want to have some recursive version here?
*