From: Jonas Fonseca <fonseca@diku.dk>
To: pasky@ucw.cz
Cc: git@vger.kernel.org
Subject: [PATCH] cg-mkpatch: Show diffstat before the patch
Date: Wed, 27 Apr 2005 00:58:55 +0200 [thread overview]
Message-ID: <20050426225855.GA28560@diku.dk> (raw)
Show diffstat before the patch.
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
---
commit a738ed98e4557877f8bcd3b992aa55579b22b9d1
tree 2447d3a399200c8f736344822969f88f675612dd
parent ed095b1a965517f1674b812a9978c60eb907e192
author Jonas Fonseca <fonseca@diku.dk> 1114554627 +0200
committer Jonas Fonseca <fonseca@diku.dk> 1114554627 +0200
cg-mkpatch | 5 ++++-
1 files changed, 4 insertions(+), 1 deletion(-)
Index: cg-mkpatch
===================================================================
--- 6159f313b10f0cfcdfedd63d6fb044029fe46aaa/cg-mkpatch (mode:100755 sha1:5ba423cbbb3e5f72cd7fb74f2873d49b60557f12)
+++ 2447d3a399200c8f736344822969f88f675612dd/cg-mkpatch (mode:100755 sha1:25c67a29296730daeac00e43fd4c18cf914a1c87)
@@ -23,7 +23,10 @@
echo $line >>$header
done
echo
- cg-diff -p -r $id
+ cg-diff -p -r $id > $header
+ cat $header | diffstat
+ echo
+ cat $header
rm $header
}
--
Jonas Fonseca
next reply other threads:[~2005-04-26 22:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-26 22:58 Jonas Fonseca [this message]
2005-04-27 23:55 ` [PATCH] cg-mkpatch: Show diffstat before the patch Petr Baudis
2005-04-28 0:07 ` YOSHIFUJI Hideaki / 吉藤英明
2005-04-28 0:16 ` Petr Baudis
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=20050426225855.GA28560@diku.dk \
--to=fonseca@diku.dk \
--cc=git@vger.kernel.org \
--cc=pasky@ucw.cz \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.