João Moreno
fad4d8d254
fixes #100524
2020-06-21 22:58:32 +02:00
Fedor Nezhivoi
24e0a82229
Move encoding to common for #79275 ( #100539 )
...
* move encoding.ts to common for #79275
* load iconv-lite-umd and jschardet in web version for #79275
* move EncodingOracle to the AbstractTextFileService for #79275
* review
* update to new iconv-lite-umd
* add workaround for jschardet types
* fix indentation
* add iconv-lite-umd and jschardet to workbench.html
* fix paths for modules
Co-authored-by: Benjamin Pasero <benjpas@microsoft.com >
2020-06-20 10:47:29 +02:00
Fedor Nezhivoi
314b58c8e1
switch to use iconv-lite-umd for #79275 ( #100472 )
...
Co-authored-by: Benjamin Pasero <benjpas@microsoft.com >
2020-06-18 16:08:17 +02:00
Benjamin Pasero
3675f28129
Revert "Revert "decouple vs/base/node/encoding.ts from node streams for #79275 ( #99413 )""
...
This reverts commit 495112ded5 .
2020-06-17 10:45:58 +02:00
João Moreno
208d556b1d
fixes #100015
2020-06-17 09:41:55 +02:00
Benjamin Pasero
495112ded5
Revert "decouple vs/base/node/encoding.ts from node streams for #79275 ( #99413 )"
...
This reverts commit 1dbfecd37f .
2020-06-17 09:09:59 +02:00
Fedor Nezhivoi
1dbfecd37f
decouple vs/base/node/encoding.ts from node streams for #79275 ( #99413 )
2020-06-17 09:09:12 +02:00
João Moreno
159bc687ca
fix regex
2020-06-11 17:29:12 +02:00
João Moreno
3cc8685501
fixes #24883
2020-06-11 11:36:57 +02:00
Utsav Munendra
19dcc7916c
Fixes https://github.com/microsoft/vscode/issues/79910 ( #80150 )
...
Co-authored-by: João Moreno <joao.moreno@microsoft.com >
2020-06-10 17:41:48 +02:00
João Moreno
24f1b69a90
git file system should wait for model to be initialized
2020-06-10 15:44:53 +02:00
Alex Ross
92164dd93d
Add a pattern to the git BranchQuery ( #99681 )
...
* Add a pattern to the git BranchQuery
* Add count, which makes getting refs even faster
* Update order of args in getRefs to match for-each-ref doc
2020-06-10 13:51:00 +02:00
João Moreno
43f362b448
fixes #96356
2020-06-03 15:19:05 +02:00
João Moreno
e0046cbd1d
💄
2020-05-27 15:35:08 +02:00
João Moreno
844960ea1e
Merge branch 'master' into pr/97349
2020-05-27 15:30:08 +02:00
João Moreno
8cce062aaf
💄
2020-05-27 15:27:13 +02:00
Pascal Fong Kye
65fa899fbe
refactor: stage all but merge
2020-05-24 21:58:25 +02:00
Pascal Fong Kye
d2b5d323d0
feat:new command stage all merge
2020-05-24 21:58:24 +02:00
rzj17
60d906fd57
Modify git add/revert to use splitInChunks
2020-05-23 18:13:55 +01:00
João Moreno
025dc8a948
add remote from push
2020-05-20 11:37:53 +02:00
João Moreno
0700c9ea43
git: contributable add remote
2020-05-20 11:37:53 +02:00
Johannes Rieken
1ea6771919
fix https://github.com/microsoft/vscode/issues/97836
2020-05-20 10:19:54 +02:00
João Moreno
a85a2e6044
move credential provider to github
2020-05-18 21:04:29 +02:00
João Moreno
b629dba454
export to, clone from github
2020-05-18 15:51:15 +02:00
João Moreno
4c36782f8e
git api: publishRepository
2020-05-15 10:50:05 +02:00
João Moreno
6981f7c7fb
💄
2020-05-15 10:50:05 +02:00
João Moreno
6d127275f2
💄
2020-05-15 10:50:05 +02:00
Alex Ross
6570efce0f
Add git extension API for branches ( #97621 )
...
Enables microsoft/vscode-pull-request-github#1781
2020-05-14 12:26:50 +02:00
Alex Ross
3da22e920b
Add path to LogOptions ( #97693 )
...
Part of microsoft/vscode-pull-request-github#1781
2020-05-13 16:04:28 +02:00
João Moreno
ea89f2d8b9
related to microsoft/vscode-pull-request-github#1759
2020-05-13 11:24:51 +02:00
João Moreno
5185d7e6f8
disable askpass, terminal and github auth when git is disabled
...
fixes #97320
2020-05-12 13:37:00 +02:00
Ladislau Szomoru
ee8a6bc4f8
Git: Add "git rebase --abort" command ( #97071 )
...
Add "git rebase --abort" command
2020-05-07 14:26:55 +02:00
João Moreno
0209826b56
fixes #96399
2020-04-28 15:09:38 +02:00
João Moreno
75877c8185
Merge pull request #96080 from johnbillion/fix/gitignore_global
...
Treat `.gitignore_global` as an Ignore file by default.
2020-04-27 15:58:23 +02:00
João Moreno
15e159a713
💄
2020-04-27 15:00:06 +02:00
João Moreno
8ff93b98c5
git: config.githubAuthentication
2020-04-27 14:57:47 +02:00
João Moreno
54d8261f93
git: config.terminalAuthentication
2020-04-27 14:57:47 +02:00
João Moreno
bc9854b494
git: use environmentVariableCollection
2020-04-27 14:57:47 +02:00
João Moreno
bce93beff7
move github credential provider to git
2020-04-27 12:14:23 +02:00
John Blackbourn
4281e933d3
Treat .gitignore_global as an Ignore file by default. Fixes #96079 .
2020-04-24 18:44:18 +01:00
João Moreno
cab6f958a2
git extension api: registerCredentialsProvider
2020-04-24 18:04:36 +02:00
João Moreno
77d7351226
add log to askpass ipc
2020-04-24 15:40:03 +02:00
João Moreno
ab42ffc44c
add git api to init
2020-04-23 16:26:24 +02:00
João Moreno
c7d7b0dc88
fix clone from
2020-04-23 15:26:47 +02:00
João Moreno
888f89b40a
add renameRemote
2020-04-23 14:37:39 +02:00
João Moreno
df1a7b0e8a
Merge pull request #95780 from fleck/patch-1
...
remove duplicate git.pullFrom command
2020-04-23 11:10:25 +02:00
João Moreno
3b0ba06a7b
RemoteSourceProvider.icon
2020-04-22 17:16:35 +02:00
João Moreno
97b2fe2f7e
show git repo details
2020-04-22 16:56:33 +02:00
Jonathan Fleckenstein
f12f21d320
remove duplicate git.pullFrom command
2020-04-21 10:44:38 -04:00
João Moreno
d1e315f5e1
fix git clone
2020-04-21 15:35:10 +02:00