Commit Graph

38 Commits

Author SHA1 Message Date
katainaka0503 78ec195877 minorFix 2017-03-01 19:44:16 +09:00
katainaka0503 9ee29afed7 Refactor mime.ts 2017-03-01 17:32:00 +09:00
Joao Moreno aff2353a38 introduce git clone action 2016-11-08 12:01:58 +01:00
Joao Moreno 86a16a2f18 fixes #14249 2016-10-24 16:49:10 +02:00
Joao Moreno cb37395716 fixes #13297 2016-10-24 15:44:32 +02:00
Joao Moreno 3987bcc2d6 cleanup 2016-10-24 15:44:32 +02:00
Johannes Rieken 6681a2a7d6 tsfmt - src 2016-10-08 09:53:13 +02:00
Joao Moreno 0f5c833c5c fixes #11756 2016-09-28 12:28:49 +02:00
Joao Moreno bece7e9c01 Merge branch 'git-signoff' of https://github.com/FabianLauer/vscode into FabianLauer-git-signoff 2016-08-12 15:52:00 +02:00
Joao Moreno 1d8ceaa19d git lib: getCommit 2016-08-12 12:43:03 +02:00
Joao Moreno 7ddbab5494 Merge branch 'bill_prev_comm_msg' of https://github.com/bill-mybiz/vscode into bill-mybiz-bill_prev_comm_msg 2016-08-12 12:16:23 +02:00
Fabian Lauer 52b469e85b git: add optional 'signoff' to commits 2016-08-10 23:13:40 +02:00
Joao Moreno a308b39fa9 clean all paths
fixes #8590
2016-07-26 17:25:00 +02:00
William Raiford 8a92ee5aa3 getLog added to srv & clt-srv plumbing.
* Added `getLog` method to `Repository`.
  * Added `ILogOptions` to make the method friendlier to extension.
  * Options include `prevCount` and `format`, to effect our use case which is `git log -1 format=%B`.
* Added this to the client-server communication pipeline.
2016-07-26 10:02:30 -05:00
Joao Moreno 5da541a16d use git template from workspace when not absolute
fixes #7830
2016-07-22 12:30:30 +02:00
Joao Moreno 9a1bdbaf86 clean & fix git template message usage 2016-07-12 16:07:43 +02:00
William Raiford 5e62ffa167 Cleaned up console log messages. 2016-07-08 06:39:35 -05:00
William Raiford 010a92da1b Load commit.template working. 2016-07-05 12:14:20 -05:00
William Raiford 13ff057398 Cleaning up, Pipeline working
* Cleaned up and corrected changeView calling code to avoid initial git commit msg stuff.
* Refactored `lastCommitMsg` to `prevCommitMsg` in pipeline.

* Added `getCommitInfo` to git `IModel`.
  * Added commitInfo to Model implementation class.
* Changed `IRawGitService.getCommitInfo` to return `IRawStatus` instead of `ICommitInfo` directly.
* Changed `IGitService.getCommitInfo` to return `IModel`.
  * This was required because it expects a status when performing a git operation from the client (not really documented nor obvious).

* Added `Repository.getLog(ILogOptions)` for getting the previous commit msg, but allowing extensibility.
  * Added `ILogOptions` with single `prevCount` for extensibility of other use cases when executing `git log -1` (which gets the previous commit msg).

InProgress:

* Implementing getCommitInfo to parse possible template file, as well as parse the previous log message.
2016-07-05 10:28:22 -05:00
Joao Moreno 28a78cba4f reorg imports 2016-05-30 17:12:55 +02:00
Joao Moreno ef79eac26a show remotes in git checkout list
fixes #3385
2016-05-30 17:12:55 +02:00
Joao Moreno 4711312dcf show remote url in pick list
fixes #5974
2016-05-26 09:46:47 +02:00
Joao Moreno 68f4d1eb60 streamline lifecycle methods 2016-03-23 10:06:12 +00:00
Joao Moreno 0b5a96c5e6 warn users about git <2.0.0
fixes #4214
2016-03-16 18:11:28 +01:00
Benjamin Pasero b7ba7b581f simplify 2016-03-04 07:02:22 +01:00
Benjamin Pasero 3022d0a276 wip 2016-03-03 17:54:02 +01:00
Joao Moreno 98b3482a49 tslint 💄 2016-02-12 17:20:07 +01:00
Alex Dima c4e15e3550 Adopt Promise.as => TPromise.as 2016-02-05 12:37:32 +01:00
Joao Moreno 8ab1b046df fix lint warnings 2016-01-18 10:04:35 +01:00
Benjamin Pasero 9b619b61ac yay, delete atom-browser.d.ts and atom-renderer.d.ts 2016-01-06 16:24:29 +01:00
Joao Moreno 2c843226d5 git lib: use iconv to decode buffers
fixes #1539
2016-01-04 16:13:41 +01:00
Joao Moreno 80a5148ba0 PublishAction 2015-12-11 17:47:31 +01:00
Joao Moreno 91e3b548c7 git lib get remotes 2015-12-11 12:35:46 +01:00
Joao Moreno 91ec2ba040 git pull with rebase
fixes #907
related to #150
2015-12-03 10:00:00 +01:00
Joao Moreno c1d7172433 fix npe in non git workspaces 2015-12-01 11:11:42 +01:00
Joao Moreno a629490719 git lib: isolate exec 2015-11-26 18:40:11 +01:00
Joao Moreno 93cdd4740c cleanup git lib 2015-11-26 18:40:11 +01:00
Erich Gamma 8f35cc4768 Hello Code 2015-11-13 14:39:38 +01:00