git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Emma Brooks <me@pluvano.com>
To: "Nixon, Francis A" <francis.nixon17@imperial.ac.uk>
Cc: git@vger.kernel.org
Subject: Re: Git Log ignores --oneline and --pretty=oneline in combination with -L.
Date: Tue, 28 Apr 2020 21:04:04 +0000	[thread overview]
Message-ID: <20200428210404.GA24743@pluvano.com> (raw)
In-Reply-To: <DB8PR06MB6218D1398300AFD016D0B804D5AC0@DB8PR06MB6218.eurprd06.prod.outlook.com>

On 2020-04-28 14:28:15+0000, Nixon, Francis A wrote:
>  Running `git log --pretty=oneline -L:get_stack_map_frames:stackmapframes.rs`(filename/function names as an example only, consistent across many files.) results on in correct output but doesn't ouput in a oneline format(still includes the full diffs). 

-L implies --patch, which outputs a full diff. If you don't want that,
add --no-patch to the command.

  reply	other threads:[~2020-04-28 21:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-28 14:28 Git Log ignores --oneline and --pretty=oneline in combination with -L Nixon, Francis A
2020-04-28 21:04 ` Emma Brooks [this message]
2020-04-28 21:04 ` 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=20200428210404.GA24743@pluvano.com \
    --to=me@pluvano.com \
    --cc=francis.nixon17@imperial.ac.uk \
    --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).