public interface GitConfigListBuilder extends GitCommandBuilderSupport<GitConfigListBuilder>
ENV_AUTHOR_DATE, ENV_AUTHOR_EMAIL, ENV_AUTHOR_NAME, ENV_COMMITTER_DATE, ENV_COMMITTER_EMAIL, ENV_COMMITTER_NAME| Modifier and Type | Method and Description | 
|---|---|
| GitCommand<List<String>> | build() | 
| GitConfigListBuilder | nullTerminated(boolean value) | 
alternate, alternates, alternates, author, author, author, build, committer, committer, committer, withConfiguration, withConfiguration, withConfiguration, withConfiguration@Nonnull GitCommand<List<String>> build()
called, will return a list of configured
         properties, which may be empty but never null@Nonnull GitConfigListBuilder nullTerminated(boolean value)
value -  true to use newlines to separate names and values and NUL characters to
              terminate values; otherwise, false to use = to separate names and values
              and newlines to terminate values (the default)thisCopyright © 2019 Atlassian. All rights reserved.