From: layer <layer@known.net>
To: git@vger.kernel.org
Subject: I want to omit the commit log message from the log output
Date: Wed, 27 Oct 2010 11:58:02 -0700 [thread overview]
Message-ID: <18995.1288205882@relay.known.net> (raw)
I'm trying to simulate the output that comes at the end of the merge:
$ git merge origin/master
Updating f682676..b37ad77
Fast-forward
MODULES | 3 +-
Makefile.patch82 | 2 +-
bin/subs.sh | 43 +++-
...
status.sh | 14 +-
whatsnew.sh | 15 +
12 files changed, 636 insertions(+), 26 deletions(-)
create mode 100755 bin/git-what-branch
create mode 100644 bin/git-what-branch.readme
create mode 100755 whatsnew.sh
$
That is, I want to run a command that will show me the above output
without doing the merge. This is close, but not quite:
$ git log --summary --stat origin/master ^HEAD
Are there arguments to git log that can do what I want?
Thanks.
next reply other threads:[~2010-10-27 19:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-27 18:58 layer [this message]
2010-10-27 19:36 ` I want to omit the commit log message from the log output Jonathan Nieder
2010-10-27 20:26 ` layer
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=18995.1288205882@relay.known.net \
--to=layer@known.net \
--cc=git@vger.kernel.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).