1
0
mirror of https://github.com/danog/gift.git synced 2024-11-30 04:19:37 +01:00
Commit Graph

240 Commits

Author SHA1 Message Date
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
Lance Chen
3490c23c69
Make only files under text/fixtures treated as binary
Signed-off-by: Lance Chen <cyen0312@gmail.com>
2014-04-07 04:03:59 +08:00
Luke Plaster
a244cbabd7 Bumped version to 0.4.0 2014-04-01 18:34:18 +02:00
Luke Plaster
1549e1d885 Merge pull request #19 from Mrono/master
#18 Adding stashing for untracked files
2014-04-01 03:51:10 +02:00
Mike
e1e6973816 Adding stashing for untracked files 2014-03-27 16:45:38 -06:00
Luke Plaster
4e1ace0660 Merge pull request #11 from cubehero/add_id_to_diff
added sha hash of the files being diff'd to diffs
2014-03-18 13:47:49 +01:00
Luke Plaster
ea4e353f68 Merge pull request #14 from cubehero/diff_parse_raw
Diff parse raw
2014-03-18 13:46:07 +01:00
Luke Plaster
d6c4acfc01 Merge pull request #13 from cubehero/diff_options
add options to git diff
2014-03-18 13:45:56 +01:00
Wil Chung
9287ab3948 removed diff raw parse's debugging line 2014-03-15 11:05:56 -07:00
Wil Chung
c8a7addd11 can now parse raw diff format 2014-03-13 13:05:22 -07:00
Wil Chung
667e3e04ac add options to git diff 2014-03-11 20:42:36 -07:00
Luke Plaster
dc4341eb3d Bumped version to 0.3.0 2014-03-08 19:28:00 +01:00
Luke Plaster
d15426c6a6 Merge pull request #7 from cubehero/streaming
Added data streaming for blob files
2014-03-08 19:23:02 +01:00
Wil Chung
70dd9e2e58 added sha hash of the files being diff'd to diffs 2014-03-08 09:05:55 -08:00
Wil Chung
afd917674c added README explaining blob.dataStream() 2014-03-05 18:51:45 -08:00
Wil Chung
4dd101ffc0 ignore editor files in gitignore 2014-03-05 18:32:05 -08:00
Wil Chung
06e335a875 can stream blob data 2014-03-05 18:25:47 -08:00
Luke Plaster
6531a0a0b6 Bumped version to 0.2.0 2014-02-20 21:41:06 +01:00
Luke Plaster
5cc2890ee6 Reverted package scripts 2014-02-20 21:39:08 +01:00
Luke Plaster
86bc9eda42 Revert "publish sources with NPM"
This reverts commit e340da9bbd.
2014-02-20 21:36:28 +01: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
02fbc2b60b Merge branch 'master' of https://github.com/IgorMuzyka/gift 2014-02-20 11:22:22 +02: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
Igor Muzyka
1ad5cb9a06 Added description of repo.current_commit and how to get unlimited commits by repo.commits 2014-02-20 11:14:28 +02:00
Luke Plaster
ceb7b457d0 Merge pull request #5 from feugy/master
Merging our works
2014-02-19 21:43:39 +01:00
Igor Muzyka
77f0b3020b Added capability to get all commits or do not limit them by giving -1 as limit 2014-02-19 14:10:58 +02:00
Igor Muzyka
d6bc3d0bdf Added current_commit function to repo 2014-02-19 12:38:06 +02:00
feugy
aba4c6ce6e Fix default identity of repo tests 2014-02-12 18:39:19 +01:00
Luke Plaster
e37fd24033 Added npm search keywords 2014-02-10 01:03:34 +01:00
Luke Plaster
57b4e4b7f9 README: Updated installation stuff 2014-02-10 00:54:05 +01:00
Luke Plaster
0aff886c05 Enabled CI testing on node 0.10, 0.11 2014-02-10 00:47:28 +01:00
Luke Plaster
f232364728 Bumped version to 0.1.3 2014-02-10 00:34:35 +01:00
feugy
e340da9bbd publish sources with NPM 2014-02-08 21:11:36 +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
0f75fa9d04 Temporarily disabled travis testing on node 0.6 due to npm SSL cert issues 2014-01-14 05:08:07 +01:00
Luke Plaster
60ffeec040 Merge pull request #4 from epmenard/master
Added ls-files method to repo
2014-01-13 01:56:10 -08:00
EP Menard
237957135a Added ls-files method to repo 2013-12-13 14:43:25 +00:00
Luke Plaster
d0e7e53b39 Test fix: corrected use of should to assert typeof 2013-11-19 15:52:11 +01:00
Luke Plaster
6af78372d5 Added node 0.8 to .travis.yml 2013-11-19 15:47:01 +01:00
Luke Plaster
f750e56c1e Bumped version to 0.1.2 2013-11-19 15:45:56 +01:00
Luke Plaster
36927e8509 Merge pull request #3 from pauldallen/patch-1
added a passthrough to the git.coffee script to run raw git commands aga...
2013-11-19 03:15:37 -08:00