git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BUG] git branch --merged $unknown_checksum segfaults
@ 2012-02-27 12:26 Bernhard Reutner-Fischer
  2012-02-27 15:11 ` [PATCH] branch: don't assume the merge filter ref exists Carlos Martín Nieto
  0 siblings, 1 reply; 8+ messages in thread
From: Bernhard Reutner-Fischer @ 2012-02-27 12:26 UTC (permalink / raw)
  To: git

Hi,

I hope this minor buglet is not known already..
I did not look further.

Seen with
$ dpkg-query -W git
git	1:1.7.2.5-3
and
git	1:1.7.9-1
cheers,

git init
git branch --merged 0000000000000000000000000000000000000000
Segmentation fault
touch f
git commit -m one f
[master (root-commit) f11ad60] one
 0 files changed, 0 insertions(+), 0 deletions(-)
  create mode 100644 f
git branch --merged $((echo "obase=16;ibase=16;$(git log -n1 --format='%H'| tr '[[:lower:]]' '[[:upper:]]')+1") | bc)
Segmentation fault

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

end of thread, other threads:[~2012-02-28 17:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-27 12:26 [BUG] git branch --merged $unknown_checksum segfaults Bernhard Reutner-Fischer
2012-02-27 15:11 ` [PATCH] branch: don't assume the merge filter ref exists Carlos Martín Nieto
2012-02-27 18:05   ` Junio C Hamano
2012-02-27 19:30   ` Jeff King
2012-02-27 19:33     ` Junio C Hamano
2012-02-27 19:43       ` Jeff King
2012-02-28 15:14         ` Carlos Martín Nieto
2012-02-28 17:32           ` 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).