Commit Graph

1292 Commits

Author SHA1 Message Date
Joao Moreno f46ae8ff0d fix build 2019-11-26 15:23:27 +01:00
Joao Moreno e518f536de fixes #85569 2019-11-26 15:07:06 +01:00
Christof Marti 599c076d91 Fix path 2019-11-22 07:51:52 +01:00
Joao Moreno f4f0062168 git input box shouldn't handle comments
related to #84201
2019-11-21 16:41:35 +01:00
Joao Moreno 3b0571d8c2 cleanup denodeify from git 2019-11-21 16:41:35 +01:00
Joao Moreno db5b58c442 isolate askpass 2019-11-21 15:16:49 +01:00
Joao Moreno 1b5afdf5c3 refactor 2019-11-21 15:16:49 +01:00
Joao Moreno e7e562da3c remove data uri from git 2019-11-21 09:28:23 +01:00
Joao Moreno 3bf8e81517 fixes #85205 2019-11-20 16:25:10 +01:00
Joao Moreno f37b9d742c git: isolate ipc env 2019-11-20 16:07:01 +01:00
Joao Moreno 39c14fc431 💄 2019-11-20 15:15:46 +01:00
Joao Moreno 14cc75aa22 git: extract ipc 2019-11-20 15:15:45 +01:00
Joao Moreno ec8de4eb45 git: better uri parsing error message 2019-11-20 10:53:20 +01:00
Joao Moreno 5fdfdd7e6c git: use querystring instead of JSON for uris 2019-11-20 10:50:53 +01:00
Joao Moreno fb2f985aa9 git.publish should not ask if only one remote
related to #84697
2019-11-20 10:12:31 +01:00
Joao Moreno e055299e77 fix git commands 2019-11-20 09:37:02 +01:00
Joao Moreno b6899391cd wip: comment out git data uris 2019-11-19 17:03:15 +01:00
Joao Moreno b7ead236be git api: expose toGitUri 2019-11-19 16:54:41 +01:00
Joao Moreno ff23412237 provide gitfs resource label formatter 2019-11-19 16:47:55 +01:00
Joao Moreno 31d13c8401 Merge remote-tracking branch 'origin/master' into joao/git-fs-provider 2019-11-14 11:10:41 +01:00
Joao Moreno 9f2592e261 gitfs: fix mtime 2019-11-14 10:31:18 +01:00
Joao Moreno 4583277fbd continuation of #84201 2019-11-12 12:11:15 +01:00
Joao Moreno 6f1d6c5c56 one more fix for #84201 2019-11-12 11:55:55 +01:00
Benjamin Pasero b8bb1770a5 🆙 jschardet (for #83421) 2019-11-11 07:52:18 +01:00
Joao Moreno fd091abb85 fixes #84274 2019-11-08 15:55:30 +01:00
Joao Moreno 062d516448 fixes #84201 2019-11-08 12:53:26 +01:00
Joao Moreno 15bfc40222 smaller footprint 2019-11-07 14:05:21 +01:00
Joao Moreno 467079f43d remove double action 2019-11-07 13:56:55 +01:00
Joao Moreno 5d60b7fdc4 wip: git fs provider 2019-11-07 11:31:01 +01:00
Daniel Imms a0b9afd1e7 Merge pull request #83795 from microsoft/tyriar/icon_string
Move icons out of translated strings
2019-11-04 11:27:38 -08:00
Daniel Imms 3c282d45bd Move icons out of translated strings 2019-10-31 16:02:23 -07:00
Joao Moreno d651044482 fixes #73613 2019-10-31 19:57:46 +01:00
Joao Moreno 32a529d1ca add modal to undo merge commit
related to #69937
2019-10-29 15:40:01 +01:00
Joao Moreno ad6011cb7a rename git.untrackedChanges: default to mixed 2019-10-28 10:35:56 +01:00
Benjamin Pasero ca22de4b17 debt - bump node.d.ts dependency in extensions to 12.x (part of #82514) 2019-10-28 08:11:47 +01:00
Joao Moreno 7da96f94c1 cleanup setting name and values 2019-10-25 16:11:36 +02:00
Joao Moreno d5e692e758 smart commit should be aware of handleUntracked 2019-10-25 16:06:11 +02:00
Joao Moreno 82abb9e56d differentiate between tracked & untracked in staging 2019-10-25 16:01:52 +02:00
Joao Moreno 003177ea90 git.stageAllUntracked, git.cleanAllUntracked 2019-10-25 15:49:38 +02:00
Joao Moreno 88c03a7a8d rename unstaged group 2019-10-25 15:42:19 +02:00
Joao Moreno 1b0f70606a fix untracked decorations 2019-10-25 15:20:44 +02:00
Joao Moreno 179154d3f5 💄 2019-10-25 15:19:30 +02:00
Joao Moreno a8b09d4711 fixed scope 2019-10-25 15:14:59 +02:00
Joao Moreno 94389f776f fix bad git package.nls.json change 2019-10-25 12:19:35 +02:00
Joao Moreno 1a071b1f79 Merge commit 'refs/pull/80083/head' of github.com:microsoft/vscode into pr/80083 2019-10-25 12:15:59 +02:00
Joao Moreno 1c19031a23 Merge remote-tracking branch 'origin/master' 2019-10-25 11:41:31 +02:00
Joao Moreno b716ca6ae6 fix typo 2019-10-25 11:38:55 +02:00
Joao Moreno 2c0115ec8c fix compile errors 2019-10-25 11:36:06 +02:00
Joao Moreno 980fb4b0ff Merge commit 'refs/pull/76342/head' of github.com:microsoft/vscode into pr/76342 2019-10-25 11:32:15 +02:00
João Moreno 16e5fae907 Merge pull request #83257 from andrecasal/fix-git-confirmEmptyCommits-description
Clarified git.confirmEmptyCommits description
2019-10-25 10:46:34 +02:00