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 64 forks source link

GitLog() for subdirectories #135

Open snarum opened 3 years ago

snarum commented 3 years ago

For repos with multiple sets of artifacts it can be useful to get a git log for a subfolder only. In git command line this is done by

git log -- c:\repos\myrepo\mysubfolder