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