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

56 Commits

Author SHA1 Message Date
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
James McGill
b609d3d77b Add force delete (#97) 2017-08-25 07:44:31 -05: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
0c394739d6 docs: added Repo#ls_files 2016-07-06 15:23: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
f28673ad21 readme: added a comment about node versions 2016-05-12 12:19: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
Louis De Bevere
17a234f429 Update readme 2016-03-09 12:12:29 +01: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
Peter Dave Hello
d099f2fab2 Support git's shallow clone 2015-11-16 15:18:22 +08:00
Luke Plaster
6a59036f18 Merge pull request #45 from 007design/master
add optional arguments/options to status command
2014-11-17 21:21:39 +01:00
Daniel Hinds-Bond
f28aaa4761 update README 2014-11-17 12:52:40 -06:00
Luke Plaster
4c600dfa4b Added Repo#remote_set_url
closes #32
cc #47
2014-11-17 18:35:46 +01:00
Brian Partridge
9ba915bbd6 Updating README to document new set-url functions 2014-11-06 14:35:00 -08:00
Peter Dave Hello
c610bc56fc Use svg instead of png to get better image quality 2014-09-17 22:07:00 +08:00
Peter Dave Hello
3186861791 add devDependency info in readme 2014-08-03 13:43:34 +08:00
Andrew Crites
06bacc9217 Allow options to be specified for fetch, push, and merge operations
This minimally allows for force fetch and push
2014-07-30 11:44:28 -04:00
Luke Plaster
5836f32a21 Merge pull request #31 from maschs/f-checkoutFiles
Add repo.checkoutFile and repo.reset
2014-07-14 09:49:55 +02:00
Maximilian Schüßler
0c90e8f489 Add Repo#reset & Repo#checkoutFile to README 2014-06-19 21:34:10 +02:00
Maximilian Schüßler
6f3c7feb8b Add missing status.type cases to README 2014-06-19 15:08:21 +02:00
Alberto Pose
1c1950793c Adding branch parameter to repo.remote_push 2014-05-18 00:05:24 -03:00
Wil Chung
afd917674c added README explaining blob.dataStream() 2014-03-05 18:51:45 -08:00
Luke Plaster
27f669dd9a Edited README 2014-02-20 21:33:20 +01:00
Luke Plaster
fc500219aa Merge pull request #6 from IgorMuzyka/master
Added current_commit function to repo.coffee
2014-02-20 21:28:29 +01:00
Igor Muzyka
4c1fee0af1 Added description of repo.current_commit and how to get unlimited commits by repo.commits to README.md 2014-02-20 11:21:57 +02:00
Luke Plaster
ceb7b457d0 Merge pull request #5 from feugy/master
Merging our works
2014-02-19 21:43:39 +01:00
Luke Plaster
57b4e4b7f9 README: Updated installation stuff 2014-02-10 00:54:05 +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
9fa08e54bd README: Added david-dm badge to indicate freshness of deps 2013-10-20 02:36:42 +02:00
Luke Plaster
71fad1ed3f Updated README.md 2013-10-12 16:12:33 +02:00
Luke Plaster
6dc6ce3879 Merge branch 'master' of github.com:sentientwaffle/gift
* 'master' of github.com:sentientwaffle/gift:
  rename values to items
  Update docs
  Config, not Status
  update README
  Add basic support for reading git config
  updated diff regex
2013-10-12 15:42:38 +02:00
Luke Plaster
982d556215 Merge pull request #29 from drd/master
Add read-only `git config`
2013-10-12 06:31:09 -07:00
Luke Plaster
8d5b306bc1 Updated travis build status badge; it now points to this fork 2013-10-12 15:27:03 +02:00
Luke Plaster
b600af22b1 Merge branch 'master' of github.com:sentientwaffle/gift
* 'master' of github.com:sentientwaffle/gift:
  Clone using HTTPS to avoid authentication prompt
  Update README.md
  Disable Git.clone() test
  Git.init() extended with bare parameter
  Git.clone() added
  bump to 0.0.6
  locked down the signature of Repo#sync with unit tests and an accurate representation in the README
  [README] #sync
  [README] #remote_remove and #remote_push
  [README] #status, #identity and #identify
  for Travis: make use of Repo#identify to ensure that our repository has an identity set when running the #create_tag test
2013-10-12 15:25:14 +02:00
Luke Plaster
05a6434a2e Merge pull request #28 from skovalyov/git-clone-and-init-bare
Git clone and init bare
2013-10-12 06:23:31 -07:00
djg
3a197a43d5 Update README.md 2013-10-11 14:53:10 -07:00
Eric O'Connell
2ce32baf54 rename values to items 2013-10-06 10:05:57 -07:00
Eric O'Connell
671d53da04 Update docs 2013-10-06 09:58:16 -07:00
Eric O'Connell
4909d8375e Config, not Status 2013-10-05 15:51:12 -07:00
Eric O'Connell
7510aa1f71 update README 2013-10-05 15:40:33 -07:00
Sergey Kovalyov
b71c18f93e Git.init() extended with bare parameter
* When bare parameter is set to true, bare repository is initialized.
* Tests added for bare and non-bare initialization.
* Documentaiton updated.
2013-09-23 18:20:31 +02:00
Sergey Kovalyov
a197fe7ba0 Git.clone() added
* Wrapper for `git clone` command.
* Test added and custom 30000 timeout is set to it as cloning requires
quite some time.
* Documentation updated.
2013-09-23 18:19:19 +02: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
eed147cdc5 [README] #sync 2013-03-17 15:44:20 +00:00
Luke Plaster
cf01b461d4 [README] #remote_remove and #remote_push 2013-03-17 15:38:44 +00:00
Luke Plaster
3afe421d38 [README] #status, #identity and #identify 2013-03-17 15:35:37 +00:00
Luke Plaster
dd96ffd5d1 [README] amended 'npm install' line to reference this fork's own tarball 2013-03-15 00:10:17 +00:00