Commit Graph

1009 Commits

Author SHA1 Message Date
Joao Moreno
6d31c16989 💄 2018-12-20 12:37:04 +01:00
Joao Moreno
cdb8a86fd0 git ignore: save after apply edit 2018-12-20 11:33:01 +01:00
Joao Moreno
349b0d454e fix git.openDiffOnClick scope 2018-12-20 10:17:26 +01:00
João Moreno
034ff33eb4 Merge pull request #64305 from Microsoft/misolori/open-change-icons
Update "Open changes" icons to better reflect diff changes
2018-12-19 08:43:09 +01:00
Rachel Macfarlane
e27511826f Add GitErrorCode to apply command 2018-12-07 10:21:03 -08:00
Joao Moreno
351905fd53 fixes #63957 2018-12-06 09:43:32 +01:00
Miguel Solorio
7b0677f9dc Update "open change" icons to better reflect the "diff" changes. Uses octicons. 2018-12-04 10:45:27 +01:00
Isidor Nikolic
ec98c79d44 Merge pull request #63497 from Microsoft/isidorn/cgmanifest
Start using component governance for oss tracking
2018-11-20 12:54:47 +01:00
isidor
9edd984da8 delete OSSREADME.json 2018-11-20 12:54:22 +01:00
João Moreno
66f717cfa6 Merge pull request #60104 from mathiasvr/fix-60002
Fix #60002 Undo last commit: keep staged files
2018-11-20 09:59:42 +01:00
Joao Moreno
3af878c2d5 💄 2018-11-20 09:58:01 +01:00
Joao Moreno
6052fcf07f Merge commit 'refs/pull/59735/head' of github.com:Microsoft/vscode into pr/59735 2018-11-20 09:43:16 +01:00
Joao Moreno
e5406b523e introduce git.openDiffOnClick
fixes #63005
2018-11-19 11:54:51 +01:00
Joao Moreno
eb6025ec9b git.postCommitCommand
fixes #62058
2018-11-19 11:54:51 +01:00
Alex Dima
976cfe3aa7 Merge branch 'master' into isidorn/cgmanifest 2018-11-16 17:52:27 +01:00
João Moreno
850bbb275e Merge pull request #63069 from Microsoft/rmacfarlane/gitapi
Expose 'apply' and 'diff --cached' from git extension API
2018-11-16 09:40:04 +01:00
isidor
2ba92aa3e8 add commitHash to cgmanifest 2018-11-15 17:43:46 +01:00
isidor
347fb6347b add all cgmanifests. Still no commitHash 2018-11-14 18:18:25 +01:00
Joao Moreno
237b77bac9 prepare for ts 3.2 2018-11-14 09:29:01 +01:00
Rachel Macfarlane
ad5f5ea365 Expose 'apply' and 'diff --cached' from git extension API 2018-11-13 16:18:37 -08:00
Joao Moreno
d4b84e645f fix #62344 2018-11-12 11:18:58 +01:00
Rachel Macfarlane
40a6a2db9a Expose force flag for deleting branch on git extension API 2018-11-07 10:48:40 -08:00
Joao Moreno
fb9e1da186 update git iconv-lite dependency
fixes #62272
2018-11-05 13:39:47 +00:00
Joao Moreno
2b1d06feb9 fixes #18673 2018-11-01 16:06:38 +01:00
Joao Moreno
50a4525420 fixes #60986 2018-11-01 15:59:42 +01:00
Joao Moreno
349e31fee9 fixes #58918 2018-11-01 15:00:53 +01: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
rebornix
6d923688da git: create branch without checkout 2018-10-29 10:55:45 -07:00
Joao Moreno
08d383346c git extension api docs 2018-10-29 17:26:21 +01:00
Joao Moreno
e3375691ee remove input box visibility change 2018-10-24 08:31:17 -07:00
Joao Moreno
63da98253c Revert "Revert "Merge branch 'pr/60051'""
This reverts commit fb1ed79271.
2018-10-24 08:27:35 -07:00
Johannes Rieken
fb1ed79271 Revert "Merge branch 'pr/60051'"
This reverts commit 217e29ad9c, reversing
changes made to 758206be09.
2018-10-24 11:14:51 +02:00
Joao Moreno
f1f5385a68 💄 SourceControlInputBox.visible API 2018-10-23 16:49:23 -07:00
Joao Moreno
5661a5a5ab Merge branch 'pr/IlyaBiryukov/60048' 2018-10-23 16:17:49 -07: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
Ramya Achutha Rao
a975e59eaf Update applicationInsights for #60585 2018-10-16 16:29:08 -07:00
Mathias Rasmussen
f3c7ce2a05 Fix #60002 Undo last commit: keep staged files 2018-10-07 18:59:35 +02:00
Ilya Biryukov
9a7fdb4ad5 Add APIs to git scc provider.
Fix for #59419.
2018-10-05 14:21:12 -07:00
Ryan Scott
4b4fa8c66d Clarify git prune 2018-10-02 19:00:51 -05:00
Ryan Scott
373f50a102 Add git.fetchPrune to menus.menus.commandPalette 2018-10-02 18:59:15 -05: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
Matt Bierner
4c8e61c049 Remove "use strict" directives in extension tests
We compile with alwaysStrict so these are not needed
2018-10-02 15:59:42 -07:00
Matt Bierner
6d11792abf Change the git extension to use shared tsconfig 2018-10-02 10:24:19 -07:00
Christof Marti
54c51f2f23 QuickPickItem.alwaysShow (#59232) 2018-10-01 16:39:00 +02:00
Ryan Scott
6cc0f06531 Add git.fetchPrune 2018-09-30 19:38:48 -05:00
Joao Moreno
707787c5b8 update yarn.lock files to use integrity 2018-09-30 16:34:43 +02:00
Joao Moreno
087ee56e75 fixes #47141 2018-09-28 08:50:47 +02:00
Joao Moreno
6335da987d Merge commit 'refs/pull/59131/head' of github.com:Microsoft/vscode into pr/59131 2018-09-27 09:45:55 +02:00