Luke Plaster
6f7a770f76
Bumped version to 0.4.3
2014-08-29 11:14:09 +02:00
Luke Plaster
03a024e7a3
Merge pull request #33 from shaoshing/no-branch
...
Fix error when getting the current branch but it is checked out to a commit
2014-08-21 17:48:43 +02:00
Luke Plaster
708ae68482
Merge pull request #35 from PeterDaveHello/patch-1
...
add devDependency info in readme
2014-08-06 12:05:09 +02: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
Shaoshing
d85f686d38
Fix test: return error when the current branch check out to a commit.
2014-07-07 17:45:05 -04:00
Shaoshing
16842b87b1
Add test to reproduce the error caused by (no branch).
2014-07-07 17:44:35 -04:00
Maximilian Schüßler
e1a8fc6e95
Cleanup reset fixture
2014-07-06 22:22:26 +02:00
Maximilian Schüßler
f9f3ce43be
Replace rimraf with fs-extra
2014-06-20 13:39:23 +02:00
Maximilian Schüßler
3208203f37
Force updating npm to avoid travis errors
2014-06-20 13:28:23 +02:00
Luke Plaster
881ff74b27
Merge pull request #30 from frk1705/readmeStatus
...
Add missing status.type cases to README
2014-06-20 10:33:34 +02:00
Maximilian Schüßler
e4557ffc39
Remove trailing whitespaces
2014-06-20 02:08:29 +02:00
Maximilian Schüßler
7d300d75fa
Disable node 0.8 on travis
2014-06-20 01:59:25 +02:00
Maximilian Schüßler
365843e071
Reinitialize the copied git test repos
2014-06-20 01:58:56 +02:00
Maximilian Schüßler
367b12b2d7
Escape whitespaces in pgp signature test
2014-06-19 22:07:14 +02:00
Maximilian Schüßler
4a7aa57a6b
Fix deprecated should calls
2014-06-19 21:53:13 +02:00
Maximilian Schüßler
78948e2553
💄 Remove debug code
2014-06-19 21:48:36 +02:00
Maximilian Schüßler
9ba1cd513d
📝
2014-06-19 21:37:16 +02:00
Maximilian Schüßler
0c90e8f489
Add Repo#reset & Repo#checkoutFile to README
2014-06-19 21:34:10 +02:00
Maximilian Schüßler
84df9b382f
Add tests for repo.checkoutFile
2014-06-19 21:25:35 +02:00
Maximilian Schüßler
245011f0b2
Fix missing ()
2014-06-19 21:25:03 +02:00
Maximilian Schüßler
91495b175d
Add tests for repo.reset
2014-06-19 21:11:56 +02:00
Maximilian Schüßler
843be771f8
Update devDependencies, fix mocha test.
2014-06-19 21:11:38 +02:00
Maximilian Schüßler
cfc8c9c256
Move fixtures/reset
2014-06-19 21:11:08 +02:00
Maximilian Schüßler
b936392ab1
Typo
2014-06-19 19:45:55 +02:00
Maximilian Schüßler
7e778ec1aa
Add fixtures for reset test
2014-06-19 19:16:58 +02:00
Maximilian Schüßler
cee0e3aeb0
Add repo.reset
2014-06-19 19:04:22 +02:00
Maximilian Schüßler
b1d4cdfd59
Add repo.checkoutFile
2014-06-19 18:27:38 +02:00
Maximilian Schüßler
6f3c7feb8b
Add missing status.type cases to README
2014-06-19 15:08:21 +02:00
Luke Plaster
3ec8ed93a5
Bumped version to 0.4.2
2014-06-08 13:26:08 +02:00
Luke Plaster
e6df0910bc
Merge pull request #28 from pose/push-branch-support
...
Adding branch parameter to repo.remote_push
2014-06-08 13:23:53 +02:00
Luke Plaster
5fcea7fbbd
Merge pull request #20 from Lance0312/pr
...
Support gpgsig parsing and some extra fixes
2014-06-06 14:53:15 +02:00
Alberto Pose
1c1950793c
Adding branch parameter to repo.remote_push
2014-05-18 00:05:24 -03:00
Lance Chen
d209528ef1
Add test cases and fixtures for gpgsig parsing
...
Signed-off-by: Lance Chen <cyen0312@gmail.com>
2014-05-18 01:23:02 +08:00
Luke Plaster
66865f063b
Dropped node 0.4 from travis config
2014-05-14 12:36:17 +02:00
Luke Plaster
76ecdd8632
Merge pull request #21 from Mrono/master
...
Added pull only function
2014-05-14 11:53:21 +02:00
Luke Plaster
6bdd9be969
Bumped version to 0.4.1
2014-04-27 21:47:01 +02:00
Luke Plaster
308cc6a7d1
Merge pull request #22 from Mrono/betterSyncMessages
...
More informative sync error messages
2014-04-27 21:34:27 +02:00
Luke Plaster
898c21cb40
Merge pull request #26 from diiq/fix_diff_slice
...
Fixes arguments.slice bug in Repo.diff().
2014-04-27 21:26:43 +02:00
Sam Bleckley
0b202d10dc
Fixes arguments.slice bug in Repo.diff().
...
The variable `arguments` is not an array, and does not have a slice method.
2014-04-27 09:58:47 -04:00
Luke Plaster
d28c131c55
Merge pull request #24 from MoOx/master
...
Add git rm options
2014-04-25 16:50:07 +02:00
Maxime Thirouin
6463c25ea8
Add git rm options
2014-04-16 07:21:11 +02:00
Michael James
f526b42271
More informative sync error messages
...
Signed-off-by: Michael James <mjames@fiber.net>
2014-04-10 13:09:30 -06:00
Mike
deecf9bf86
Added stderr to callback
2014-04-10 12:59:31 -06:00
Mike
6cf8d21fbb
Added strict pull function
2014-04-10 12:57:21 -06:00
Lance Chen
21f4c6d58a
Make only files under text/fixtures treated as binary
...
Signed-off-by: Lance Chen <cyen0312@gmail.com>
2014-04-07 20:51:31 +02:00
Lance Chen
6817011807
Fix unknown property 'first'
...
I can't find the 'first' property anywhere,
though it does not cause any problem.
Signed-off-by: Lance Chen <cyen0312@gmail.com>
2014-04-07 04:22:31 +08:00
Lance Chen
9ab97cc75c
Remove redundant code in parse_commits
...
There are two reasons for removing these lines of code
1. There are no push methods for strings (author_line/committer_line)
2. git does not support multiple authors/committers
Signed-off-by: Lance Chen <cyen0312@gmail.com>
2014-04-07 04:22:12 +08:00
Lance Chen
d27c138b2b
Add gpgsig parsing support in parse_commits
...
Without this patch, parsing through commits
that are gpg signed would fail.
Signed-off-by: Lance Chen <cyen0312@gmail.com>
2014-04-07 04:18:43 +08:00