git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BUG] --pretty=format does not work ok with rev-list
@ 2008-04-12 20:40 k0001
  2008-04-25  9:14 ` Jörg Sommer
  0 siblings, 1 reply; 3+ messages in thread
From: k0001 @ 2008-04-12 20:40 UTC (permalink / raw)
  To: git

Hello list, my name is Renzo Carbonara and I'm new here in the git
neighborhood.


Now back to business, when using --pretty=format:some_format with git
rev-list, an additional non-requested line is printed before every
commit ("commit <sha1_id>"). Example:

git rev-list output (BAD):

k@k0001 ~/linux-2.6 $ git rev-list -2 --pretty=format:"%H: %cn" master
commit f4be31ec9690cfe6e94fcbed6ae60a6a38b3c3ed
f4be31ec9690cfe6e94fcbed6ae60a6a38b3c3ed: Linus Torvalds
commit 44cad261025c04327fd7e847a7088fd3031b0c3e
44cad261025c04327fd7e847a7088fd3031b0c3e: Linus Torvalds


git log output (GOOD):

k@k0001 ~/linux-2.6 $ git log -2 --pretty=format:"%H: %cn" master
f4be31ec9690cfe6e94fcbed6ae60a6a38b3c3ed: Linus Torvalds
44cad261025c04327fd7e847a7088fd3031b0c3e: Linus Torvalds



this was tested with versions:
 - 1.5.3.7
 - 4cdda2b895dfb6ba084e3952cbf4274a6a2e0338


Cheers,

Renzo Carbonara

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

* Re: [BUG] --pretty=format does not work ok with rev-list
  2008-04-12 20:40 [BUG] --pretty=format does not work ok with rev-list k0001
@ 2008-04-25  9:14 ` Jörg Sommer
  2008-04-25 18:24   ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Jörg Sommer @ 2008-04-25  9:14 UTC (permalink / raw)
  To: git

Hi,

k0001 <gnuk0001@gmail.com> wrote:
> Now back to business, when using --pretty=format:some_format with git
> rev-list, an additional non-requested line is printed before every
> commit ("commit <sha1_id>"). Example:
>
> git rev-list output (BAD):
>
> k@k0001 ~/linux-2.6 $ git rev-list -2 --pretty=format:"%H: %cn" master
> commit f4be31ec9690cfe6e94fcbed6ae60a6a38b3c3ed
> f4be31ec9690cfe6e94fcbed6ae60a6a38b3c3ed: Linus Torvalds
> commit 44cad261025c04327fd7e847a7088fd3031b0c3e
> 44cad261025c04327fd7e847a7088fd3031b0c3e: Linus Torvalds

Is this a bug? I've the same “problem” in my rebase with merge patch
series and added a “|grep -v ^commit”. But if this is a bug, I can remove
it.

Schöne Grüße, Jörg.
-- 
Viele Leute glauben, dass sie denken, wenn sie lediglich
ihre Vorurteile neu ordnen.

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

* Re: [BUG] --pretty=format does not work ok with rev-list
  2008-04-25  9:14 ` Jörg Sommer
@ 2008-04-25 18:24   ` Junio C Hamano
  0 siblings, 0 replies; 3+ messages in thread
From: Junio C Hamano @ 2008-04-25 18:24 UTC (permalink / raw)
  To: Jörg Sommer; +Cc: git

Jörg Sommer <joerg@alea.gnuu.de> writes:

>> k@k0001 ~/linux-2.6 $ git rev-list -2 --pretty=format:"%H: %cn" master
>> commit f4be31ec9690cfe6e94fcbed6ae60a6a38b3c3ed
>> f4be31ec9690cfe6e94fcbed6ae60a6a38b3c3ed: Linus Torvalds
>> commit 44cad261025c04327fd7e847a7088fd3031b0c3e
>> 44cad261025c04327fd7e847a7088fd3031b0c3e: Linus Torvalds
>
> Is this a bug? I've the same “problem” in my rebase with merge patch
> series and added a “|grep -v ^commit”. But if this is a bug, I can remove
> it.

I personally do not think the above is a particularly desirable output,
but that's how rev-list worked for a long time and existing scripts
probably expect it that way.

rev-list is for script consumption, and giving --pretty=format that has %H
in it would be asking for redundant information.

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

end of thread, other threads:[~2008-04-25 18:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-12 20:40 [BUG] --pretty=format does not work ok with rev-list k0001
2008-04-25  9:14 ` Jörg Sommer
2008-04-25 18:24   ` 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).