mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [RFC PATCH] git-ptx-patches: git 2.17.0 compatible stat width
@ 2018-04-26  7:55 Denis OSTERLAND
  0 siblings, 0 replies; only message in thread
From: Denis OSTERLAND @ 2018-04-26  7:55 UTC (permalink / raw)
  To: ptxdist

With git 2.17.0 the stat with of old patches gets changes using git ptx-patches.
This generates changes like:
- drivers/tty/serial/imx.c | 46 +++++++++++++++++++++++++++++++++-------------
+ drivers/tty/serial/imx.c | 46 ++++++++++++++++++++++++++++------------

Signed-off-by: Denis Osterland <Denis.Osterland@diehl.com>
---
 scripts/git-ptx-patches | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/git-ptx-patches b/scripts/git-ptx-patches
index 66cefb62c..721aa78ba 100755
--- a/scripts/git-ptx-patches
+++ b/scripts/git-ptx-patches
@@ -126,6 +126,8 @@ if man git-format-patch | grep -e --notes > /dev/null; then
 	GIT_EXTRA_ARGS="$GIT_EXTRA_ARGS --notes"
 fi
 
+GIT_EXTRA_ARGS="$GIT_EXTRA_ARGS --summary --stat=80"
+
 cat .ptxdist/series.0 > .ptxdist/series
 git format-patch -N $GIT_EXTRA_ARGS ${tagopt} -o .ptxdist/patches/ ${range} | sed -e 's,^.ptxdist/patches/,,' > .ptxdist/series.auto
 cat .ptxdist/series.auto >> .ptxdist/series
-- 
2.17.0


Diehl AKO Stiftung & Co. KG, Pfannerstraße 75-83, 88239 Wangen im Allgäu
Bereichsvorstand: Dr.-Ing. Michael Siedentop (Sprecher), Josef Fellner (Mitglied)
Sitz der Gesellschaft: Wangen i.A. – Registergericht: Amtsgericht Ulm HRA 620609 – Persönlich haftende Gesellschafterin: Diehl Verwaltungs-Stiftung – Sitz: Nürnberg – Registergericht: Amtsgericht Nürnberg HRA 11756 –
Vorstand: Dr.-Ing. E.h. Thomas Diehl (†) (Vorsitzender), Herr Dipl.-Wirtsch.-Ing. Wolfgang Weggen (stellvertretender Vorsitzender), Dipl.-Kfm. Claus Günther, Dipl.-Kfm. Frank Gutzeit, Dr.-Ing. Heinrich Schunk, Dr.-Ing. Michael Siedentop , Dipl.-Kfm. Dr.-Ing. Martin Sommer, Dipl.-Ing. (FH) Rainer von Borstel, Vorsitzender des Aufsichtsrates: Dr. Klaus Maier
___________________________________________________________________________________________________
Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen.
Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise erhalten haben. Bitte loeschen Sie in diesem Fall die Nachricht. Jede unerlaubte Form der Reproduktion, Bekanntgabe, Aenderung, Verteilung und/oder Publikation dieser E-Mail ist strengstens untersagt.
The contents of the above mentioned e-mail is not legally binding. This e-mail contains confidential and/or legally protected information. Please inform us if you have received this e-mail by mistake and delete it in such a case. Each unauthorized reproduction, disclosure, alteration, distribution and/or publication of this e-mail is strictly prohibited.

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-04-26  7:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-26  7:55 [ptxdist] [RFC PATCH] git-ptx-patches: git 2.17.0 compatible stat width Denis OSTERLAND

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox