diff options
| author | Jeffrey C. Ollie <jeff@ocjtech.us> | 2007-06-04 12:28:56 -0500 | 
|---|---|---|
| committer | Lars Hjemli <hjemli@gmail.com> | 2007-06-04 19:58:32 +0200 | 
| commit | e651cb0d2dc2dbd458c51cdba8ae56e8629348cc (patch) | |
| tree | da70e147ef829797f0c152883abc59f8b40b1407 /html.c | |
| parent | Implemented configurable HEAD shortlog on summary page. (diff) | |
| download | cgit-e651cb0d2dc2dbd458c51cdba8ae56e8629348cc.tar.gz cgit-e651cb0d2dc2dbd458c51cdba8ae56e8629348cc.tar.bz2 cgit-e651cb0d2dc2dbd458c51cdba8ae56e8629348cc.zip | |
Rename dirlink to gitlink.
Git changed from dirlink to gitlink in
302b9282c9ddfcc704ca759bdc98c1d5f75eba2f.
Signed-off-by: Jeffrey C. Ollie <jeff@ocjtech.us>
Diffstat (limited to '')
| -rw-r--r-- | html.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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("-"); | 
