git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git log: why are --full-diff and --pickaxe-all separate options?
@ 2010-03-24 15:52 Jay Soffian
  2010-03-24 16:20 ` Jeff King
  2010-03-24 17:19 ` Junio C Hamano
  0 siblings, 2 replies; 3+ messages in thread
From: Jay Soffian @ 2010-03-24 15:52 UTC (permalink / raw)
  To: git

I just did this:

$ git log -p -- /some/path

And didn't get the full commit. I know about the --pickaxe-all option,
so I optimistically tried:

$ git log -p --pickaxe-all -- /some/path

Which of course, does not do what I want. Eventually I found in the
man page that I can do this:

$ git log -p --full-diff -- /some/path

But now I wonder why these are separate options. Is there any reason
they shouldn't be unified?

Regardless, perhaps --pickaxe-all without -S and --full-diff without
-p should be errors?

j.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-03-24 17:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-24 15:52 git log: why are --full-diff and --pickaxe-all separate options? Jay Soffian
2010-03-24 16:20 ` Jeff King
2010-03-24 17:19 ` Junio C Hamano

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).