From e651cb0d2dc2dbd458c51cdba8ae56e8629348cc Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Mon, 4 Jun 2007 12:28:56 -0500 Subject: Rename dirlink to gitlink. Git changed from dirlink to gitlink in 302b9282c9ddfcc704ca759bdc98c1d5f75eba2f. Signed-off-by: Jeffrey C. Ollie --- ui-tree.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui-tree.c') diff --git a/ui-tree.c b/ui-tree.c index cb57d8d..21dd533 100644 --- a/ui-tree.c +++ b/ui-tree.c @@ -20,7 +20,7 @@ static int print_entry(const unsigned char *sha1, const char *base, name = xstrdup(pathname); type = sha1_object_info(sha1, &size); - if (type == OBJ_BAD && !S_ISDIRLNK(mode)) { + if (type == OBJ_BAD && !S_ISGITLINK(mode)) { htmlf("Bad object: %s %s", name, sha1_to_hex(sha1)); @@ -29,7 +29,7 @@ static int print_entry(const unsigned char *sha1, const char *base, html(""); html_filemode(mode); html("