Class CommitConfig


  • public class CommitConfig
    extends Object
    The standard "commit" configuration parameters.
    Since:
    5.13
    • Method Detail

      • getCommitTemplatePath

        @Nullable
        public String getCommitTemplatePath()
        Get the path to the commit template as defined in the git commit.template property.
        Returns:
        the path to commit template or null if not present.
      • getCommitEncoding

        @Nullable
        public String getCommitEncoding()
        Get the encoding of the commit as defined in the git i18n.commitEncoding property.
        Returns:
        the encoding or null if not present.