Hello, tig version 0.6 is now available. The release mainly consists of various accumulated bug fixes and a merge of the still experimental rev-graph branch. The latter means that revision graphs "visualization" is now disabled by default. Add set show-rev-graph = yes to your ~/.tigrc to enable it always. A special thanks goes out to Miciah for reporting many of the bugs that has been fixed. Also thanks to those who have sent patches. Grab the tarball at http://jonas.nitro.dk/tig/releases/ or pull it from git://repo.or.cz/tig.git Following is a slightly trimmed shortlog: Alexey Tourbin (1): Increase commit.title size from 75 to 128 Horst H. von Brand (1): Fix parameter warning for iconv(3) Jonas Fonseca (35 was 44): Refactor stuff into draw_rev_graph Remove fprintf stuff Refactor graph drawing Now it actually starts looking like something Add graph_parent_is_merge Simplify the update_rev_graph end-game Move stuff to reset_rev_graph and rename it to done_rev_graph Move rev graph code to own section Use 'graph' instead of 'stack' in the rev graph code Improve comments draw_rev_graph: refactor stuff to get_rev_graph_symbol More graph_parent_is_merge usage Refactor (separator, line) chtype management to use 'fillers' Always draw the space between end of rev graph and start of commit title append_to_rev_graph: use local variable Allow view readers to 'finalize' by calling with NULL line before closing update_rev_graph: move code to prepare_rev_graph Make the rev graph visualization have a one rev look-ahead push_rev_graph: iterate all graph revs when looking for duplicates add_keybinding: always allocate the new keybinding Hardwire ERR to mean REQ_NONE in the main loop main_read: handle titles that start with whitespace Cast second arg to iconv to remove warning Never split the tree view when opening another tree view Fix commit author line parsing for when the name is empty Discard error messages from git-describe Fix SITES URLs; promote git://repo.or.cz/tig.git mirror more Add note about using autoconf to detect iconv(3) presence in libc Drop --stat usage from the main command assembled during option parsing Make tig handle GIT_DIR better TODO: use autoconf to detect newer git and git-config availability Improve handling of remotes Disable show-rev-graph by default Oops, remove -liconv from LDFLAGS Bump the version number to 0.6 -- Jonas Fonseca - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html