From: Maaartin-1 <grajcar1@seznam.cz>
To: git@vger.kernel.org
Subject: git-log combining different detail levels
Date: Wed, 22 Aug 2012 21:25:06 +0200 [thread overview]
Message-ID: <50353212.7060109@seznam.cz> (raw)
Quite often I need to see some changes in more detail and others only briefly, so I get some idea about the context. For example I'd like something like merging the outputs of
git log -p -S Bandersnatch
and
git log --name-status --oneline
together, so I know better what happened.
A simpler (and maybe more important) example is merging
git log -p some/dir
and
git log --name-status
so I could see all the changes, and the chosen ones with all details.
Is this somehow possible?
Regards, Maaartin.
next reply other threads:[~2012-08-22 19:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-22 19:25 Maaartin-1 [this message]
2012-08-22 20:04 ` git-log combining different detail levels Jeff King
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=50353212.7060109@seznam.cz \
--to=grajcar1@seznam.cz \
--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).