aboutsummaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorKirill Smelkov <kirr@mns.spb.ru>2010-05-20 13:50:41 +0400
committerPaul Mackerras <paulus@samba.org>2010-05-30 11:54:54 +1000
commit7defefb134270b6e8ab3e422b343b41a4a383f5d (patch)
treef6b3b947c2fc239d223ab713fd0633d45b840204 /po
parenta1d383c5ab90ec19c8a77158f65e5ea7d61fb42c (diff)
downloadgit-7defefb134270b6e8ab3e422b343b41a4a383f5d.tar.gz
git-7defefb134270b6e8ab3e422b343b41a4a383f5d.tar.xz
gitk: Show notes by default (like git log does)
Starting from ~ git-1.6.6, log, show & whatchanged show notes by default. On the other hand, gitk does not show notes by default, because under the hood it calls 'git log --pretty=raw ...' to get the log, and in 'git log' notes are turned off when user specifies format or pretty settings. Yes, it is possible to invoke 'gitk --show-notes' explicitly, but since from user's perspective, gitk is gui enabled git log, it would be logical for gitk to show notes by default too for consistency. In git, --show-notes was introduced in 66b2ed (Fix "log" family not to be too agressive about showing notes) which predates 1.6.6.2. Notes can still be supressed with 'gitk --no-notes'. Cc: Michael J Gruber <git@drmicha.warpmail.net> Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'po')
0 files changed, 0 insertions, 0 deletions