2020-01-12 00:36:56 +01:00
|
|
|
--
|
|
|
|
* `0` or `false` - Disables the target.
|
|
|
|
* `1` or `true` - Writes to `STDERR`.
|
|
|
|
* `[2-9]` - Writes to the already opened file descriptor.
|
2020-05-26 01:06:52 +02:00
|
|
|
* `<absolute-pathname>` - Writes to the file in append mode.
|
2020-01-12 00:36:56 +01:00
|
|
|
* `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.
|
|
|
|
--
|