linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Matthias Andree <matthias.andree@gmx.de>
To: torvalds@osdl.org
Cc: linux-kernel@vger.kernel.org, matthias.andree@gmx.de, samel@mail.cz
Subject: BK-kernel-tools/shortlog update
Date: Fri, 21 Jan 2005 15:30:12 +0100 (CET)	[thread overview]
Message-ID: <20050121143012.96BA678179@merlin.emma.line.org> (raw)

Hello Linus,

you can either use "bk receive" to patch with this mail,
or you can
Pull from: bk://krusty.dt.e-technik.uni-dortmund.de/BK-kernel-tools
or in cases of dire need, you can apply the patch below.

BK: Parent repository is http://bktools.bkbits.net/bktools

Patch description:
ChangeSet@1.265, 2005-01-21 15:29:37+01:00, matthias.andree@gmx.de
  Make "Info: these address mappings could be added after clean-up:" messages
  non-default. Add a new --warnverbose option to select these messages.
  Suggested by Vitezslav Samel.

Matthias

------------------------------------------------------------------------

##### DIFFSTAT #####
 shortlog |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

##### GNUPATCH #####
--- 1.233/shortlog	2005-01-20 14:11:22 +01:00
+++ 1.234/shortlog	2005-01-21 15:29:37 +01:00
@@ -3375,7 +3375,7 @@
 my @opts = ("help|?|h", "man", "mode=s", "compress!", "count!", "width:i",
 	    "swap!", "merge!", "warn!", "multi!", "abbreviate-names!",
 	    "by-surname!", "selftest", "ignoremerge!", "omitaddresses!",
-	    "obfuscate!");
+	    "obfuscate!", "warnverbose!");
 #	    "bitkeeper|bk!");
 
 # How do we parse them?
@@ -3533,7 +3533,7 @@
       }
     }
   }
-  if (scalar keys %address_found_in_from) {
+  if ($opt{warnverbose} and scalar keys %address_found_in_from) {
     print STDERR "Info: these address mappings could be added after clean-up:\n";
     foreach (sort caseicmp keys %address_found_in_from) {
       print STDERR $address_found_in_from{$_}, "\n" or write_error();
@@ -3570,6 +3570,10 @@
                      and suppress the prolog
      --[no]multi     states that multiple changelogs are in one file
      --[no]warn      warn about unknown addresses. Default: set!
+     --[no]warnverbose
+                     suggest more addresses to be added from
+                     Signed-off-by and From lines. Default: unset.
+                     Use with caution!
      --[no]abbreviate-names
                      abbreviate all but the last name
      --[no]by-surname



##### BKPATCH #####

## Wrapped with gzip_b64 ##
H4sIAPQR8UECA+1Va0/bMBT9XP+KS9mkIZY0dprn1IlH90BsGqJiX6YJuclNGzWxq9ihMLr/
PofQFhCTxsbHOZESO9fn3nvOUbwNR8O4o2V1wYtU7c1RTOpc2LriQpWouZ3Icnk45WKCI9RL
5jjMXJS5ju9FSxb5nrdEhp6X9CkfB2GACSPbcKawijsl13qac2VzkVaIZv2jVDruTMpLO22m
p1KaaU/VCnszrAQWvYNjc1vtxNJSFoqYwBOukylcYKXiDrXd9Yq+mmPcOX334ezT/ikhgwGs
a4XBgDxzXw/62Wv7uA/jGRCHupQytvQ9GjEyBGoz3wPH6zm0xyhQL2ZR7Aa7Do0dBx5HhV0K
lkMO4Jl7OCQJfOYzhO6RyGQMeooKgacmtVKmlvk8FxMFiayLFMY3XzAFnmmsICmQC6uex10o
TTSfoDJoQgorxYzXhbZhPzXBIHABlrXglTCSjaVJIOc6l8I0AwoLTPRt3hWMbXBG9cS8aZNt
fAVfc40/VMEvYMRLLGxyDL7HHJecbBQm1hMHIQ53yNsNpVNZ4gM+1VRWupCTlk6Phk7QD2i4
dGkQecsMI54lgRNxB1M+Tn8j3j2UxhGU9lnkBkuPBsy78ekq4p5N/7ke8of1rBzq9sPQbR3q
9p/sUB8s9t+hG4e26n4Bq1pcNrd1aey6ov4v3Dp03SAESo5unx0woyvHWa0SrnGr+xq6d1rY
6u68MXs817/Z0z4B8gxevTDdXd8J/QlGSjAoBa9ghlcKXt4SfJ7JWqTnuTjPKlnuwHWDFDDo
kya54eybkN/vILXLD4dqmYJSVmvpUDXkrgVr4B/fPMonAlNLZplleG4KfW9iociFkQGGrZAx
1EKhth+HMOcPLHI9hYTXjaxbm0MkmWIyU3U58EOaYmh+CL8AI2D67wQHAAA=


             reply	other threads:[~2005-01-21 14:31 UTC|newest]

Thread overview: 124+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-21 14:30 Matthias Andree [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-03-14  9:49 BK-kernel-tools/shortlog update Matthias Andree
2005-03-11 10:21 Matthias Andree
2005-03-09  9:39 Matthias Andree
2005-03-07 13:50 Matthias Andree
2005-03-03 12:19 Matthias Andree
2005-02-23 14:43 Matthias Andree
2005-02-09  9:23 Matthias Andree
2005-02-07 12:45 Matthias Andree
2005-02-04 11:35 Matthias Andree
2005-01-20  9:27 Matthias Andree
2005-01-20 12:51 ` Adrian Bunk
2005-01-20 13:13   ` Matthias Andree
2005-01-10 18:22 Matthias Andree
2005-01-08  1:38 Matthias Andree
2005-01-05 11:58 Matthias Andree
2005-01-05 12:07 ` Matthias Andree
2004-12-23 10:52 Matthias Andree
2004-12-20  9:53 Matthias Andree
2004-12-16 10:18 Matthias Andree
2004-11-12 10:10 Matthias Andree
2004-11-09  8:42 Matthias Andree
2004-11-09 10:06 ` Måns Rullgård
2004-10-21 22:38 Matthias Andree
2004-10-19  1:56 Matthias Andree
2004-10-19  1:43 Matthias Andree
2004-10-14  7:02 Matthias Andree
2004-10-06 10:48 Matthias Andree
2004-09-24 10:09 Matthias Andree
2004-08-25 16:10 Matthias Andree
2004-08-24 14:18 Matthias Andree
2004-08-23 10:43 Matthias Andree
2004-08-16 11:18 Matthias Andree
2004-08-10 12:24 Matthias Andree
2004-08-04  9:00 Matthias Andree
2004-07-16 13:51 Matthias Andree
2004-07-12  9:06 Matthias Andree
2004-07-12  9:21 ` Matthias Andree
2004-07-02 10:40 Matthias Andree
2004-06-07 11:36 Matthias Andree
2004-06-03  8:00 Matthias Andree
2004-05-14 20:08 Matthias Andree
2004-05-03  9:23 Matthias Andree
2004-04-26  8:40 Matthias Andree
2004-04-20 11:14 Matthias Andree
2004-04-15 16:10 Matthias Andree
2004-04-01 21:48 Matthias Andree
2004-03-30 14:05 Matthias Andree
2004-03-30  1:17 Matthias Andree
2004-03-23 11:51 Matthias Andree
2004-03-15 17:12 Matthias Andree
2004-03-09  0:16 Matthias Andree
2004-03-04 17:09 Matthias Andree
2004-03-04 17:09 Matthias Andree
2004-01-27 14:46 Matthias Andree
2004-01-19 17:01 Matthias Andree
2004-01-16 14:41 Matthias Andree
2004-01-07 11:29 Matthias Andree
2003-12-30  2:16 Matthias Andree
2003-12-30  2:16 Matthias Andree
2003-12-22  1:18 Matthias Andree
2003-12-21  3:19 Matthias Andree
2003-12-20 23:36 Matthias Andree
2003-12-20 23:36 Matthias Andree
2003-12-20 23:36 Matthias Andree
2003-12-20 23:39 ` Matthias Andree
2003-12-06 16:41 Matthias Andree
2003-11-27 11:03 Matthias Andree
2003-11-25  3:21 Matthias Andree
2003-11-22 15:05 Matthias Andree
2003-11-19 16:11 Matthias Andree
2003-10-27 12:09 Matthias Andree
2003-10-16 14:26 Matthias Andree
2003-10-08 21:59 Matthias Andree
2003-09-22 14:54 Matthias Andree
2003-09-11  9:18 Matthias Andree
2003-09-04 20:57 Matthias Andree
2003-09-03 23:33 Matthias Andree
2003-09-04 16:05 ` Dave Jones
2003-09-04 16:09   ` Matthias Andree
2003-09-04 16:17     ` Dave Jones
2003-09-04 16:33     ` Linus Torvalds
2003-09-04 17:42       ` Matthias Andree
2003-09-04 19:49         ` Greg KH
2003-09-04 20:54           ` Matthias Andree
2003-09-04 20:32         ` Dave Dillow
2003-08-31 14:16 Matthias Andree
2003-08-29 13:00 Matthias Andree
2003-08-28 16:29 Matthias Andree
2003-08-24 11:02 Matthias Andree
2003-08-08 22:51 Matthias Andree
2003-07-30  8:38 Matthias Andree
2003-07-21  9:30 John Bradford
2003-07-21  9:17 Matthias Andree
2003-07-21  9:17 Matthias Andree
2003-07-15 13:20 Matthias Andree
2003-07-11 12:12 Matthias Andree
2003-07-06 21:44 Matthias Andree
2003-06-30  8:32 Matthias Andree
2003-06-24 11:00 Matthias Andree
2003-06-20 23:06 Matthias Andree
2003-06-17 14:57 Matthias Andree
2003-06-17 14:57 Matthias Andree
2003-06-17 14:54 Matthias Andree
2003-06-09 10:26 Matthias Andree
2003-06-09 10:24 Matthias Andree
2003-06-04 19:04 Matthias Andree
2003-05-29 11:26 Matthias Andree
2003-05-15 14:11 Matthias Andree
2003-04-28 23:08 Matthias Andree
2003-04-27 13:24 Matthias Andree
2003-04-13 10:50 Matthias Andree
2003-03-28 11:00 Matthias Andree
2003-03-26 21:21 Matthias Andree
2003-03-26 10:33 Matthias Andree
2003-03-26 10:30 Matthias Andree
2003-03-26 17:21 ` Linus Torvalds
2003-03-26 19:25   ` Olaf Dietsche
2003-03-26 20:10   ` Matthias Andree
2003-03-26 21:15     ` Jeff Garzik
2003-03-26 21:33       ` Jauder Ho
2003-03-27  0:46         ` jw schultz
2003-03-26 21:08   ` Matti Aarnio
2003-03-26 21:14   ` Matthias Andree

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050121143012.96BA678179@merlin.emma.line.org \
    --to=matthias.andree@gmx.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=samel@mail.cz \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).