On our server we have some ref spaces that shouldn't be displayed in the main log. The command line tool "git log" does not display these either. Add some additional smarts to ui-log so that it uses the enumeration types returned by the internals of git to determine whether or not to display a tag, as well as converting the logic in the log to use these enumerations rather than reinventing the wheel for these.
Tim Nordell (2): ui-log: Do not always emit decoration span ui-log: Simplify decoration code ui-log.c | 58 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) -- 2.4.9 _______________________________________________ CGit mailing list [email protected] http://lists.zx2c4.com/mailman/listinfo/cgit
