Joao Moreno
d2c40f06b3
🐛 catch git fetch errors
2017-04-18 14:49:09 +02:00
Ilie Halip
f19aa21df8
added config option git.cloneDirectory, defaulting to os.homedir()
2017-04-18 15:26:28 +03:00
Vakhurin Sergey
74349805ab
Added support for encodings for Git.
...
Fixes #21146
**Bug**
Git always uses utf8 encoding for retrieving file contents.
**Fix**
Pass the 'files.encoding' configuration property to the git-extension and use this encoding to decode git output.
2017-04-17 23:00:08 +03:00
Alex Dima
aca01f2daa
Fix build hygiene issues
2017-04-14 14:08:52 +03:00
Matt Bierner
0d14027696
Fix a few compile issues when using TS 2.3 ( #24731 )
...
Tested recomppiling VSCode with TS2.3. This fixes a few issues that were discovered, including workarounds for:
* https://github.com/Microsoft/TypeScript/issues/15184
* https://github.com/Microsoft/TypeScript/issues/15185
2017-04-13 17:14:50 -07:00
Joao Moreno
85b04dc330
🎨 git.ignoreLegacyWarning
2017-04-13 10:04:48 +02:00
NKumar2
615ebe524b
Adding 'never show again' in Git Extension
2017-04-13 12:10:19 +05:30
Joao Moreno
9ad949b99b
🐛 fixes #24521
2017-04-11 16:26:54 +02:00
Joao Moreno
2ab523ae7d
🐛 git: don't wait for idle when git show
...
fixes #24213
2017-04-10 15:37:36 +02:00
Joao Moreno
564b9a8a1e
🐛 isolate git uri handling
...
fixes #23297
2017-04-10 15:28:13 +02:00
Joao Moreno
b8747ec0af
🐛 use fsPath when getting paths out of URIs
...
fixes #23297
2017-04-10 09:40:23 +02:00
Joao Moreno
8c5cce0e14
🐛 git: don't show progress on fetch
...
fixes #24170
2017-04-07 15:16:25 +02:00
Joao Moreno
dc66fda881
🐛 git: remove lock file checking, replace it with try-catch
2017-04-07 11:52:01 +02:00
Joao Moreno
8d01db6d53
🐛 split git open file/changes into two sets of commands
...
fixes #23729
2017-03-31 11:08:53 +02:00
Martin Aeschlimann
394d8133cc
Wrong casing on import of statusbar
2017-03-31 10:50:42 +02:00
Joao Moreno
521fdc27f0
🐛 expect resources, not uris in commands
...
fixes #23689
2017-03-30 21:52:24 +02:00
Joao Moreno
817174b971
🐛 getCommitTemplate throws in non-git repo
2017-03-30 21:46:28 +02:00
Joao Moreno
a8b2945855
🐛 remove the notion of active scm provider
...
introduces more changes to the SCM api
fixes #23623
fixes #23676
2017-03-30 21:10:44 +02:00
Joao Moreno
24eb9e571f
🐛 pick up activeEditor for git commands
...
fixes #23416
2017-03-30 15:18:18 +02:00
Joao Moreno
8738327b29
🐛 any resource can come in via command arguments
2017-03-30 14:40:55 +02:00
Joao Moreno
b68c8e3347
automatically marshal scm resources
2017-03-30 08:56:28 +02:00
Joao Moreno
ccfcbe6c6f
scm: move from pull to push model
2017-03-29 22:44:25 +02:00
Joao Moreno
12470dccf6
🐛 make askpass work in no-workspace environment
...
fixes #23474
2017-03-29 12:11:33 +02:00
Dirk Baeumer
da5e2892e0
Fixes #23427 : Staged changes / Changes not localized
2017-03-29 12:07:31 +02:00
Christof Marti
60f1c78b2d
Add telemetry to new git.clone action - take 2 ( fixes #21563 )
2017-03-27 11:08:12 -07:00
Joao Moreno
e06a838265
🎨 fix scm api based on @jrieken's recommendations
2017-03-27 15:35:56 +02:00
Joao Moreno
3d0b9755d3
💥 scm state -> stateContextKey
2017-03-27 11:54:23 +02:00
Joao Moreno
75576e3cca
💥 scm id -> contextKey
2017-03-27 11:54:23 +02:00
Joao Moreno
79aa19e9d4
💥 scm input onDidAccept
2017-03-27 11:08:36 +02:00
Joao Moreno
24cd191ac2
✨ scm: require uris on resources and groups
2017-03-24 17:55:14 +01:00
Joao Moreno
e4a765da2d
🔨 change how ids work in scm providers. remove drag
2017-03-24 16:44:38 +01:00
Joao Moreno
2506bfa230
🔥 removing scm.drag
2017-03-24 16:27:07 +01:00
Joao Moreno
acb29bf425
✨ registerDiffInformationCommand instead of computeDiff
2017-03-24 15:22:43 +01:00
Joao Moreno
04a4fb0c87
🐛 always call git in english
...
fixes #22355
2017-03-24 09:48:39 +01:00
Joao Moreno
cc97d374da
✨ multi-select (un)stage & discard git commands
2017-03-22 10:50:32 +01:00
Joao Moreno
afdaf562ee
🐛 fix git clone command
...
fixes #22620
2017-03-20 15:49:34 +01:00
Joao Moreno
8dcb0d6ef5
🐛 improve git commit error reporting
...
fixes #21251
2017-03-13 14:29:38 +01:00
Joao Moreno
49bc06dde4
🐛 git: don't push on sync if unnecessary
2017-03-10 15:00:40 +01:00
Joao Moreno
0428dd5dc3
✏️ git: use discard instead of clean
2017-03-09 18:38:40 +01:00
Joao Moreno
6814168089
🐛 mkdirp before git.clone
...
fixes #21567
2017-03-08 17:02:19 +01:00
Joao Moreno
2e88c82ffd
🐛 listen on workspace change, when no git repo is init
...
fixes #18840
2017-03-08 16:29:21 +01:00
Joao Moreno
1036ba2a73
🐛 fix disposables push with anyEvent
2017-03-08 16:29:21 +01:00
Joao Moreno
9774590996
🐛 open file when git resource isnt there should work
2017-03-08 16:02:36 +01:00
Joao Moreno
e66408abc8
dirty diff doesn't clear on commit
...
fixes #21726
2017-03-02 10:02:10 +01:00
Joao Moreno
0ff45fcdf0
git: use different uris for quick diff
2017-03-01 12:53:24 +01:00
Joao Moreno
954aa152d5
create _git.clone command
2017-03-01 09:57:33 +01:00
Christof Marti
700ef1325d
Add telemetry to new git.clone action ( fixes #21563 )
2017-02-28 08:46:35 -08:00
Joao Moreno
d9806bcd9d
fixes #18654
2017-02-22 22:13:13 +01:00
Joao Moreno
219aa917f1
fixes #21137
2017-02-22 16:11:32 +01:00
Joao Moreno
3a12747e1f
fixes #21095
2017-02-22 15:11:08 +01:00