Bug#554682: git bundle create --stdin segfaults

2009-11-30 Thread Jonathan Nieder
found 554682 git-core/1:1.6.5.3-1 tags 554682 + upstream thanks Joey Hess wrote: > I do not see this crash with a git-bundle built from current git head. > > j...@gnu:~/tmp>mkdir new > j...@gnu:~/tmp>cd new > j...@gnu:~/tmp/new>git init > > Initialized empty Git repository in /home/joey/tmp/new

Bug#554682: git bundle create --stdin segfaults

2009-11-05 Thread Joey Hess
Package: git-core Version: 1:1.6.4.3-1 Severity: normal I do not see this crash with a git-bundle built from current git head. j...@gnu:~/tmp>mkdir new j...@gnu:~/tmp>cd new j...@gnu:~/tmp/new>git init Initialized empty Git repository in /home/joey/tmp/new/.git/ j...@gnu:~/tmp/new>touch file j..