gulp-git

Git plugin for gulp (gulpjs.com)

MIT License

Stars
400
Committers
47

Bot releases are hidden (Show)

gulp-git - [email protected]

Published by stephenlacy about 8 years ago

  • fix file tests acaa6dfac4c0c0acc8ed74af3f03361f961a84cb
  • fix test error eed986aa4b3611b519958e1c28d9c8fa04a244ac
gulp-git - [email protected]

Published by stephenlacy about 8 years ago

  • add maxBuffer optoin to every function 47b4f09f3778fa0ea5321eaa21482b89fd345f96
gulp-git - [email protected]

Published by stephenlacy about 8 years ago

  • allow for empty tag messages af537956a89665b46bc7de46c588c7c874656ec4
gulp-git - [email protected]

Published by stephenlacy over 8 years ago

  • add support for commit with newlines a3e5f946ce5d6c52be53b9927b057cbda3abfe86
  • fix tag message escaping 1d7b17ece660f11ab98fce720668c7ed09f61220
gulp-git - [email protected]

Published by stephenlacy over 8 years ago

  • add support for multiple branches for pull, push, fetch - a6917d89ea47c133004501e9ffa97c9ab27ca9a1
gulp-git - [email protected]

Published by stephenlacy over 8 years ago

  • fix error with stdout returned as the error callback 72c823dd391e0414333f7e66efc1211ac5c252e9
gulp-git - [email protected]

Published by stephenlacy over 8 years ago

  • allow null branch names e5869fefbbd42254ff6940f6c33eb9d99e3a842e
  • allow git tag listing bcb71713097596a0350d396e8470925561e234b6
gulp-git - [email protected]

Published by stephenlacy almost 9 years ago

  • added end event to add 73c2a28d272a352227a43c207236609b6540c5cc
gulp-git - [email protected]

Published by stephenlacy almost 9 years ago

  • add data event for commit bb663fa0c1c9e5dbe0d718a470c9cd446268f969
gulp-git - [email protected]

Published by stephenlacy about 9 years ago

  • add git.clean
  • add git.stash
  • add removeRemote
gulp-git - [email protected]

Published by stephenlacy over 9 years ago

  • add maxBuffer option to commit exec status
gulp-git - [email protected]

Published by stephenlacy over 9 years ago

  • 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 - [email protected]

Published by stephenlacy over 9 years ago

  • disableAppendPaths added to git.commit
gulp-git - [email protected]

Published by stephenlacy over 9 years ago

  • add disableMessageRequirement option to commit
gulp-git - [email protected]

Published by stephenlacy over 9 years ago

  • Add git.fetch
gulp-git - [email protected]

Published by stephenlacy over 9 years ago

  • allow omission of callbacks
  • add quiet: true option for reducing verbose output
  • update
gulp-git - [email protected]

Published by stephenlacy almost 10 years ago

  • add ability to git commit append without requiring message
  • update deps
gulp-git - [email protected]

Published by stephenlacy almost 10 years ago

  • Add git.exec
  • Add git.status
  • Clean + update
gulp-git - [email protected]

Published by stephenlacy almost 10 years ago

  • Add git.status
  • Rebuild tests
  • Clean tests
  • Remove through2 from push
gulp-git - [email protected]

Published by stephenlacy about 10 years ago