Skip to content

Releases: stephenlacy/gulp-git

gulp-git@1.2.3

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

gulp-git@1.2.2

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']));
});

gulp-git@1.2.1

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

gulp-git@1.2.0

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

gulp-git@1.1.0

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

gulp-git@1.0.0

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

gulp-git@0.5.5

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

gulp-git@0.5.4

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

gulp-git@0.5.3

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

gulp-git@0.5.1

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