mirror of
https://github.com/git/git.git
synced 2024-10-30 22:07:53 +01:00
81567caf87
Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
10 lines
394 B
Text
10 lines
394 B
Text
--
|
|
* `0` or `false` - Disables the target.
|
|
* `1` or `true` - Writes to `STDERR`.
|
|
* `[2-9]` - Writes to the already opened file descriptor.
|
|
* `<absolute-pathname>` - Writes to the file in append mode.
|
|
* `af_unix:[<socket_type>:]<absolute-pathname>` - Write to a
|
|
Unix DomainSocket (on platforms that support them). Socket
|
|
type can be either `stream` or `dgram`; if omitted Git will
|
|
try both.
|
|
--
|