com.atlassian.bitbucket.scm.git.command.gc.GitGcBuilder |
A builder which can be used to construct a command
for running
git gc
.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Registers the provided error handler
to receive stderr
output when the
built command
is run.
git gc
outputs some information to stderr
rather than stdout
. For example, git gc --auto
writes to stderr
to indicate that auto-packing is actually happening.
value | the handler to receive stderr output |
---|
this