bundle: document handling of "-" as stdin
commitef3b291a5f19d7e3b7f4cc4524003e50d40614f7
authorJeff King <peff@peff.net>
Sat, 4 Mar 2023 10:26:40 +0000 (4 05:26 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Mar 2023 21:12:56 +0000 (6 13:12 -0800)
treefbcce2f33f6e7f875ae18abfeff398a3fe4af7eb
parentbf8b1e04ffa3bb6c64bb8ae50ec825b128ef957d
bundle: document handling of "-" as stdin

We have always allowed "bundle create -" to write to stdout, but it was
never documented. And a recent patch let reading operations like "bundle
list-heads -" read from stdin.

Let's document all of these cases.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-bundle.txt