Joao Moreno
6d5112610f
fixes #38389
2017-12-04 15:43:14 +01:00
Joao Moreno
9544e5faa0
git.enabled as a resource setting
...
fixes #37492
2017-11-27 16:08:15 +01:00
Joao Moreno
548bfe91af
disable auto fetch
...
fixes #34684
2017-11-24 11:12:45 +01:00
Joao Moreno
8feee8ebb9
fixes #39077
2017-11-24 07:59:51 +01:00
Joao Moreno
000325a03b
alert when git is missing
...
fixes #38393
2017-11-17 11:35:49 +01:00
Joao Moreno
4e172cd197
fixes #38244
2017-11-13 20:20:58 +01:00
Joao Moreno
fe20886713
don't spawn git on Windows
...
fixes #32739
2017-11-10 17:50:13 +01:00
Matt Bierner
b743e245ad
Enable strict compilation settings in git extension
...
Enables strict checks in the git extensions
2017-11-06 13:33:22 -08:00
Johannes Rieken
41f0ff15d7
deco - move scm decorations to git extension
2017-10-17 12:49:56 +02:00
Joao Moreno
e9798613ad
git: gitOpenRepositoryCount
2017-08-23 16:25:20 +02:00
Joao Moreno
e11edbbf84
git: multirepo autofetcher
2017-08-18 17:37:31 +02:00
Joao Moreno
93011ff01c
git: improved multirepo model
2017-08-18 17:35:24 +02:00
Joao Moreno
20b7747ac4
git: multiroot content provider
2017-08-17 11:17:50 +02:00
Joao Moreno
e3b15fca01
wip: register multiple source control providers
2017-08-16 16:53:09 +02:00
Joao Moreno
fe8ee2e7b8
git: repository == scm provider
2017-08-15 18:03:47 +02:00
Joao Moreno
303dd11747
git multirepo stage
2017-08-15 15:55:00 +02:00
Joao Moreno
16e8189650
model -> repository
2017-08-15 15:17:15 +02:00
Joao Moreno
b8b36a0f18
remove unused property
2017-08-14 16:44:58 +02:00
Joao Moreno
3e6516db98
wip: model registry
2017-07-11 10:19:41 +02:00
Michel Kaporin
ab3c945e0e
Import 'nls' in extensions entry point. Fixes #29098 .
2017-06-28 16:01:23 +02:00
Phil Price
191fc7c9d9
Remove git merge conflict decorator
2017-05-22 18:40:14 -07:00
Joao Moreno
566fdd4879
🎨 cleanup git show code
2017-04-24 10:51:08 +02:00
Joao Moreno
7cf0ad0440
Merge branch 'git-encoding' of https://github.com/igelbox/vscode into igelbox-git-encoding
2017-04-24 10:25:45 +02:00
Joao Moreno
6146b9739a
⚡ git: run status without buffering whole output
2017-04-18 17:16:20 +02: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
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
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
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
Joao Moreno
e06a838265
🎨 fix scm api based on @jrieken's recommendations
2017-03-27 15:35:56 +02:00
Joao Moreno
79aa19e9d4
💥 scm input onDidAccept
2017-03-27 11:08:36 +02:00
Joao Moreno
afdaf562ee
🐛 fix git clone command
...
fixes #22620
2017-03-20 15:49:34 +01:00
Joao Moreno
3a12747e1f
fixes #21095
2017-02-22 15:11:08 +01:00
kieferrm
a64e40b442
upgrade telemetry used by git ext
2017-02-20 20:15:21 -08:00
Joao Moreno
5c4923b25d
git: telemetry events
2017-02-20 19:37:46 +01:00
Joao Moreno
66c24011bf
git: commit template
2017-02-20 12:42:52 +01:00
Joao Moreno
77f0e95307
git: askpass support
2017-02-20 12:28:42 +01:00
Joao Moreno
c96fbaec55
git: recommend 2.0
2017-02-20 09:16:53 +01:00
Joao Moreno
a09c57d62a
git: cleanup
2017-02-17 14:38:26 +01:00
Joao Moreno
d196389f53
fixes #20794
2017-02-17 12:38:00 +01:00
Joao Moreno
c894486977
git: better scoped git behaviour
2017-02-16 16:28:05 +01:00
Joao Moreno
6d69f69c71
git: scoped git repositories
...
fixes #20227
2017-02-16 16:28:05 +01:00
Joao Moreno
3d6b1b71c5
git: wrap up nogit state
2017-02-16 10:15:38 +01:00
Joao Moreno
ac703e0d92
wip: git init
2017-02-15 17:46:58 +01:00
Joao Moreno
7c8d8e822f
git: enabled config
2017-02-07 12:03:46 +01:00
Joao Moreno
3eddf71678
scm: hide input box model from extension host
2017-02-03 17:20:26 +01:00
Joao Moreno
cb36e6c217
git: commit
2017-01-31 11:15:52 +01:00