Skip to content

Releases: stephenlacy/gulp-git

[email protected]

07 May 15:47
Compare
Choose a tag to compare
  • add maxBuffer option to commit exec status

[email protected]

07 May 15:34
Compare
Choose a tag to compare
  • 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]

20 Apr 17:42
Compare
Choose a tag to compare
  • disableAppendPaths added to git.commit

[email protected]

14 Apr 17:56
Compare
Choose a tag to compare
  • add disableMessageRequirement option to commit

[email protected]

07 Mar 01:19
Compare
Choose a tag to compare
  • Add git.fetch

[email protected]

08 Feb 20:15
Compare
Choose a tag to compare
  • allow omission of callbacks
  • add quiet: true option for reducing verbose output
  • update

[email protected]

25 Nov 21:03
Compare
Choose a tag to compare
  • add ability to git commit append without requiring message
  • update deps

[email protected]

10 Nov 17:08
Compare
Choose a tag to compare
  • Add git.exec
  • Add git.status
  • Clean + update

[email protected]

22 Oct 15:57
Compare
Choose a tag to compare
  • Add git.status
  • Rebuild tests
  • Clean tests
  • Remove through2 from push

[email protected]

18 Sep 15:57
Compare
Choose a tag to compare
bump 0.5.1