Commit Graph
69 Commits
Author SHA1 Message Date
Maik Riechert 0e40dd740f add git delete branch command 2017-05-03 22:53:26 +01:00
Joao Moreno 9b7a8813e0 🐛 SourceControlResourceDecorations.faded
fixes #24097
2017-04-27 15:38:27 +02:00
Joao Moreno fad430efb9 🐛 fixes #25252 2017-04-26 17:14:35 +02:00
Johannes Rieken 2d64239944 rename ProgressLocation.Scm to ProgressLocation.SourceControl, #18066 2017-04-25 12:38:42 +02:00
Johannes Rieken c5d2d86a70 adopt git to final progress API, #18066 2017-04-25 12:38:41 +02: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 fb094b4322 git: huge repo prevention 2017-04-19 08:44:16 +02:00
Joao Moreno d2c40f06b3 🐛 catch git fetch errors 2017-04-18 14:49:09 +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
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 2ab523ae7d 🐛 git: don't wait for idle when git show
fixes #24213
2017-04-10 15:37:36 +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 8738327b29 🐛 any resource can come in via command arguments 2017-03-30 14:40:55 +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
Joao Moreno 75576e3cca 💥 scm id -> contextKey 2017-03-27 11:54:23 +02:00
Joao Moreno 24cd191ac2 scm: require uris on resources and groups 2017-03-24 17:55:14 +01:00
Joao Moreno afdaf562ee 🐛 fix git clone command
fixes #22620
2017-03-20 15:49:34 +01:00
Joao Moreno 49bc06dde4 🐛 git: don't push on sync if unnecessary 2017-03-10 15:00:40 +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 3a12747e1f fixes #21095 2017-02-22 15:11:08 +01:00
Joao Moreno 6efcc5182c fixes #21009 2017-02-22 15:02:57 +01:00
Joao Moreno b22fbb86e3 fixes #20943 2017-02-21 17:20:13 +01:00
Joao Moreno cc71202224 git: clone command 2017-02-20 15:54:29 +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 8423993f5c Merge branch 'master' into diff 2017-02-17 16:36:23 +01:00
Joao Moreno 354059915b git: stage ranges 2017-02-17 16:12:13 +01:00
Joao Moreno 50f8848e44 git: do not throttle git show call 2017-02-17 14:38:26 +01:00
Joao Moreno a09c57d62a git: cleanup 2017-02-17 14:38:26 +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 f2c14fcb68 git: remove TODO 2017-02-16 15:26:50 +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 2c69e4e50f git: renames
fixes #18654
2017-02-13 16:43:07 +01:00
Joao Moreno 9a3321404e git: undo command 2017-02-08 12:59:19 +01:00
Joao Moreno 7c2ea17421 git: commit commands 2017-02-08 12:59:19 +01:00
Joao Moreno a0b3d09ab4 git: pull, push, sync commands 2017-02-08 12:59:19 +01:00
Joao Moreno cc8351eb95 git: autorefresh config 2017-01-31 16:47:09 +01:00
Joao Moreno 535a3de600 git: fix fetch error bubbling 2017-01-18 16:57:24 +01:00
Joao Moreno 7ec10a9052 fixes #18662 2017-01-18 16:53:10 +01:00
Joao Moreno 43dd9b76b0 git: nls
related to #18615
2017-01-17 17:38:00 +01:00
Joao Moreno 731ea1ef6b git: report progress 2017-01-17 16:49:51 +01:00
Joao Moreno 3af429fda7 git: improve fs events reaction 2017-01-17 12:56:37 +01:00
Joao Moreno 75c48336f6 remove console logs 2017-01-17 10:17:58 +01:00
Joao Moreno 1a25345c48 git: dont be eager when reacting to workspace events 2017-01-17 10:16:48 +01:00