mirror of
https://git.zx2c4.com/cgit
synced 2025-06-21 01:25:46 +02:00
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:
parent
51a960a3ca
commit
e651cb0d2d
3 changed files with 7 additions and 7 deletions
2
html.c
2
html.c
|
@ -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("-");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue