Commit Graph

62 Commits

Author SHA1 Message Date
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
Joao Moreno
e43137f514 long commit decoration 2017-01-30 20:17:29 +00:00
Joao Moreno
424812d9ba git: merge decorator
fixes #18663
2017-01-19 17:00:56 +01:00
Joao Moreno
43dd9b76b0 git: nls
related to #18615
2017-01-17 17:38:00 +01:00
Joao Moreno
3af429fda7 git: improve fs events reaction 2017-01-17 12:56:37 +01:00
Joao Moreno
1a25345c48 git: dont be eager when reacting to workspace events 2017-01-17 10:16:48 +01:00
Joao Moreno
65478f4b5e git: autofetch 2017-01-13 16:10:10 +01:00
Joao Moreno
fc0f2188e9 git: open change/file 2017-01-12 11:20:56 +01:00
Joao Moreno
83846ff1f1 git: reorg 2017-01-12 10:20:26 +01:00
Joao Moreno
c46b5c8a8b git: better error handling 2017-01-12 09:37:54 +01:00
Joao Moreno
4c3f63a377 git: sync status bar 2017-01-11 18:47:27 +01:00
Joao Moreno
db5a37ae53 git: remove console.log 2017-01-11 17:02:33 +01:00
Joao Moreno
10e257e7d7 git: basic status bar 2017-01-11 16:29:09 +01:00
Joao Moreno
af4aedcf31 git: events for git:// text documents 2017-01-11 15:34:48 +01:00
Joao Moreno
daa8cce0b8 git: react to fs events 2017-01-11 15:21:52 +01:00
Joao Moreno
7529eebb86 git: fix null resources 2017-01-10 16:14:19 +01:00
Joao Moreno
e6a46dc9e4 Merge branch 'master' into scm-api 2016-12-05 17:33:47 +01:00
Joao Moreno
7f8d9c9bed scm viewlet context menus 2016-12-01 15:12:27 +01:00
Joao Moreno
174dde2eb6 scoped menus 2016-12-01 11:05:54 +01:00
Joao Moreno
27793c49e8 use object hierarchy in API 2016-11-30 15:56:29 +01:00
Joao Moreno
d3bbdda0aa git: wire up refresh command to model 2016-11-29 17:35:15 +01:00
Joao Moreno
74fa901585 refactor GitSCMProvider 2016-11-29 17:32:29 +01:00