#1029518 git: "git bundle create" results in segfault

Package:
git
Source:
git
Description:
fast, scalable, distributed revision control system
Submitter:
Ansgar
Date:
2023-01-23 17:18:04 UTC
Severity:
normal
Tags:
#1029518#5
Date:
2023-01-23 17:15:22 UTC
From:
To:
Running "git bundle create" (without further arguments) results in a
segmentation fault:

+---
| $ $ git bundle create
| Segmentation fault (core dumped)
+---

It works fine if I add the other required arguments, but I expected an
error message telling me what the other arguments are and in which
order "git bundle create" expects them.

Ansgar