Luke Plaster
|
3afe421d38
|
[README] #status, #identity and #identify
|
2013-03-17 15:35:37 +00:00 |
|
Luke Plaster
|
1846098db7
|
for Travis: make use of Repo#identify to ensure that our repository has an identity set when running the #create_tag test
|
2013-03-17 15:21:02 +00:00 |
|
Luke Plaster
|
2ece84faf6
|
added Repo#identity and Repo#identify with a unit test
|
2013-03-14 23:27:37 +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 |
|
Luke Plaster
|
d2c2cc530a
|
Merge pull request #2 from drevilt/master
mocha and coffeescript version bump
|
2013-03-14 11:45:56 -07:00 |
|
Daniel Nagy
|
016c8da273
|
mocha and coffeescript version bump
|
2013-03-14 18:13:44 +00:00 |
|
Luke Plaster
|
92972683cb
|
[test fix] pass a properly formed octal to fs.mkdir
|
2013-03-13 21:40:41 +00:00 |
|
Luke Plaster
|
ca3753b5fc
|
Merge pull request #1 from drevilt/master
Thanks. Merged.
|
2013-03-13 14:23:25 -07:00 |
|
Daniel Nagy
|
bc3f389ee6
|
fix unittests
|
2013-03-13 21:24:57 +00:00 |
|
Daniel Nagy
|
c905ba05e2
|
improve status parsing
|
2013-03-13 01:39:05 +00:00 |
|
luke
|
f9abf4b277
|
Repo#sync restructured to make sure a 'stash pop' is never attempted if there was nothing to stash in the first place
|
2013-03-12 18:21:24 +00:00 |
|
luke
|
334417ea34
|
added Repo#remote_remove(name, callback)
|
2013-03-12 16:05:10 +00:00 |
|
luke
|
d2ccc6e406
|
added Repo#remote_push(name, callback)
|
2013-03-12 12:17:17 +00:00 |
|
luke
|
18952cdb12
|
a remote_name may now be specified as the first argument of a call to sync(); it defaults to 'origin' if not provided - the previous API has been preserved
|
2013-03-12 12:11:59 +00:00 |
|
djg
|
80b4f47883
|
Merge pull request #4 from yuest/master
resolved two bugs
|
2012-05-01 07:51:57 -07:00 |
|
Yuest Wang
|
d419912f4f
|
repo#sync default
|
2012-04-29 20:31:54 +08:00 |
|
Yuest Wang
|
fbb3f3943b
|
two bugs: repo#commit's optional options parameter and repo#sync's required branch parameter
|
2012-04-29 19:36:05 +08:00 |
|
sentientwaffle
|
6b759b7fbf
|
Merge branch 'master' of github.com:sentientwaffle/gift
|
2012-04-25 11:14:30 -06:00 |
|
djg
|
aacfe2ab61
|
Merge pull request #2 from danielmahon/master
Added git merge method
|
2012-04-25 10:14:35 -07:00 |
|
sentientwaffle
|
75114c5ea7
|
dont test node 0.7 with travis
|
2012-04-25 11:12:55 -06:00 |
|
Daniel Mahon
|
248a787083
|
fixed typo
|
2012-04-21 21:01:36 -04:00 |
|
Daniel Mahon
|
ba92cfb965
|
Merge remote-tracking branch 'gift/master'
|
2012-04-21 20:54:30 -04:00 |
|
Daniel Mahon
|
fb449539f5
|
Added merge method
|
2012-04-21 20:37:48 -04:00 |
|
sentientwaffle
|
133f556308
|
change all status messages to arrays
|
2012-03-23 18:54:55 -06:00 |
|
sentientwaffle
|
a92e358f21
|
bump
|
2012-03-23 13:11:55 -06:00 |
|
sentientwaffle
|
7f158c4813
|
handle multiple "unstaged" messages
|
2012-03-23 13:11:37 -06:00 |
|
sentientwaffle
|
a84da5dfda
|
bump
|
2012-03-23 08:59:19 -06:00 |
|
sentientwaffle
|
712928cd0a
|
fix Status#clean
|
2012-03-23 08:58:50 -06:00 |
|
sentientwaffle
|
b8bba251a4
|
update docs [ci skip]
|
2012-03-23 08:39:27 -06:00 |
|
sentientwaffle
|
6e8567845e
|
Merge branch 'sync'
|
2012-03-23 08:32:21 -06:00 |
|
sentientwaffle
|
50f81834a7
|
bump
|
2012-03-23 08:30:43 -06:00 |
|
sentientwaffle
|
c7493894de
|
fix create_tag, closes #1
|
2012-03-23 08:30:14 -06:00 |
|
sentientwaffle
|
8e02f4e851
|
document Actor#hash [ci skip]
|
2012-02-22 11:44:46 -07:00 |
|
sentientwaffle
|
b566b6db9d
|
bump
|
2012-02-20 15:07:51 -07:00 |
|
sentientwaffle
|
375b34c9ab
|
quote the commit message
|
2012-02-18 16:16:00 -07:00 |
|
sentientwaffle
|
ac2f2c5962
|
add Repo#revert
|
2012-02-18 12:40:34 -07:00 |
|
sentientwaffle
|
ff3161b6fd
|
add Diff#toJSON
|
2012-02-17 07:51:12 -07:00 |
|
sentientwaffle
|
a2528a09e4
|
allow Repo#diff to receive commit shas
|
2012-02-17 07:46:08 -07:00 |
|
sentientwaffle
|
ce62b82899
|
add Actor#hash
|
2012-02-16 19:26:24 -07:00 |
|
sentientwaffle
|
5486623300
|
parse date correctly
|
2012-02-16 18:45:21 -07:00 |
|
sentientwaffle
|
d7addbe44c
|
dont crash when the skip is set too high
|
2012-02-16 15:14:12 -07:00 |
|
sentientwaffle
|
e322373dca
|
add Commit#toJSON
|
2012-02-16 15:00:47 -07:00 |
|
sentientwaffle
|
0e5b0f23c5
|
add travis button to README [ci skip]
|
2012-02-15 08:00:43 -07:00 |
|
sentientwaffle
|
ce9ae80112
|
loosen up the mocha version
|
2012-02-15 07:59:16 -07:00 |
|
sentientwaffle
|
cf42381a8f
|
add travis.yml
|
2012-02-15 07:57:22 -07:00 |
|
sentientwaffle
|
8d9a62c8ff
|
add coffeescript as dev dependency
|
2012-02-15 07:55:12 -07:00 |
|
sentientwaffle
|
dc28bc1f47
|
change README wording
|
2012-02-15 07:52:40 -07:00 |
|
sentientwaffle
|
3ef68d9840
|
initial commit
|
2012-02-15 07:51:45 -07:00 |
|