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

282 Commits

Author SHA1 Message Date
dependabot[bot]
c947c67482
Bump ansi-regex from 3.0.0 to 3.0.1
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-11 08:08:13 +00:00
d041d3c286
Update description 2020-08-22 22:08:37 +02:00
58add1e621
Remove badges 2020-08-22 22:06:25 +02:00
c12154d35d
Update badges 2020-08-22 22:03:39 +02:00
6536e0fc2d
Update 2020-08-22 21:47:38 +02:00
6eee15ab49
Update 2020-08-22 21:41:07 +02:00
d068cfbb16
Add actions 2020-08-22 21:38:42 +02:00
c6f1310288
Merge branch 'master' of github.com:danog/gift into master 2020-08-22 21:38:03 +02:00
82a6feccd9
Update package 2020-08-22 21:37:34 +02:00
e3714febe3
Update commit.coffee 2020-08-22 21:26:18 +02:00
0694f131c8
Publish 2020-08-22 21:25:15 +02:00
8ba0741658
Fix commit parsing of github GPG signatures I guess 2019-09-06 16:44:29 +02:00
Luke Plaster
ac4e809489 Updated changelog 2018-01-23 00:06:38 +08:00
Luke Plaster
3baa70b852 Version 0.10.2 2018-01-23 00:01:20 +08:00
Luke Plaster
1eb737244d Applied tweaks from #38 2018-01-23 00:01:05 +08:00
Luke Plaster
6649250e73 Added package-lock.json 2018-01-22 23:52:29 +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
Peter Dave Hello
3f18c3d709 Update readme (#101)
* Add npm package link to the version/downloda badge

* Add "Table of Contents" to README.md
2018-01-20 00:14:25 +08:00
Luke Plaster
ec03a91db2 package.json: bumped required node version 2017-11-06 21:21:00 +08:00
Luke Plaster
34f338c81e travis.yml: removed legacy nodes 2017-11-06 21:15:26 +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
c484d36dd6
Merge pull request #98 from PeterDaveHello/valid-commit-id 2017-11-06 20:09:02 +08:00
Peter Dave Hello
20ee38379e Use regex to improve commit id/hash test, cc #96 2017-11-06 20:07:39 +08:00
Luke Plaster
9a756f9846
Merge pull request #99 from PeterDaveHello/update-travis-ci-config 2017-11-06 20:07:12 +08:00
Peter Dave Hello
a301b4575a Update Travis CI configuration 2017-11-06 20:02:30 +08:00
James McGill
b609d3d77b Add force delete (#97) 2017-08-25 07:44:31 -05:00
Luke Plaster
ca8c35b5e9 Version 0.10.0 2016-11-14 00:14:38 +08:00
Luke Plaster
980ddcb658 Merge branch 'master' into develop
* master:
  support shallow clone a repo on a specific branch. (#91)
2016-11-12 22:09:17 +08:00
Junil Kim
76002ca549 support shallow clone a repo on a specific branch. (#91)
ex) git clone <git-url> --depth 1 --branch <name>
2016-11-02 10:11:48 +08:00
Luke Plaster
155c6f7d6a src/repo: fixed single argument form of ls_files 2016-09-02 13:47:20 +08:00
Luke Plaster
0c394739d6 docs: added Repo#ls_files 2016-07-06 15:23:38 +08:00
Luke Plaster
63aac64604 docs: the options arg in ls_files is not optional for now 2016-07-06 15:07:41 +08:00
Luke Plaster
69e4714419 Version 0.9.0 2016-07-06 14:58:46 +08:00
Luke Plaster
fbc63ff214 Use arguments.length to support prior calls to ls_files (#83) 2016-07-06 14:50:42 +08:00
Hiroyuki Tanjo
951ba4c0b2 Support file arguments for ls-files 2016-07-06 14:40:38 +08:00
Luke Plaster
25af97c70c readme: s/description/describe/ 2016-07-05 12:05:37 +08:00
cjbarth
cced2057ea Add support to describe a commit (#88) 2016-07-05 12:04:16 +08:00
Luke Plaster
23dd331e1d Version 0.8.0 2016-05-12 12:23:22 +08:00
Luke Plaster
f28673ad21 readme: added a comment about node versions 2016-05-12 12:19:26 +08:00
Luke Plaster
84b3b034a7 .travis.yml: added node v5.1 build target 2016-05-12 12:05:26 +08:00
Luke Plaster
8b5f91e2fc readme: moved badges around 2016-05-12 11:48:21 +08:00
Luke Plaster
0a74d63858 Merge remote-tracking branch 'ajcrites/remote-options' 2016-05-12 11:41:44 +08:00
Martin Kolárik
687feb770e Fix the order of arguments in git.cmd() (#86) 2016-04-28 10:40:20 +08:00
Luke Plaster
576e8d04f4 Merge pull request #84 from asgoth/feature/checkout-pass-options
Pass options to checkout command
2016-03-12 19:03:08 +08:00
Louis De Bevere
17a234f429 Update readme 2016-03-09 12:12:29 +01:00
Louis De Bevere
eaf7a6f2ee Improve tests 2016-03-09 12:01:59 +01:00
Louis De Bevere
d6ed167156 Pass options to git checkout 2016-03-09 11:53:54 +01:00
Luke Plaster
9ab85611f1 Merge pull request #81 from deployable/patch-1 2016-02-13 00:30:05 +08:00
Matt Hoyle
28567a2a7d Add Repo#pull to README
`pull` was missing from the API docs in the readme.
2016-02-12 15:04:57 +00:00