- Added GitHasStagedChanges alias
- Included license in nuget package
- Only fetch merge commit for non fast forward, fixes GitPull issue
- Changed to LibGit Portable
- Added GitIsValidRepository Alias
- Added GitHasUncommitedChanges alias
- Fixed link in Nuspec
- Fixed null issue in GitPull alias
- Updated documentation
- Added GitCloneSettings support
- Updated documentation
- Added remotes to GitBranch
- Added GitPushRef alias, which adds possibility to push tags
- Added GitTag alias
- Updated to Cake.Core 0.15.2
- Updated to Cake.Core 0.14.0
- Added Checkout full repo
- Added GitReset alias
- Added GitBranchCurrent alias
- Added GittDiff alias
- Fixed documentatio typos
- Fixed GitLog bugg
- Added Git Commit / Author ToString() overrides
- Removed unused attributes
- Added test.cake script
- Added GitDescribe alias
- Added GitFindRootFromPath
- Updated LibGit to 0.23.0 prerelease to support Mono (OSX & Linux)
- Inital Release
- Updated LibGit to 0.22 stable
- Added more Git push/pull/log
- Added more Git operations
- First experimental release of Cake.Git