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

215 Commits

Author SHA1 Message Date
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
Brian Partridge
52f70dd377 Adding support for "remote set-url" 2014-11-05 12:02:26 -08:00
Daniel Hinds-Bond
41380b0a69 bump version file 2014-10-06 09:42:18 -05:00
Daniel Hinds-Bond
4b7fa3f43d update npm to 1.4.28 2014-10-06 09:29:19 -05:00
Daniel Hinds-Bond
184a308ad6 update travis.yml to fix build on 0.8 2014-10-06 09:25:07 -05:00
Daniel Hinds-Bond
1d4b528c08 update package devdependencies 2014-10-06 08:49:08 -05:00
Daniel Hinds-Bond
a4f691afe1 add options to status 2014-10-06 08:40:06 -05:00
Daniel Hinds-Bond
da23cc0f60 add -u flag to list files in untracked directories 2014-10-03 09:56:16 -05:00
Luke Plaster
958bc9160d Merge pull request #40 from PeterDaveHello/patch-2
Use svg instead of png to get better image quality
2014-09-17 17:22:40 +02:00
Peter Dave Hello
c610bc56fc Use svg instead of png to get better image quality 2014-09-17 22:07:00 +08:00
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
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