]> granicus.if.org Git - cgit/commit
ui-plain: print symlink content lf/for-jason
authorJohn Keeping <john@keeping.me.uk>
Mon, 6 Mar 2017 23:27:23 +0000 (23:27 +0000)
committerLukas Fleischer <lfleischer@lfos.de>
Thu, 10 Aug 2017 13:15:58 +0000 (15:15 +0200)
commit135a75540421a3c8b82634730a3765d1e49442ea
tree6cdb129defc194920f6fb02153e3788184318b8d
parent7d9b5590f4ffbc5d8a6fe30e3e9715ad4b5ca7bd
ui-plain: print symlink content

We currently ignore symlinks in ui-plain, leading to a 404.  In ui-tree
we print the content of the blob (that is, the path to the target of the
link), so it makes sense to do the same here.

Signed-off-by: John Keeping <john@keeping.me.uk>
ui-plain.c