cake-contrib / Cake_Git

Cake AddIn that extends Cake with Git features using LibGit2 and LibGit2Sharp
https://cakebuild.net/extensions/cake-git
Other
39 stars 63 forks source link

(#57) added an alias GitShortenSha #154

Closed nils-a closed 2 years ago

nils-a commented 3 years ago

to retrieve a shortened version of a commit SHA.

Since the required length of the short SHA is dependent on the repository (or rather on the IDs of all other objects in the database) the alias requires a path to a repository.

fixes #57