Commit Graph

25 Commits

Author SHA1 Message Date
Joao Moreno
37fbae08a4 Merge commit 'refs/pull/64826/head' of github.com:Microsoft/vscode into pr/64826 2019-01-28 15:34:23 +01:00
rebornix
e5a596be29 add git blame api 2019-01-11 13:10:54 -08:00
Ilya Biryukov
04c3dde6e4 Address PR feedback on Git provide APIs 2019-01-07 11:38:33 -08:00
Joao Moreno
ff157f90a0 add unshallow as an option for git pull 2019-01-07 11:22:26 +01:00
Peng Lyu
94a04621dd Fix microsoft/vscode-pull-request-github#612. Allow fetching with limited depths 2018-12-28 12:02:28 -08:00
Ilya Biryukov
01292b4174 Add Git log, globalConfig, and tree diff API 2018-12-11 14:04:34 -08:00
Rachel Macfarlane
ad5f5ea365 Expose 'apply' and 'diff --cached' from git extension API 2018-11-13 16:18:37 -08:00
Rachel Macfarlane
40a6a2db9a Expose force flag for deleting branch on git extension API 2018-11-07 10:48:40 -08:00
Joao Moreno
66a49b23da cleaner git push api 2018-11-01 11:11:47 +01:00
Joao Moreno
0aa28f556e Merge commit 'refs/pull/61448/head' of github.com:Microsoft/vscode into pr/61448 2018-11-01 11:09:51 +01:00
Joao Moreno
501241e5a9 💄 2018-10-23 16:17:16 -07:00
Christian Alexander
38ca802368 feat: add push to git extension API 2018-10-21 14:35:07 -07:00
Ilya Biryukov
9a7fdb4ad5 Add APIs to git scc provider.
Fix for #59419.
2018-10-05 14:21:12 -07:00
Matt Bierner
dd3e2d94f8 Remove use strict directives in extension code
We compile with alwaysStrict so these directives are not needed
2018-10-02 16:02:44 -07:00
Joao Moreno
ac3d5c93ca git: expose repository ui state 2018-09-20 10:21:31 +02:00
Joao Moreno
dec5ac9811 missing git api call forwarding 2018-09-10 15:26:57 +02:00
Joao Moreno
103715c3cc git: implement API 2018-08-24 12:04:29 +02:00
Joao Moreno
6d2598ad88 git api: repository state 2018-08-24 11:16:49 +02:00
Joao Moreno
a9bc997f23 git api: remotes 2018-08-22 15:38:16 +02:00
Joao Moreno
1845bc3a64 git api: onDidRunGitStatus 2018-08-22 15:26:49 +02:00
Joao Moreno
78d61d55f4 git: use simpler versioning scheme 2018-08-22 15:09:11 +02:00
Joao Moreno
f9982d29d4 git api: make cwd mandatory 2018-08-22 13:06:26 +02:00
Joao Moreno
a49378e26c git: cleaner exports 2018-08-22 12:57:05 +02:00
Joao Moreno
8983d89550 git extension: expose exec/spawn 2018-08-22 12:34:54 +02:00
Joao Moreno
456437dfaa git: api 1 2018-08-22 11:30:07 +02:00