1
0
mirror of https://github.com/danog/gift.git synced 2024-11-26 20:04:47 +01:00
Commit Graph

54 Commits

Author SHA1 Message Date
6eee15ab49
Update 2020-08-22 21:41:07 +02:00
82a6feccd9
Update package 2020-08-22 21:37:34 +02:00
0694f131c8
Publish 2020-08-22 21:25:15 +02:00
Luke Plaster
3baa70b852 Version 0.10.2 2018-01-23 00:01:20 +08:00
Luke Plaster
bff9d42b60 Fixed shell expansion/word splitting and injection vulns
The `exec` call in `git.coffee` will be replaced soon but this fixes the issues for now.

Closes #23.
2018-01-22 23:52:27 +08:00
Luke Plaster
ec03a91db2 package.json: bumped required node version 2017-11-06 21:21:00 +08:00
Peter Dave Hello
d42dc58cee Upgrade npm package dependencies (#100) 2017-11-06 21:14:24 +08:00
Luke Plaster
ecbc4e7317 Version 0.10.1 2017-11-06 21:06:24 +08:00
Luke Plaster
ca8c35b5e9 Version 0.10.0 2016-11-14 00:14:38 +08:00
Luke Plaster
69e4714419 Version 0.9.0 2016-07-06 14:58:46 +08:00
Luke Plaster
23dd331e1d Version 0.8.0 2016-05-12 12:23:22 +08:00
Luke Plaster
1d7cf1cf1e Bumped version to 0.7.0 2015-11-16 19:32:26 +08:00
Peter Dave Hello
d2f131a7eb bump dependencies, npm test passed 2015-09-29 16:01:15 +08:00
Peter Dave Hello
bc27a6b390 update devDependencies, all of them were out of date 2015-07-21 23:49:20 +08:00
Luke Plaster
f031ce79b7 Bumped version to 0.6.1 2015-07-02 07:46:17 +02:00
Peter deHaan
4072486176 Add license attribute
https://docs.npmjs.com/files/package.json#license
http://npm1k.org/
2015-05-28 13:08:08 -07:00
Luke Plaster
61d74521b1 Bumped version to 0.6.0 2015-04-14 23:21:42 +02:00
Justin Dearing
c604401628 double quotes work better on windows both inside and outside of cygwin 2015-04-07 08:33:45 -04:00
Luke Plaster
93e180f023 Bumped version to 0.5.0 2014-11-17 21:27:34 +01:00
Daniel Hinds-Bond
41380b0a69 bump version file 2014-10-06 09:42:18 -05:00
Daniel Hinds-Bond
1d4b528c08 update package devdependencies 2014-10-06 08:49:08 -05:00
Luke Plaster
6f7a770f76 Bumped version to 0.4.3 2014-08-29 11:14:09 +02:00
Maximilian Schüßler
f9f3ce43be Replace rimraf with fs-extra 2014-06-20 13:39:23 +02:00
Maximilian Schüßler
365843e071 Reinitialize the copied git test repos 2014-06-20 01:58:56 +02:00
Maximilian Schüßler
843be771f8 Update devDependencies, fix mocha test. 2014-06-19 21:11:38 +02:00
Luke Plaster
3ec8ed93a5 Bumped version to 0.4.2 2014-06-08 13:26:08 +02:00
Luke Plaster
6bdd9be969 Bumped version to 0.4.1 2014-04-27 21:47:01 +02:00
Luke Plaster
a244cbabd7 Bumped version to 0.4.0 2014-04-01 18:34:18 +02:00
Luke Plaster
dc4341eb3d Bumped version to 0.3.0 2014-03-08 19:28:00 +01:00
Luke Plaster
6531a0a0b6 Bumped version to 0.2.0 2014-02-20 21:41:06 +01:00
Luke Plaster
5cc2890ee6 Reverted package scripts 2014-02-20 21:39:08 +01:00
Luke Plaster
ceb7b457d0 Merge pull request #5 from feugy/master
Merging our works
2014-02-19 21:43:39 +01:00
Luke Plaster
e37fd24033 Added npm search keywords 2014-02-10 01:03:34 +01:00
Luke Plaster
0aff886c05 Enabled CI testing on node 0.10, 0.11 2014-02-10 00:47:28 +01:00
Luke Plaster
f232364728 Bumped version to 0.1.3 2014-02-10 00:34:35 +01:00
feugy
abd70f5111 Merge repositories.
Includes:
- Repo.commit: send stdout/stderr to callback lile other methods
- Repo.commit: possibility to specify author
- git.refs: ignore error code 1 which means that no refs are available.
- git: use binary encoding for child_process.exec() to allow binary files content retrieval from history.
2014-02-08 20:51:01 +01:00
Luke Plaster
f750e56c1e Bumped version to 0.1.2 2013-11-19 15:45:56 +01:00
Luke Plaster
5b72e190ba Bumped version to 0.1.1 2013-10-15 10:03:18 +02:00
Luke Plaster
0b08461092 Bumped version to 0.1.0 2013-10-12 16:12:22 +02:00
sentientwaffle
9503fc8208 bump to 0.0.6 2013-07-24 07:04:41 -07:00
Luke Plaster
4b4c8030c8 locked down the signature of Repo#sync with unit tests and an accurate representation in the README 2013-03-17 17:00:40 +00:00
Luke Plaster
9d56103693 use the locally-installed copy of coffee-script when 'npm test'ing 2013-03-14 18:50:38 +00:00
Daniel Nagy
016c8da273 mocha and coffeescript version bump 2013-03-14 18:13:44 +00:00
Daniel Nagy
bc3f389ee6 fix unittests 2013-03-13 21:24:57 +00:00
feugy
97042f561c Do compilation after installing 2012-10-27 21:56:54 +02:00
feugy
16754a1ab3 Try#2: Fix ending problems that corruptes the remotes fixture repository 2012-09-15 09:58:32 +02:00
feugy
1ed508199f - Repo.commit: send stdout/stderr to callback lile other methods
- Tests: use a working 'remotes' fixture. Old one was broken.
- Tests: use chai instead of should: same API, but work properly on Date:
  https://github.com/visionmedia/should.js/pull/56
- Tests: use rimraf instead of executing "rm -rf": allow to work on windows
- Tests: configure mocha to execute coffee-script with --compilers option
2012-09-14 09:12:26 +02:00
sentientwaffle
a92e358f21 bump 2012-03-23 13:11:55 -06:00
sentientwaffle
a84da5dfda bump 2012-03-23 08:59:19 -06:00
sentientwaffle
50f81834a7 bump 2012-03-23 08:30:43 -06:00