Re: [ANNOUNCE] tig-0.10
From: Jonas Fonseca <hidden>
Date: 2016-06-15 22:44:23
Jakub Narebski [off-list ref] wrote Mon, Mar 17, 2008:
Jonas Fonseca [off-list ref] writes:quoted
A new version of tig is available! It brings many documentation improvements, bug fixes, and some much needed updates to work better with git (e.g. by using --no-color and avoiding to use git-diff).It seems like 'g', toggle revision graph visualization, doesn't work. Checked with $ tig log --pretty=oneline --abbrev=8 --abbrev-commit
Well, the revgraph visualization only works for the main view, not the log view (which has been sort of deprecated).
quoted
On startup, tig will now attempt to first read a system-wide configuration file before loading the user specific configuration file. Cherry picking from inside tig has been generalized, making it possible to wire external commands, which can access information about the current commit, to a keybinding.By thw ay, in tig(1), in the "FILES" section, there is /home/fonseca/etc/tigrc System wide configuration file. Is it a bug in code, or just in documentation.
Oops, embarrasing. I will look into fixing it so that documentation installed from the tarball will insert the local sysconfdir path. -- Jonas Fonseca