mirror of
https://github.com/danog/gift.git
synced 2024-11-26 20:04:47 +01:00
Added changelog
This commit is contained in:
parent
f031ce79b7
commit
707a54c678
249
CHANGELOG.md
Normal file
249
CHANGELOG.md
Normal file
@ -0,0 +1,249 @@
|
||||
## Change Log
|
||||
|
||||
### v0.6.1 (2015/07/02 05:46 +00:00)
|
||||
- [524383b](https://github.com/notatestuser/gift/commit/524383b33623619cbdd8d3f565e11f91bdd139fa) handle hg converted gpg lines (@Connoropolous)
|
||||
- [4072486](https://github.com/notatestuser/gift/commit/40724861761b7ab2b4f39ac45c22b74638443ab5) Add license attribute (@pdehaan)
|
||||
- [#64](https://github.com/notatestuser/gift/pull/64) Merge pull request #64 from pdehaan/patch-1 (@pdehaan)
|
||||
- [6958dd5](https://github.com/notatestuser/gift/commit/6958dd5181dfcc65ce81bddd4f0fcc70b759d5f0) Removed redundant if guard in hg gpg garbage removal (@notatestuser)
|
||||
- [4731bbc](https://github.com/notatestuser/gift/commit/4731bbc2cd7223c360b2594a4bf92f15b3c34450) Merge branch 'connoropolous-kilnhgcopies-fix' (@notatestuser)
|
||||
- [f031ce7](https://github.com/notatestuser/gift/commit/f031ce79b7fdc48270e00319accdfa0a5c292941) Bumped version to 0.6.1 (@notatestuser)
|
||||
|
||||
### v0.6.0 (2015/04/14 21:21 +00:00)
|
||||
- [fdc8399](https://github.com/notatestuser/gift/commit/fdc83998c8c40ffdaa05592ae9f2329a430b3e91) enable specify git binary location along with other options in the constructor
|
||||
- [08690db](https://github.com/notatestuser/gift/commit/08690dba32f3455ab3571cd5de85b3eda215fc68) set 'utf8' encoding as default (@BastienLQ)
|
||||
- [dd2ff80](https://github.com/notatestuser/gift/commit/dd2ff8027a7798d82632cba77f0d4aa9d3562364) Adjusted maxBuffer sent to exec for large repos (@serialworm)
|
||||
- [c604401](https://github.com/notatestuser/gift/commit/c6044016288a76cc90e3294c9ea9014e3524281f) double quotes work better on windows both inside and outside of cygwin (@zippy1981)
|
||||
- [#60](https://github.com/notatestuser/gift/pull/60) Merge pull request #60 from zippy1981/quoting (@zippy1981)
|
||||
- [#57](https://github.com/notatestuser/gift/pull/57) Merge pull request #57 from serialworm/master (@serialworm)
|
||||
- [a253157](https://github.com/notatestuser/gift/commit/a253157ceac17954e4af0756a0115eb2f5c90508) Merge remote-tracking branch 'BastienLQ/master' (@notatestuser)
|
||||
- [61d7452](https://github.com/notatestuser/gift/commit/61d74521b1bcbec99473acc25b937238aab5f8a1) Bumped version to 0.6.0 (@notatestuser)
|
||||
|
||||
### v0.5.0 (2014/11/17 20:27 +00:00)
|
||||
- [c610bc5](https://github.com/notatestuser/gift/commit/c610bc56fc53aed0e009d8d98b093bcdca10709d) Use svg instead of png to get better image quality (@PeterDaveHello)
|
||||
- [#40](https://github.com/notatestuser/gift/pull/40) Merge pull request #40 from PeterDaveHello/patch-2 (@PeterDaveHello)
|
||||
- [da23cc0](https://github.com/notatestuser/gift/commit/da23cc0f605be16e0e22abc9e2c7073028d1bd46) add -u flag to list files in untracked directories
|
||||
- [a4f691a](https://github.com/notatestuser/gift/commit/a4f691afe1338bac63ae4f56bb78cb4f0526dc28) add options to status
|
||||
- [1d4b528](https://github.com/notatestuser/gift/commit/1d4b528c08233f26ce36486943c7f0ccc0edb85b) update package devdependencies
|
||||
- [184a308](https://github.com/notatestuser/gift/commit/184a308ad6fa359bfd1b3d5862b1aeeb575b0fdb) update travis.yml to fix build on 0.8
|
||||
- [4b7fa3f](https://github.com/notatestuser/gift/commit/4b7fa3f43df7b2e0b9a7542763a5d2724e8cf7c7) update npm to 1.4.28
|
||||
- [41380b0](https://github.com/notatestuser/gift/commit/41380b0a69f00f22327ed11895ea05a098b1d975) bump version file
|
||||
- [52f70dd](https://github.com/notatestuser/gift/commit/52f70dd3775247ae12303c0d5011bb5ce3a04e2a) Adding support for "remote set-url" (@bpartridge83)
|
||||
- [1209a68](https://github.com/notatestuser/gift/commit/1209a68a34ae9b6dd1d169af31a3b748841dbdfe) Deleting a remote URL (git remote set-url --delete...) (@bpartridge83)
|
||||
- [9ba915b](https://github.com/notatestuser/gift/commit/9ba915bbd64b453bfe89b72f5490742903649d8b) Updating README to document new set-url functions (@bpartridge83)
|
||||
- [#47](https://github.com/notatestuser/gift/pull/47) Merge pull request #47 from bpartridge83/master (@bpartridge83)
|
||||
- [a42792c](https://github.com/notatestuser/gift/commit/a42792cf5c9730f3ce1f96b8f729915661495436) add support for git clean (@esalter)
|
||||
- [#48](https://github.com/notatestuser/gift/pull/48) Merge pull request #48 from esalter/master (@esalter)
|
||||
- [43e5d51](https://github.com/notatestuser/gift/commit/43e5d51755ad1ee7c3cfd17a3d1a16f5fd7d4de5) Newlines or something (@notatestuser)
|
||||
- [4c600df](https://github.com/notatestuser/gift/commit/4c600dfa4b97eea13ccec67717ed18e7d730094d) Added Repo#remote_set_url (@notatestuser)
|
||||
- [f28aaa4](https://github.com/notatestuser/gift/commit/f28aaa476103ae157ed1150eaf644c118ccea6f8) update README
|
||||
- [#45](https://github.com/notatestuser/gift/pull/45) Merge pull request #45 from 007design/master (@007design)
|
||||
- [8085451](https://github.com/notatestuser/gift/commit/808545151e5675d06a94eaca9ad6416ae16cd5cb) Removed a console.log (@notatestuser)
|
||||
- [93e180f](https://github.com/notatestuser/gift/commit/93e180f023a3dd0a00384036d805fde385f33837) Bumped version to 0.5.0 (@notatestuser)
|
||||
|
||||
### v0.4.3 (2014/08/29 09:14 +00:00)
|
||||
- [6f3c7fe](https://github.com/notatestuser/gift/commit/6f3c7feb8b4807cf09f5e0858c4fc09aaa2225da) Add missing status.type cases to README (@maschs)
|
||||
- [b1d4cdf](https://github.com/notatestuser/gift/commit/b1d4cdfd594b362843170fab486c02d3c4b2d089) Add repo.checkoutFile (@maschs)
|
||||
- [cee0e3a](https://github.com/notatestuser/gift/commit/cee0e3aeb0e3c47190713c67dcccfca880e00e60) Add repo.reset (@maschs)
|
||||
- [7e778ec](https://github.com/notatestuser/gift/commit/7e778ec1aaa99cbdf0fdfa3a819fc7523528ffa3) Add fixtures for reset test (@maschs)
|
||||
- [b936392](https://github.com/notatestuser/gift/commit/b936392ab1dbc3a194018f820791e1942f268917) Typo (@maschs)
|
||||
- [cfc8c9c](https://github.com/notatestuser/gift/commit/cfc8c9c2567144c56b59eb20b8163450c6db550e) Move fixtures/reset (@maschs)
|
||||
- [843be77](https://github.com/notatestuser/gift/commit/843be771f8bd88ddb4af8e85550952b781881b7d) Update devDependencies, fix mocha test. (@maschs)
|
||||
- [91495b1](https://github.com/notatestuser/gift/commit/91495b175dc18f968afd8730802acec4fd80fa3b) Add tests for repo.reset (@maschs)
|
||||
- [245011f](https://github.com/notatestuser/gift/commit/245011f0b2a8987450cdf732c66fc7da1cf177bd) Fix missing () (@maschs)
|
||||
- [84df9b3](https://github.com/notatestuser/gift/commit/84df9b382f2877fa6f1b9cc78eb3ed3fa9fe4e0e) Add tests for repo.checkoutFile (@maschs)
|
||||
- [0c90e8f](https://github.com/notatestuser/gift/commit/0c90e8f489056967d6082c2d7de794edd988f7d3) Add Repo#reset & Repo#checkoutFile to README (@maschs)
|
||||
- [9ba1cd5](https://github.com/notatestuser/gift/commit/9ba1cd513df54354d7b5ae1e7241d29649e4e734) :memo: (@maschs)
|
||||
- [78948e2](https://github.com/notatestuser/gift/commit/78948e255320f0a40de1382c9ef9d20a540957fd) :lipstick: Remove debug code (@maschs)
|
||||
- [4a7aa57](https://github.com/notatestuser/gift/commit/4a7aa57a6bc85536a78e4e12d16bd6e3d48182ef) Fix deprecated should calls (@maschs)
|
||||
- [367b12b](https://github.com/notatestuser/gift/commit/367b12b2d77222d43390b9a54b9600f458b05dca) Escape whitespaces in pgp signature test (@maschs)
|
||||
- [365843e](https://github.com/notatestuser/gift/commit/365843e0718208c12f2acf1948d346826d337d21) Reinitialize the copied git test repos (@maschs)
|
||||
- [7d300d7](https://github.com/notatestuser/gift/commit/7d300d75faaac5c65f8b78daa8cd34de963d93de) Disable node 0.8 on travis (@maschs)
|
||||
- [e4557ff](https://github.com/notatestuser/gift/commit/e4557ffc39498f19df9594d315bdf76f7a5d5f97) Remove trailing whitespaces (@maschs)
|
||||
- [#30](https://github.com/notatestuser/gift/pull/30) Merge pull request #30 from frk1705/readmeStatus (@frk1705)
|
||||
- [3208203](https://github.com/notatestuser/gift/commit/3208203f37d70fc1a74ae94af2132de1bf81937b) Force updating npm to avoid travis errors (@maschs)
|
||||
- [f9f3ce4](https://github.com/notatestuser/gift/commit/f9f3ce43bef04b6813de479dbbe2735db983e301) Replace rimraf with fs-extra (@maschs)
|
||||
- [e1a8fc6](https://github.com/notatestuser/gift/commit/e1a8fc6e956ef008b184a1d6d336216c258bfa37) Cleanup reset fixture (@maschs)
|
||||
- [16842b8](https://github.com/notatestuser/gift/commit/16842b87b17df10e7763d363cac09f96fe63122b) Add test to reproduce the error caused by (no branch).
|
||||
- [d85f686](https://github.com/notatestuser/gift/commit/d85f686d388e333abde2ac89020f2f127d9d7e9d) Fix test: return error when the current branch check out to a commit.
|
||||
- [#31](https://github.com/notatestuser/gift/pull/31) Merge pull request #31 from maschs/f-checkoutFiles (@maschs)
|
||||
- [3186861](https://github.com/notatestuser/gift/commit/3186861791876c64ca04cf775054a24628f6ab47) add devDependency info in readme (@PeterDaveHello)
|
||||
- [#35](https://github.com/notatestuser/gift/pull/35) Merge pull request #35 from PeterDaveHello/patch-1 (@PeterDaveHello)
|
||||
- [#33](https://github.com/notatestuser/gift/pull/33) Merge pull request #33 from shaoshing/no-branch (@shaoshing)
|
||||
- [6f7a770](https://github.com/notatestuser/gift/commit/6f7a770f76963d40adacce16cc4ff88c3d393561) Bumped version to 0.4.3 (@notatestuser)
|
||||
|
||||
### v0.4.2 (2014/06/08 11:26 +00:00)
|
||||
- [6bdd9be](https://github.com/notatestuser/gift/commit/6bdd9be969230cfd15d505bd2a3f463006b80530) Bumped version to 0.4.1 (@notatestuser)
|
||||
- [#21](https://github.com/notatestuser/gift/pull/21) Merge pull request #21 from Mrono/master (@Mrono)
|
||||
- [66865f0](https://github.com/notatestuser/gift/commit/66865f063bb6c61a282e204b62e8a6bac83f52cb) Dropped node 0.4 from travis config (@notatestuser)
|
||||
- [d209528](https://github.com/notatestuser/gift/commit/d209528ef1bec6a30653215dce7ac987a6e3ce79) Add test cases and fixtures for gpgsig parsing (@Lance0312)
|
||||
- [1c19507](https://github.com/notatestuser/gift/commit/1c1950793cb3d508dcb7264c48f0bd600f39387e) Adding branch parameter to repo.remote_push (@pose)
|
||||
- [#20](https://github.com/notatestuser/gift/pull/20) Merge pull request #20 from Lance0312/pr (@Lance0312)
|
||||
- [#28](https://github.com/notatestuser/gift/pull/28) Merge pull request #28 from pose/push-branch-support (@pose)
|
||||
- [3ec8ed9](https://github.com/notatestuser/gift/commit/3ec8ed93a5b5ca4d21f326c702a7cc89c46c18c6) Bumped version to 0.4.2 (@notatestuser)
|
||||
|
||||
### v0.4.1 (2014/04/27 19:45 +00:00)
|
||||
- [3490c23](https://github.com/notatestuser/gift/commit/3490c23c69ce13d33bfbad266afec76c799a6751) Make only files under text/fixtures treated as binary (@Lance0312)
|
||||
- [d27c138](https://github.com/notatestuser/gift/commit/d27c138b2b93f52f7409631ea0759d8dd164da9a) Add gpgsig parsing support in parse_commits (@Lance0312)
|
||||
- [9ab97cc](https://github.com/notatestuser/gift/commit/9ab97cc75c9e52ab0117f41d6cf495f06c612977) Remove redundant code in parse_commits (@Lance0312)
|
||||
- [6817011](https://github.com/notatestuser/gift/commit/6817011807e82804863d7b76b8df00dc553d2a3f) Fix unknown property 'first' (@Lance0312)
|
||||
- [21f4c6d](https://github.com/notatestuser/gift/commit/21f4c6d58a36076324d0fddeac13a24ac876e0cd) Make only files under text/fixtures treated as binary (@Lance0312)
|
||||
- [6cf8d21](https://github.com/notatestuser/gift/commit/6cf8d21fbb2efcb5f1574ccc2e225d352c77d198) Added strict pull function (@Mrono)
|
||||
- [deecf9b](https://github.com/notatestuser/gift/commit/deecf9bf86fd600301300b8495f2b0d700d2187f) Added stderr to callback (@Mrono)
|
||||
- [f526b42](https://github.com/notatestuser/gift/commit/f526b4227192cd9426defc548471e9510716d477) More informative sync error messages
|
||||
- [6463c25](https://github.com/notatestuser/gift/commit/6463c25ea8d1d5692adf041190e872b5bf4e60cd) Add git rm options (@MoOx)
|
||||
- [#24](https://github.com/notatestuser/gift/pull/24) Merge pull request #24 from MoOx/master (@MoOx)
|
||||
- [0b202d1](https://github.com/notatestuser/gift/commit/0b202d10dccabbfa39787f8035fe29dec4b89229) Fixes arguments.slice bug in Repo.diff(). (@diiq)
|
||||
- [#26](https://github.com/notatestuser/gift/pull/26) Merge pull request #26 from diiq/fix_diff_slice (@diiq)
|
||||
- [#22](https://github.com/notatestuser/gift/pull/22) Merge pull request #22 from Mrono/betterSyncMessages (@Mrono)
|
||||
|
||||
### v0.4.0 (2014/04/01 16:34 +00:00)
|
||||
- [667e3e0](https://github.com/notatestuser/gift/commit/667e3e04ac2c7a742274f68ac446a909f50ec5fd) add options to git diff (@iamwilhelm)
|
||||
- [c8a7add](https://github.com/notatestuser/gift/commit/c8a7addd11a3dad439896b4df0a2e39d33187b4f) can now parse raw diff format (@iamwilhelm)
|
||||
- [9287ab3](https://github.com/notatestuser/gift/commit/9287ab39487b3ad1924337a2cb79b061dcc7d715) removed diff raw parse's debugging line (@iamwilhelm)
|
||||
- [#13](https://github.com/notatestuser/gift/pull/13) Merge pull request #13 from cubehero/diff_options (@cubehero)
|
||||
- [#14](https://github.com/notatestuser/gift/pull/14) Merge pull request #14 from cubehero/diff_parse_raw (@cubehero)
|
||||
- [#11](https://github.com/notatestuser/gift/pull/11) Merge pull request #11 from cubehero/add_id_to_diff (@cubehero)
|
||||
- [e1e6973](https://github.com/notatestuser/gift/commit/e1e697381661438bda338a92af1b9aca59b278ee) Adding stashing for untracked files (@Mrono)
|
||||
- [#19](https://github.com/notatestuser/gift/pull/19) Merge pull request #19 from Mrono/master (@Mrono)
|
||||
- [a244cba](https://github.com/notatestuser/gift/commit/a244cbabd7aef0f89e165360448d14f576880e87) Bumped version to 0.4.0 (@notatestuser)
|
||||
|
||||
### v0.3.0 (2014/03/08 18:28 +00:00)
|
||||
- [06e335a](https://github.com/notatestuser/gift/commit/06e335a875283cc3fded656c0f7f6b4c95bad5a1) can stream blob data (@iamwilhelm)
|
||||
- [4dd101f](https://github.com/notatestuser/gift/commit/4dd101ffc0a0eb574cb7e1de6b79ec6103e11468) ignore editor files in gitignore (@iamwilhelm)
|
||||
- [afd9176](https://github.com/notatestuser/gift/commit/afd917674ca2ddf5983f23ef855461863c9e206f) added README explaining blob.dataStream() (@iamwilhelm)
|
||||
- [70dd9e2](https://github.com/notatestuser/gift/commit/70dd9e2e58326fd9ac5509139c885302360618d3) added sha hash of the files being diff'd to diffs (@iamwilhelm)
|
||||
- [#7](https://github.com/notatestuser/gift/pull/7) Merge pull request #7 from cubehero/streaming (@cubehero)
|
||||
- [dc4341e](https://github.com/notatestuser/gift/commit/dc4341eb3d18c2206f950743a83f4996716fe6aa) Bumped version to 0.3.0 (@notatestuser)
|
||||
|
||||
### v0.2.0 (2014/02/20 20:41 +00:00)
|
||||
- [0aff886](https://github.com/notatestuser/gift/commit/0aff886c05b33b598586b63bf63ff834e29b110b) Enabled CI testing on node 0.10, 0.11 (@notatestuser)
|
||||
- [57b4e4b](https://github.com/notatestuser/gift/commit/57b4e4b7f9bc48c75bd3aef80767feb67eea510c) README: Updated installation stuff (@notatestuser)
|
||||
- [e37fd24](https://github.com/notatestuser/gift/commit/e37fd240337411f57466d80c16c0951349f01d55) Added npm search keywords (@notatestuser)
|
||||
- [aba4c6c](https://github.com/notatestuser/gift/commit/aba4c6ce6ea9a12a50f99ca876ea1d0a29ed8991) Fix default identity of repo tests (@feugy)
|
||||
- [d6bc3d0](https://github.com/notatestuser/gift/commit/d6bc3d0bdf75f003f421fa490911de8fdbd83d2b) Added current_commit function to repo (@IgorMuzyka)
|
||||
- [77f0b30](https://github.com/notatestuser/gift/commit/77f0b3020ba53e39452058ecaf7d4d51084572ce) Added capability to get all commits or do not limit them by giving -1 as limit (@IgorMuzyka)
|
||||
- [#5](https://github.com/notatestuser/gift/pull/5) Merge pull request #5 from feugy/master (@feugy)
|
||||
- [1ad5cb9](https://github.com/notatestuser/gift/commit/1ad5cb9a06dee324391025866e306220372b0551) Added description of repo.current_commit and how to get unlimited commits by repo.commits (@IgorMuzyka)
|
||||
- [4c1fee0](https://github.com/notatestuser/gift/commit/4c1fee0af1c1153ac1f424d096a96a463730e1c0) Added description of repo.current_commit and how to get unlimited commits by repo.commits to README.md (@IgorMuzyka)
|
||||
- [02fbc2b](https://github.com/notatestuser/gift/commit/02fbc2b60be3e8901e027fbc0f3238b2dde335d2) Merge branch 'master' of https://github.com/IgorMuzyka/gift (@IgorMuzyka)
|
||||
- [#6](https://github.com/notatestuser/gift/pull/6) Merge pull request #6 from IgorMuzyka/master (@IgorMuzyka)
|
||||
- [27f669d](https://github.com/notatestuser/gift/commit/27f669dd9aaa1bf8e5bccd997ab0793dcdc8e6f2) Edited README (@notatestuser)
|
||||
- [86bc9ed](https://github.com/notatestuser/gift/commit/86bc9eda4229a6531ca058b3dc41eaf4cca6165c) Revert "publish sources with NPM" (@notatestuser)
|
||||
- [5cc2890](https://github.com/notatestuser/gift/commit/5cc2890ee6e27cea84e23c47f60782522d75198c) Reverted package scripts (@notatestuser)
|
||||
- [6531a0a](https://github.com/notatestuser/gift/commit/6531a0a0b6a8f678efc4ecab536aaf00e5dbc098) Bumped version to 0.2.0 (@notatestuser)
|
||||
|
||||
### v0.1.3 (2014/02/09 23:34 +00:00)
|
||||
- [6af7837](https://github.com/notatestuser/gift/commit/6af78372d5ccf31a3dad8a8ce33744fe318ea8b5) Added node 0.8 to .travis.yml (@notatestuser)
|
||||
- [d0e7e53](https://github.com/notatestuser/gift/commit/d0e7e53b3931a1db1a469515e269e63f9fb5a3ae) Test fix: corrected use of should to assert typeof (@notatestuser)
|
||||
- [2379571](https://github.com/notatestuser/gift/commit/237957135af0bd97a4b6eaa329a2e9911658f061) Added ls-files method to repo
|
||||
- [#4](https://github.com/notatestuser/gift/pull/4) Merge pull request #4 from epmenard/master (@epmenard)
|
||||
- [0f75fa9](https://github.com/notatestuser/gift/commit/0f75fa9d04091934ec7384bb324e95630d343154) Temporarily disabled travis testing on node 0.6 due to npm SSL cert issues (@notatestuser)
|
||||
- [abd70f5](https://github.com/notatestuser/gift/commit/abd70f5111dedc2657da3e0c4a90b277409f117a) Merge repositories. (@feugy)
|
||||
- [e340da9](https://github.com/notatestuser/gift/commit/e340da9bbda07721dd13c61695ac78ebeedb292b) publish sources with NPM (@feugy)
|
||||
- [f232364](https://github.com/notatestuser/gift/commit/f232364728063392503f34210b84aea2ebd57f27) Bumped version to 0.1.3 (@notatestuser)
|
||||
|
||||
### v0.1.2 (2013/11/19 14:45 +00:00)
|
||||
- [2f68a6b](https://github.com/notatestuser/gift/commit/2f68a6b9c87ec1de2ed185065fdde0c002cb7ac2) Added src, test to .npmignore (@notatestuser)
|
||||
- [5b72e19](https://github.com/notatestuser/gift/commit/5b72e190baaf7775b17685bf8e16a20f33f4170e) Bumped version to 0.1.1 (@notatestuser)
|
||||
- [9fa08e5](https://github.com/notatestuser/gift/commit/9fa08e54bd662182bcda797aba0685753a2b971b) README: Added david-dm badge to indicate freshness of deps (@notatestuser)
|
||||
- [63bb761](https://github.com/notatestuser/gift/commit/63bb76135a1d64b3e26fc293eab18eb12f767014) added a passthrough to the git.coffee script to run raw git commands against a repo (@pauldallen)
|
||||
- [#3](https://github.com/notatestuser/gift/pull/3) Merge pull request #3 from pauldallen/patch-1 (@pauldallen)
|
||||
- [f750e56](https://github.com/notatestuser/gift/commit/f750e56c1ee80ce42f28315029de9045973b69c3) Bumped version to 0.1.2 (@notatestuser)
|
||||
|
||||
### v0.1.0 (2013/10/12 14:12 +00:00)
|
||||
- [a197fe7](https://github.com/notatestuser/gift/commit/a197fe7ba071490d8d5406bf2657456c5964be12) Git.clone() added (@skovalyov)
|
||||
- [b71c18f](https://github.com/notatestuser/gift/commit/b71c18f93eeb313db6b7075066147b153c5d2b0e) Git.init() extended with bare parameter (@skovalyov)
|
||||
- [0d951d7](https://github.com/notatestuser/gift/commit/0d951d75d4471359bb172117dbbbfb19cffdefe1) Disable Git.clone() test (@skovalyov)
|
||||
- [9ef8c80](https://github.com/notatestuser/gift/commit/9ef8c800962ebc0a175f08ecbaddb5e93e66996e) Add basic support for reading git config (@drd)
|
||||
- [7510aa1](https://github.com/notatestuser/gift/commit/7510aa1f71951c55cb21e467763f29e77ed42aee) update README (@drd)
|
||||
- [4909d83](https://github.com/notatestuser/gift/commit/4909d8375edbcb7d089502302f1a197f43ea93d3) Config, not Status (@drd)
|
||||
- [671d53d](https://github.com/notatestuser/gift/commit/671d53da04929779fcfb3e8712616d95566d1bd0) Update docs (@drd)
|
||||
- [2ce32ba](https://github.com/notatestuser/gift/commit/2ce32baf54348ab926811f91bb6cddcdbc7829dd) rename values to items (@drd)
|
||||
- [3a197a4](https://github.com/notatestuser/gift/commit/3a197a43d5d8cb04c88a3369c33af5ca71dbf146) Update README.md (@sentientwaffle)
|
||||
- [ae25cf4](https://github.com/notatestuser/gift/commit/ae25cf4d40ad7f0aaa25c23915258221b8836574) Clone using HTTPS to avoid authentication prompt (@skovalyov)
|
||||
- [#28](https://github.com/notatestuser/gift/pull/28) Merge pull request #28 from skovalyov/git-clone-and-init-bare (@skovalyov)
|
||||
- [b600af2](https://github.com/notatestuser/gift/commit/b600af22b1932377dea8e7f47b2663d1c91dc3a5) Merge branch 'master' of github.com:sentientwaffle/gift (@notatestuser)
|
||||
- [8d5b306](https://github.com/notatestuser/gift/commit/8d5b306bc1aaddfdabe9cb7d14ecedcb95fb3893) Updated travis build status badge; it now points to this fork (@notatestuser)
|
||||
- [#29](https://github.com/notatestuser/gift/pull/29) Merge pull request #29 from drd/master (@drd)
|
||||
- [#22](https://github.com/notatestuser/gift/pull/22) Merge pull request #22 from alexnaspo/master (@alexnaspo)
|
||||
- [6dc6ce3](https://github.com/notatestuser/gift/commit/6dc6ce38791ce9c62d2024c9387fe14363c6656e) Merge branch 'master' of github.com:sentientwaffle/gift (@notatestuser)
|
||||
- [b52fcc4](https://github.com/notatestuser/gift/commit/b52fcc42915f539407ee039ffdbd0bb6e3cf2b4c) Fix bug in commit by passing in the repo (@beaugunderson)
|
||||
- [0b08461](https://github.com/notatestuser/gift/commit/0b084610926f96a29abacaaf22ba5fbaebd2b69d) Bumped version to 0.1.0 (@notatestuser)
|
||||
- [71fad1e](https://github.com/notatestuser/gift/commit/71fad1ed3fceb5d462bc736383b1d7ab30bf1f0a) Updated README.md (@notatestuser)
|
||||
|
||||
### v0.0.6 (2013/07/24 14:04 +00:00)
|
||||
- [133f556](https://github.com/notatestuser/gift/commit/133f556308740838ffb08ad170a5a401f3ceaa00) change all status messages to arrays (@sentientwaffle)
|
||||
- [fb44953](https://github.com/notatestuser/gift/commit/fb449539f5f539e2ddee7c7a68dc42588bf792f6) Added merge method
|
||||
- [ba92cfb](https://github.com/notatestuser/gift/commit/ba92cfb965d700615cd898400783e14f3e77e89b) Merge remote-tracking branch 'gift/master'
|
||||
- [248a787](https://github.com/notatestuser/gift/commit/248a787083556f0ad794dbc076ecfc25b7705f80) fixed typo
|
||||
- [75114c5](https://github.com/notatestuser/gift/commit/75114c5ea729c6c00234daba419f1a4fe67d62a8) dont test node 0.7 with travis (@sentientwaffle)
|
||||
- [6b759b7](https://github.com/notatestuser/gift/commit/6b759b7fbf3c1ab3dd5f7014743d20cfe0dde00d) Merge branch 'master' of github.com:sentientwaffle/gift (@sentientwaffle)
|
||||
- [#2](https://github.com/notatestuser/gift/pull/2) Merge pull request #2 from danielmahon/master (@danielmahon)
|
||||
- [fbb3f39](https://github.com/notatestuser/gift/commit/fbb3f3943bad45115d4e40728773ace76434560e) two bugs: repo#commit's optional options parameter and repo#sync's required branch parameter
|
||||
- [d419912](https://github.com/notatestuser/gift/commit/d419912f4ff3365f4e60455484aa6cbb7dcabb49) repo#sync default
|
||||
- [#4](https://github.com/notatestuser/gift/pull/4) Merge pull request #4 from yuest/master (@yuest)
|
||||
- [1ed5081](https://github.com/notatestuser/gift/commit/1ed508199f54cff5b93f430c32102b3c55cdc924) - Repo.commit: send stdout/stderr to callback lile other methods (@feugy)
|
||||
- [6fb57d6](https://github.com/notatestuser/gift/commit/6fb57d68c798694fd5ff39fc1c3d249ee62340e9) - Repo.commit: possibility to specify author (@feugy)
|
||||
- [3e966bc](https://github.com/notatestuser/gift/commit/3e966bc8d5c797e31fca157be590863d8da60f01) Fix ending problems that corruptes the remotes fixture repository (@feugy)
|
||||
- [16754a1](https://github.com/notatestuser/gift/commit/16754a1ab35e673ed5b9ea658ced3fee90f891d1) Try#2: Fix ending problems that corruptes the remotes fixture repository (@feugy)
|
||||
- [3adb046](https://github.com/notatestuser/gift/commit/3adb0463b2ef4ee42c3f8b95f9c11d761f088f3d) Merge tries to fix endings (@feugy)
|
||||
- [bfddb70](https://github.com/notatestuser/gift/commit/bfddb70e6105450e5caad1de508e3b88c5da673d) Fix commit tree and add test on tree content (@feugy)
|
||||
- [157e076](https://github.com/notatestuser/gift/commit/157e07612524f4d3652f6b30c9b1151a7ae30151) Tree: fix find when searching inside trees. (@feugy)
|
||||
- [6045289](https://github.com/notatestuser/gift/commit/604528980eb5996f85d2bbf94447a2d71dc742df) Status: take new files in account with type 'N' (@feugy)
|
||||
- [c20c50b](https://github.com/notatestuser/gift/commit/c20c50b6b3e65f2971fb8e40db98642800a90b89) git.refs: ignore error code 1 which means that no refs are available. (@feugy)
|
||||
- [5af25bc](https://github.com/notatestuser/gift/commit/5af25bcf17912286df985726e07cac4ee1f0c6e8) Use binary encoding for child_process.exec(): it allows to retrieve binary (@feugy)
|
||||
- [97042f5](https://github.com/notatestuser/gift/commit/97042f561c65cc73b019041fbf7ca59a9b6dd02b) Do compilation after installing (@feugy)
|
||||
- [18952cd](https://github.com/notatestuser/gift/commit/18952cdb12964b46d3c06d5213f40734246e253d) 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 (@notatestuser)
|
||||
- [d2ccc6e](https://github.com/notatestuser/gift/commit/d2ccc6e406702ea69dd3f8cbb48fabfb746654ab) added Repo#remote_push(name, callback) (@notatestuser)
|
||||
- [334417e](https://github.com/notatestuser/gift/commit/334417ea344fcd6cf51d7f84f3e70bedd0e52464) added Repo#remote_remove(name, callback) (@notatestuser)
|
||||
- [f9abf4b](https://github.com/notatestuser/gift/commit/f9abf4b277e0cd308b6305ee28de299fb6687b65) Repo#sync restructured to make sure a 'stash pop' is never attempted if there was nothing to stash in the first place (@notatestuser)
|
||||
- [c905ba0](https://github.com/notatestuser/gift/commit/c905ba05e2c6c70824d46f286042a3619ac2e151) improve status parsing (@drevilt)
|
||||
- [#1](https://github.com/notatestuser/gift/pull/1) Merge pull request #1 from drevilt/master (@drevilt)
|
||||
- [bc3f389](https://github.com/notatestuser/gift/commit/bc3f389ee67129792ec72a146967a9522ec4a257) fix unittests (@drevilt)
|
||||
- [9297268](https://github.com/notatestuser/gift/commit/92972683cb6a35fc52490610797067e805e25a59) [test fix] pass a properly formed octal to fs.mkdir (@notatestuser)
|
||||
- [016c8da](https://github.com/notatestuser/gift/commit/016c8da2736f7e3aaf19766e2b71c58de60cd358) mocha and coffeescript version bump (@drevilt)
|
||||
- [#2](https://github.com/notatestuser/gift/pull/2) Merge pull request #2 from drevilt/master (@drevilt)
|
||||
- [9d56103](https://github.com/notatestuser/gift/commit/9d5610369399e945cdc751c44b83dd1a898a89d3) use the locally-installed copy of coffee-script when 'npm test'ing (@notatestuser)
|
||||
- [2ece84f](https://github.com/notatestuser/gift/commit/2ece84faf694a60da569a6b37c4dbcd24ae4db90) added Repo#identity and Repo#identify with a unit test (@notatestuser)
|
||||
- [dd96ffd](https://github.com/notatestuser/gift/commit/dd96ffd5d1a04e847ddbcf47b8136b9dcc1d787e) [README] amended 'npm install' line to reference this fork's own tarball (@notatestuser)
|
||||
- [1846098](https://github.com/notatestuser/gift/commit/1846098db7a3f3802ac5c5caec171fc178b12979) for Travis: make use of Repo#identify to ensure that our repository has an identity set when running the #create_tag test (@notatestuser)
|
||||
- [3afe421](https://github.com/notatestuser/gift/commit/3afe421d388cb088be30639b2cc0edb1f5d08cc2) [README] #status, #identity and #identify (@notatestuser)
|
||||
- [cf01b46](https://github.com/notatestuser/gift/commit/cf01b461d45eab8e6d75d29a78593d5a6f86fc12) [README] #remote_remove and #remote_push (@notatestuser)
|
||||
- [eed147c](https://github.com/notatestuser/gift/commit/eed147cdc5232517ee2e0874fb0ca6aed4bfaf81) [README] #sync (@notatestuser)
|
||||
- [#19](https://github.com/notatestuser/gift/pull/19) Merge pull request #19 from notatestuser/everything-to-pull (@notatestuser)
|
||||
- [4b4c803](https://github.com/notatestuser/gift/commit/4b4c8030c8174cfe02ad26c7ef16676388084fd8) locked down the signature of Repo#sync with unit tests and an accurate representation in the README (@notatestuser)
|
||||
- [#20](https://github.com/notatestuser/gift/pull/20) Merge pull request #20 from notatestuser/everything-to-pull (@notatestuser)
|
||||
- [a14f5e8](https://github.com/notatestuser/gift/commit/a14f5e80005249a2ec14caf76aae18b47bbcc397) updated diff regex (@alexnaspo)
|
||||
- [9503fc8](https://github.com/notatestuser/gift/commit/9503fc8208cf0f234bb159579519d8d1f692f0e8) bump to 0.0.6 (@sentientwaffle)
|
||||
|
||||
### v0.0.5 (2012/03/23 19:11 +00:00)
|
||||
- [7f158c4](https://github.com/notatestuser/gift/commit/7f158c481380ba8bb90f09e75c40941b2dfbff6d) handle multiple "unstaged" messages (@sentientwaffle)
|
||||
- [a92e358](https://github.com/notatestuser/gift/commit/a92e358f21b417e568512e24103bebe852683dba) bump (@sentientwaffle)
|
||||
|
||||
### v0.0.4 (2012/03/23 14:59 +00:00)
|
||||
- [6e85678](https://github.com/notatestuser/gift/commit/6e8567845ea7f33e5dfb4a2eb2827b81fe25386a) Merge branch 'sync' (@sentientwaffle)
|
||||
- [b8bba25](https://github.com/notatestuser/gift/commit/b8bba251a471537cf4bdb8cb0a18e83e5d8012d3) update docs [ci skip] (@sentientwaffle)
|
||||
- [712928c](https://github.com/notatestuser/gift/commit/712928cd0ac218606eff44af1df3a168efad5358) fix Status#clean (@sentientwaffle)
|
||||
- [a84da5d](https://github.com/notatestuser/gift/commit/a84da5dfda3cded9e0801ab16103500fd6c44ac8) bump (@sentientwaffle)
|
||||
|
||||
### v0.0.3 (2012/03/23 14:30 +00:00)
|
||||
- [8e02f4e](https://github.com/notatestuser/gift/commit/8e02f4e8513ee0c425417c18a96f6777a20f0aa0) document Actor#hash [ci skip] (@sentientwaffle)
|
||||
- [c749389](https://github.com/notatestuser/gift/commit/c7493894de67d7ae3d32c89d2a11503566ee904a) fix create_tag, closes #1 (@sentientwaffle)
|
||||
- [50f8183](https://github.com/notatestuser/gift/commit/50f81834a787ce5800044be2397bb07368a9ae70) bump (@sentientwaffle)
|
||||
|
||||
### v0.0.2 (2012/02/20 22:07 +00:00)
|
||||
- [3ef68d9](https://github.com/notatestuser/gift/commit/3ef68d9840cbef258086515d2d3558220c4beab8) initial commit (@sentientwaffle)
|
||||
- [dc28bc1](https://github.com/notatestuser/gift/commit/dc28bc1f47165f8cf3bb44d8a17579d1ab841b31) change README wording (@sentientwaffle)
|
||||
- [8d9a62c](https://github.com/notatestuser/gift/commit/8d9a62c8ff4df60d53027249b2db8acadf4e9585) add coffeescript as dev dependency (@sentientwaffle)
|
||||
- [cf42381](https://github.com/notatestuser/gift/commit/cf42381a8f3c161b1808e4045667232ac6a610e5) add travis.yml (@sentientwaffle)
|
||||
- [ce9ae80](https://github.com/notatestuser/gift/commit/ce9ae80112e57918368f024e1773102cbf43a4a7) loosen up the mocha version (@sentientwaffle)
|
||||
- [0e5b0f2](https://github.com/notatestuser/gift/commit/0e5b0f23c5332418c4ab75404e1f1a6bd991bc81) add travis button to README [ci skip] (@sentientwaffle)
|
||||
- [e322373](https://github.com/notatestuser/gift/commit/e322373dcabbfa11f872dc414d058bc9f2805bfd) add Commit#toJSON (@sentientwaffle)
|
||||
- [d7addbe](https://github.com/notatestuser/gift/commit/d7addbe44cdc6b59e06fc70fbb6446e27fb251f3) dont crash when the skip is set too high (@sentientwaffle)
|
||||
- [5486623](https://github.com/notatestuser/gift/commit/5486623300dc54cb6deb400025b3e001f4bcd1e3) parse date correctly (@sentientwaffle)
|
||||
- [ce62b82](https://github.com/notatestuser/gift/commit/ce62b8289940f4f7744aa759437356dba5ba0904) add Actor#hash (@sentientwaffle)
|
||||
- [a2528a0](https://github.com/notatestuser/gift/commit/a2528a09e43e27f03dcf1bc14b2cb94d79c1d2b3) allow Repo#diff to receive commit shas (@sentientwaffle)
|
||||
- [ff3161b](https://github.com/notatestuser/gift/commit/ff3161b6fd973333a7a8315d853154cd91510ad0) add Diff#toJSON (@sentientwaffle)
|
||||
- [ac2f2c5](https://github.com/notatestuser/gift/commit/ac2f2c5962c44dc3d6276890dec4c969bea5a97c) add Repo#revert (@sentientwaffle)
|
||||
- [375b34c](https://github.com/notatestuser/gift/commit/375b34c9ab2ce2390d9a4216d8b7d54db2672906) quote the commit message (@sentientwaffle)
|
||||
- [b566b6d](https://github.com/notatestuser/gift/commit/b566b6db9d8ca20ee9501c59e9e8ddf7a90fb2fe) bump (@sentientwaffle)
|
4
generate-changelog.sh
Executable file
4
generate-changelog.sh
Executable file
@ -0,0 +1,4 @@
|
||||
pwd
|
||||
echo "generating CHANGELOG.md ..."
|
||||
github-changes -o notatestuser -r gift -b master -f CHANGELOG.md
|
||||
|
Loading…
Reference in New Issue
Block a user