All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gorylenko.properties.CommitMessageShortProperty.groovy Maven / Gradle / Ivy

package com.gorylenko.properties

import org.ajoberstar.grgit.Grgit

class CommitMessageShortProperty extends AbstractGitProperty {

    String doCall(Grgit repo) {
        return isEmpty(repo) ? '' : repo.head().shortMessage
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy