commit | 8307069d48a9e80031d6befec52ef93b37bbce6b | [log] [tgz] |
---|---|---|
author | Andy Green <andy@warmcat.com> | Mon Jun 18 14:25:11 2018 +0800 |
committer | Andy Green <andy@warmcat.com> | Fri Jun 29 07:53:21 2018 +0800 |
tree | 5bc0aa4fedab30f6253112b8bd52bd7cca0963b8 | |
parent | 7d7ec486371658539009b8d348c517ccc90fb43c [diff] |
ui-tree: render any matching README file in tree view While listing the items in tree view, if we spot a filename matching any inline-readme entries from the config file, we stash the first one into walk_tree_context. After the tree view has been shown, if there is a stashed inline-readme we render it inline. Signed-off-by: Andy Green <andy@warmcat.com> Reviewed-by: John Keeping <john@keeping.me.uk>