]> Frank Brehm's Git Trees - config/vera/etc.git/commitdiff
committing changes in /etc after apt run
authorFrank Brehm <frank@brehm-online.com>
Sat, 17 Nov 2018 20:06:54 +0000 (21:06 +0100)
committerFrank Brehm <frank@brehm-online.com>
Sat, 17 Nov 2018 20:06:54 +0000 (21:06 +0100)
Package changes:
-apt 1.7.0 amd64
+apt 1.8.0~alpha2 amd64
-apt-utils 1.7.0 amd64
+apt-utils 1.8.0~alpha2 amd64
-bash-completion 1:2.8-2 all
+bash-completion 1:2.8-3 all
-geoip-database 20180315-1 all
-gettext 0.19.8.1-8 amd64
-gettext-base 0.19.8.1-8 amd64
+geoip-database 20181108-1 all
+gettext 0.19.8.1-9 amd64
+gettext-base 0.19.8.1-9 amd64
-iw 4.14-0.1 amd64
+iw 4.14-1 amd64
-libapt-inst2.0 1.7.0 amd64
-libapt-pkg5.0 1.7.0 amd64
+libapt-inst2.0 1.8.0~alpha2 amd64
+libapt-pkg5.0 1.8.0~alpha2 amd64
-libharfbuzz0b 1.9.0-1 amd64
+libharfbuzz0b 2.1.1-1+b1 amd64
-libicu-le-hb0 1.0.3+git161113-5 amd64
+libicu-le-hb0 1.0.3+git180724-3 amd64
+libicu63 63.1-4 amd64
-libsqlite3-0 3.25.2-1 amd64
+libsqlite3-0 3.25.3-1 amd64
-libxml2 2.9.4+dfsg1-7+b1 amd64
+libxml2 2.9.4+dfsg1-7+b2 amd64
-task-german 3.47 all
-task-ssh-server 3.47 all
-tasksel 3.47 all
-tasksel-data 3.47 all
+task-german 3.48 all
+task-ssh-server 3.48 all
+tasksel 3.48 all
+tasksel-data 3.48 all
-tig 2.3.0-1+b1 amd64
+tig 2.4.1-1 amd64

apt/apt.conf.d/01autoremove
tigrc

index 6c6767bb910130c9198c21e779549fc64d2a2458..f7775b183183ea5cc07e24d4ed7210241e3ada65 100644 (file)
@@ -4,6 +4,8 @@ APT
   {
        "^firmware-linux.*";
        "^linux-firmware$";
+       "^linux-image-[a-z0-9]*$";
+       "^linux-image-[a-z0-9]*-[a-z0-9]*$";
   };
 
   VersionedKernelPackages
diff --git a/tigrc b/tigrc
index 6de20ee5d4e3f3615c51253ea5e115e331702a3c..1bb79e4728f63e0cf6958b5598ca16f29a56855d 100644 (file)
--- a/tigrc
+++ b/tigrc
@@ -14,6 +14,9 @@
 #   author
 #    - display (enum) [no|full|abbreviated|email|email-user]
 #                                      : Show author information?
+#    - width (int)                     : Fixed width when nonzero
+#    - maxwidth (int)                  : Autosize limit
+#
 #   commit-title
 #    - display (bool)                  : Show the commit title?
 #    - graph (enum) [no|v2|v1]         : Show the commit graph? (main view only)
 #                                      : Show dates?
 #    - local (bool)                    : Show local dates?
 #    - format (string)                 : Custom strftime(3) format
+#                                        Note: %Z is formatted as %z
+#    - width (int)                     : Fixed width when nonzero
 #
 #   file-name
 #    - display (enum) [no|always|auto] : Show file names?
+#    - width (int)                     : Fixed width when nonzero
+#    - maxwidth (int)                  : Autosize limit
 #
 #   file-size
-#    - display (enum) [no|default|units]       : Show file sizes?
+#    - display (enum) [no|default|units]
+#                                      : Show file sizes?
+#    - width (int)                     : Fixed width when nonzero
 #
 #   id
 #    - display (bool)                  : Show commit/tree ID?
+#    - width (int)                     : Fixed width when nonzero
 #
 #   line-number
 #    - display (bool)                  : Show line numbers?
 #    - interval (int)                  : Interval between line numbers; defaults to 5
+#    - width (int)                     : Fixed width when nonzero
 #
 #   mode
 #    - display (bool)                  : Show file modes?
+#    - width (int)                     : Fixed width when nonzero
+#
+#   ref
+#    - display (bool)                  : Show ref names?
+#    - width (int)                     : Fixed width when nonzero
+#    - maxwidth (int)                  : Autosize limit
 #
 #   status
 #    - display (enum) [no|short|long]  : Show status label?
 #    - display (bool)                  : Show text?
 #    - commit-title-overflow (boolint) : Highlight overflow in log and diff view?
 #
-# All columns also support a width option to configure the max width of
-# the column. Use zero (the default value) to auto-size the column based
-# on the content.
 
-set blame-view = date:default author:full file-name:auto id:yes,color line-number:no,interval=5 text
+set blame-view = id:yes,color file-name:auto author:full date:default line-number:yes,interval=1 text
 set grep-view  = file-name:no line-number:yes,interval=1 text
 set main-view  = line-number:no,interval=5 id:no date:default author:full commit-title:yes,graph,refs,overflow=no
 set refs-view  = line-number:no id:no date:default author:full ref commit-title
@@ -111,6 +125,7 @@ set ignore-case                     = no            # Enum: no, yes, smart-case
                                                # Ignore case when searching? Smart-case option will
 set wrap-search                        = yes           # Wrap around to top/bottom of view when searching
 set focus-child                        = yes           # Move focus to child view when opened?
+set send-child-enter           = yes           # Propagate "enter" keypresses to child views?
 set horizontal-scroll          = 50%           # Number of columns to scroll as % of width
 set split-view-height          = 67%           # Height of the bottom view for horizontal splits
 set vertical-split             = auto          # Enum: horizontal, vertical, auto; Use auto to
@@ -136,6 +151,7 @@ set mouse-wheel-cursor              = no            # Prefer moving the cursor to scrolling the view?
 #   @  Run the command in the background with no output.
 #   ?  Prompt the user before executing the command.
 #   <  Exit Tig after executing the command.
+#   >  Re-open Tig instantly in the last displayed view after executing the command.
 #
 # User-defined commands can optionally refer to Tig's internal state
 # using the following variable names, which are substituted before