Commit Graph
1504 Commits
Author SHA1 Message Date
Mike Seese 5d323a3eca Add git enableSmartCommit setting
If false, this setting will prompt the user if they want to commit all files if none are staged
2017-04-25 23:13:07 -04:00
Joao Moreno 24dcf7a27d 🐛 git always show stderr
fixes #23632
2017-04-25 17:37:27 +02:00
Joao Moreno e2e8ee077d 🐛 better git push error message
fixes #23553
2017-04-25 17:33:23 +02:00
Joao Moreno 485faa0998 🐛 fixes #21143 2017-04-25 17:03:55 +02:00
Joao Moreno c89361a0e0 🐛 fix git command labels 2017-04-25 15:44:37 +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 397937c787 🐛 range (un)staging should be line based
fixes #21513
2017-04-25 11:53:00 +02:00
Matt Bierner dc0f3ecdb2 Fix VSCode/Extensions for TS 2.3.1 (#25248)
From: https://github.com/Microsoft/TypeScript/issues/15352

TS 2.3.1 introduced a breaking change around checking of generic types. This change tries to fix these compiler errors in the extensions codebase
2017-04-24 16:05:57 -07:00
Joao Moreno f44b474ebf ✨ fixes #24031 2017-04-24 12:22:00 +02:00
Joao Moreno a199b2aa53 ✨ merge git.open* commands 2017-04-24 11:47:09 +02:00
Joao Moreno 566fdd4879 🎨 cleanup git show code 2017-04-24 10:51:08 +02:00
Joao Moreno 3598679114 don't decode stderr 2017-04-24 10:37:15 +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 f3d5a6c000 🐛 fixes #25153 2017-04-24 09:02:28 +02:00
Joao Moreno 9208c4b4fe 🐛 fixes #24646 2017-04-21 15:24:49 +02:00
Joao Moreno 83d86b36f2 🐛 fixes #21285 2017-04-21 14:56:05 +02:00
Joao Moreno 6097966099 🐛 spinning sync icon
fixes #23975
2017-04-21 12:40:10 +02:00
Joao Moreno b1d403f866 🐛 fixes #24598 2017-04-21 09:21:39 +02:00
Ilie Halip db4208013f Merge remote-tracking branch 'upstream/master' into git-default-branch-directory 2017-04-19 18:49:50 +03:00
Joao Moreno 0be6167d9e Merge branch 'git-perf' 2017-04-19 08:49:07 +02:00
Joao Moreno cda46bce46 🐛 catch git fetch errors 2017-04-19 08:47:38 +02:00
Joao Moreno fb094b4322 ✨ git: huge repo prevention 2017-04-19 08:44:16 +02:00
Ramya Achutha Rao 84af63a933 Increment version of vscode extension telemetry module 2017-04-18 14:46:35 -07:00
Joao Moreno a0daeaaf1c 🐛 fix git test compilation 2017-04-18 17:19:04 +02:00
Joao Moreno 6146b9739a ⚡ git: run status without buffering whole output 2017-04-18 17:16:20 +02:00
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
kiricon 4460b2cfa8 Changed git renamed icon to orange color 2017-04-11 21:11:21 -06:00
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 02c23884e3 🐛 fix commands naming
fixes #20810
2017-03-30 14:45:31 +02:00
Joao Moreno 0747f366f0 🐛 change scm/resource/context to scm/resourceState/context
fixes #23653
2017-03-30 14:42:44 +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