Rename dirlink to gitlink.

Git changed from dirlink to gitlink in
302b9282c9ddfcc704ca759bdc98c1d5f75eba2f.

Signed-off-by: Jeffrey C. Ollie <jeff@ocjtech.us>
This commit is contained in:
Jeffrey C. Ollie 2007-06-04 12:28:56 -05:00 committed by Lars Hjemli
parent 51a960a3ca
commit e651cb0d2d
3 changed files with 7 additions and 7 deletions

2
html.c
View file

@ -158,7 +158,7 @@ void html_filemode(unsigned short mode)
html("d");
else if (S_ISLNK(mode))
html("l");
else if (S_ISDIRLNK(mode))
else if (S_ISGITLINK(mode))
html("m");
else
html("-");