From: Max Kirillov Date: Tue, 24 Jun 2014 05:19:44 +0000 (+0300) Subject: gitk: Add visiblerefs option, which lists always-shown branches X-Git-Tag: v2.1.0-rc0~73^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/bde4a0f9f3035d482a80c32b4a485333b9ed4875?hp=bde4a0f9f3035d482a80c32b4a485333b9ed4875 gitk: Add visiblerefs option, which lists always-shown branches When many branches contain a commit, the branches used to be shown in the form "A, B and many more", where A, B can be master of current HEAD. But there are more which might be interesting to always know about. For example, "origin/master". The new option, visiblerefs, is stored in ~/.gitk. It contains a list of references which are always shown before "and many more" if they contain the commit. By default it is `{"master"}', which is compatible with previous behavior. Signed-off-by: Max Kirillov Signed-off-by: Paul Mackerras ---