chiark / gitweb /
gitk stuff
[dgit-junk.git] / 0000-gitk-cover-letter.txt
1 From 4137ab3807278b2576d9d682eb7896d17257cc89 Mon Sep 17 00:00:00 2001
2 From: Ian Jackson <ijackson@chiark.greenend.org.uk>
3 Date: Tue, 8 Nov 2016 00:40:41 +0000
4 Subject: [PATCH 0/6] Provide for config to specify tags not to abbreviate
5
6 Hi.
7
8 Please find in the following mails patches which provide a way to make
9 gitk display certain tags in full, even if they would normally be
10 abbreviated.
11
12 There are four patches to gitk, three to prepare the ground, and one
13 to introduce the new feature.
14
15 There is one patch for git, to just document the new config variable.
16
17 I hope this is the right way to submit this series.
18
19
20 As I say in the patch "gitk: Provide for config to specify tags not to
21 abbreviate":
22
23 The config setting is in git config logs.* rather than gitk's
24 own configuration, because:
25
26  - Tools which manage git trees may want to set this, depending
27    on their knowledge of the nature of the tags likely to be
28    present;
29
30  - Whether this property ought to be set is mostly a property of the
31    contents of the tag namespaces in the tree, not a user preference.
32    (Although of course user preferences are supported.)
33
34  - Other git utilities (or out of tree utilities) may want to
35    reference this setting for their own display purposes.
36
37 There will be another, separate, patch to the `git' tree to document
38 this config option.
39
40 Background motivation:
41
42 Debian's dgit archive gateway tool generates and uses tags called
43 archive/debian/VERSION.  If such a tag refers to a Debian source tree,
44 it is probably very interesting because it refers to a version
45 actually uploaded to Debian by the Debian package maintainer.
46
47 We would therefore like a way to specify that such tags should be
48 displayed in full.  dgit will be able to set an appropriate config
49 setting in the trees it deals with.
50
51
52
53 Ian Jackson (4):
54   gitk: Internal: drawtags: Abolish "singletag" variable
55   gitk: Internal: drawtags: Idempotently reset "ntags"
56   gitk: drawtags: Introduce concept of unabbreviated marks
57   gitk: Provide for config to specify tags not to abbreviate
58
59  gitk | 34 ++++++++++++++++++++++++++++++----
60  1 file changed, 30 insertions(+), 4 deletions(-)
61
62
63 Ian Jackson (1):
64   config docs: Provide for config to specify tags not to abbreviate
65
66  Documentation/config.txt | 8 ++++++++
67  1 file changed, 8 insertions(+)
68
69
70 -- 
71 2.10.1
72