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
Luke Plaster
f971f0702d
Merge pull request #75 from PeterDaveHello/patch-2
...
Update .travis.yml
2015-11-17 16:04:33 +08:00
Peter Dave Hello
35e9e60aa2
Update .travis.yml
...
Add node.js v4.2(LTS) as env
2015-11-16 21:58:47 +08:00
Luke Plaster
1d7cf1cf1e
Bumped version to 0.7.0
2015-11-16 19:32:26 +08:00
Luke Plaster
ab4de6660f
Maintaining backward compatibility in clone() signature
2015-11-16 19:18:42 +08:00
Peter Dave Hello
d099f2fab2
Support git's shallow clone
2015-11-16 15:18:22 +08:00
Luke Plaster
e414fc518d
Quoted params in clone bash. see #58
2015-11-16 14:23:52 +08:00
Luke Plaster
b58f9fc712
Merge pull request #71 from gtanner/master
...
Handle HG:Extra lines in commit parsing
2015-10-07 00:03:40 +01:00
Gord Tanner
73376e4c28
Handle HG:Extra lines in commit parsing
...
There is a chance that a commit has N number of HG: lines in a commit.
see: https://github.com/mozilla/addon-sdk
This will filter those lines out so parsing still works
2015-10-05 16:20:22 -04:00
Luke Plaster
6c68dd0a3a
Merge pull request #70 from PeterDaveHello/patch-2
...
Update .travis.yml
2015-10-02 00:50:10 +01:00
Luke Plaster
810d81adda
Merge pull request #69 from PeterDaveHello/dependencies
...
bump dependencies, npm test passed
2015-10-02 00:49:34 +01:00
Peter Dave Hello
d2f131a7eb
bump dependencies, npm test passed
2015-09-29 16:01:15 +08:00
Peter Dave Hello
0ad98d0636
Update .travis.yml
...
Also test on newer versions of nodejs
2015-09-29 15:46:29 +08:00
Luke Plaster
ce50e617c9
Merge pull request #68 from gtanner/master
...
Add a public override for the maxBuffer option
2015-09-28 18:03:58 +01:00
Gord Tanner
caddd229b3
Add a public override for the maxBuffer option
...
- add maxBuffer property to index module
- allow passing of maxBuffer to the git object via git_options
- pass the index maxBuffer along with the git_options
2015-09-25 15:24:05 -04:00
Luke Plaster
544500e8dc
Merge pull request #43 from PeterDaveHello/update_dev_dependencies
...
update devDependencies, most of them were out of date
2015-07-21 18:39:59 +02:00
Peter Dave Hello
bc27a6b390
update devDependencies, all of them were out of date
2015-07-21 23:49:20 +08:00
Luke Plaster
707a54c678
Added changelog
2015-07-02 07:50:51 +02:00
Luke Plaster
f031ce79b7
Bumped version to 0.6.1
2015-07-02 07:46:17 +02:00
Luke Plaster
4731bbc2cd
Merge branch 'connoropolous-kilnhgcopies-fix'
...
* connoropolous-kilnhgcopies-fix:
Removed redundant if guard in hg gpg garbage removal
handle hg converted gpg lines
closes #62
2015-06-30 11:38:46 +02:00
Luke Plaster
6958dd5181
Removed redundant if guard in hg gpg garbage removal
2015-06-30 11:37:52 +02:00
Luke Plaster
f7bd0f1427
Merge pull request #64 from pdehaan/patch-1
...
Add license attribute
2015-06-11 23:17:05 +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
Connor Turland
524383b336
handle hg converted gpg lines
...
running parse_commits if it included commits converted from mercurial kiln repositories would fail
we can see this in git@github.com:somecallmechief/oj.git by running
git rev-list 07bba --pretty=raw --max-count=1
2015-05-01 10:34:30 -04:00
Luke Plaster
61d74521b1
Bumped version to 0.6.0
2015-04-14 23:21:42 +02:00
Luke Plaster
a253157cea
Merge remote-tracking branch 'BastienLQ/master'
...
* BastienLQ/master:
set 'utf8' encoding as default
Conflicts:
src/git.coffee
Closes #55
2015-04-14 23:12:10 +02:00
Luke Plaster
3e0c426b02
Merge pull request #57 from serialworm/master
...
Adjusted maxBuffer sent to exec for large repos
2015-04-14 22:58:31 +02:00
Luke Plaster
fd41d6e466
Merge pull request #60 from zippy1981/quoting
...
double quotes work better on windows both inside and outside of cygwin
2015-04-07 16:55:28 +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
serialworm
dd2ff8027a
Adjusted maxBuffer sent to exec for large repos
2015-02-25 13:18:45 -06:00
Bastien Le Querrec
08690dba32
set 'utf8' encoding as default
...
'binary' is used only when needed
fix: https://github.com/notatestuser/gift/issues/51
2015-02-22 19:23:09 +01:00
eytan
fdc83998c8
enable specify git binary location along with other options in the constructor
...
Conflicts:
src/git.coffee
cc #49
cc sentientwaffle/gift#32
2014-12-26 23:01:35 +00:00
Luke Plaster
93e180f023
Bumped version to 0.5.0
2014-11-17 21:27:34 +01:00
Luke Plaster
808545151e
Removed a console.log
2014-11-17 21:22:25 +01: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
Luke Plaster
43e5d51755
Newlines or something
2014-11-17 17:56:25 +01:00
Luke Plaster
ba250f627d
Merge pull request #48 from esalter/master
...
add support for git clean
2014-11-17 10:53:16 +01:00
Eric Salter
a42792cf5c
add support for git clean
...
Add passthrough support for git clean + tests
2014-11-16 22:05:52 -05:00
Luke Plaster
4bb16ecec2
Merge pull request #47 from bpartridge83/master
...
Git Remotes: Adding and Deleting URLs
2014-11-11 17:29:26 +01:00
Brian Partridge
9ba915bbd6
Updating README to document new set-url functions
2014-11-06 14:35:00 -08:00
Brian Partridge
1209a68a34
Deleting a remote URL (git remote set-url --delete...)
2014-11-05 12:06:56 -08:00