diff options
| author | Lars Hjemli <hjemli@gmail.com> | 2007-09-03 23:00:06 +0200 | 
|---|---|---|
| committer | Lars Hjemli <hjemli@gmail.com> | 2007-09-03 23:00:06 +0200 | 
| commit | ff13396926f3352d9e29c0663154918297dc5af7 (patch) | |
| tree | 71979efc1ad17ab15a365f86ecb49dd128c65772 /html.c | |
| parent | Use git-1.5.3 as submodule (diff) | |
| parent | Rename dirlink to gitlink. (diff) | |
| download | cgit-ff13396926f3352d9e29c0663154918297dc5af7.tar.gz cgit-ff13396926f3352d9e29c0663154918297dc5af7.tar.bz2 cgit-ff13396926f3352d9e29c0663154918297dc5af7.zip | |
Merge branch 'jo/dirlink'
* jo/dirlink:
  Rename dirlink to gitlink.
Conflicts:
	ui-tree.c
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
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("-"); | 
