Releases: stephenlacy/gulp-git
Releases · stephenlacy/gulp-git
[email protected]
- add maxBuffer option to
commit
exec
status
[email protected]
- add support for arrays as commit messages in
commit.js
Now possible:
gulp.task('commit', function(){
return gulp.src('./git-test/*')
.pipe(git.commit(['initial commit', 'additional message']));
});
[email protected]
- disableAppendPaths added to
git.commit
[email protected]
- add disableMessageRequirement option to commit
[email protected]
- Add git.fetch
[email protected]
- allow omission of callbacks
- add quiet: true option for reducing verbose output
- update
[email protected]
- add ability to git commit append without requiring message
- update deps
[email protected]
- Add git.exec
- Add git.status
- Clean + update
[email protected]
- Add git.status
- Rebuild tests
- Clean tests
- Remove through2 from push
[email protected]
bump 0.5.1