Commit graph

102 commits

Author SHA1 Message Date
Joao Moreno
a8b426471a fixes #55696 2018-08-07 16:16:11 +02:00
Joao Moreno
0615dbe00a docs 2018-08-07 10:35:05 +02:00
Joao Moreno
37ebbbec40 docs 2018-08-07 10:34:18 +02:00
Joao Moreno
45e9530554 fixes #55696 2018-08-06 16:07:17 +02:00
Joao Moreno
52d71bba27 fixes #55563 2018-08-06 16:05:10 +02:00
Pine Wu
c9764c85d7 Settings description update for #54690 2018-08-01 14:46:33 -07:00
Rachel Macfarlane
740d37d7dd Some setting descriptions cleanup, #54690 2018-07-25 11:02:07 -07:00
Jackson Kearl
f99a1e6505 Dots 2018-07-23 16:02:21 -07:00
Joao Moreno
ee0a7a265d Merge branch 'master' of github.com:Microsoft/vscode 2018-07-09 10:15:59 +02:00
Joao Moreno
b18b795936 fixes #53668 2018-07-09 10:15:55 +02:00
Joao Moreno
689c38f4aa 💄 2018-07-06 15:19:27 +02:00
Joao Moreno
4215f96251 Merge commit 'refs/pull/48020/head' of github.com:Microsoft/vscode into pr/48020 2018-07-06 15:10:34 +02:00
Joao Moreno
da1a35aabc Merge commit 'refs/pull/47890/head' of github.com:Microsoft/vscode into pr/47890 2018-07-06 15:07:20 +02:00
Joao Moreno
50189ad617 Merge commit 'refs/pull/47819/head' of github.com:Microsoft/vscode into pr/47819 2018-07-06 14:54:42 +02:00
Joao Moreno
ead170df00 Merge commit 'refs/pull/47790/head' of github.com:Microsoft/vscode into pr/47790 2018-07-06 14:48:10 +02:00
wbarajas@umich.edu
2c2122ee5d feature: add support to manually add repositories 2018-04-16 22:35:18 -04:00
Adit Bhatt
59c06466c2 feat: add support for ignored repositories list 2018-04-14 22:55:23 -04:00
Pradeep Murugesan
f1a362b250 Commit always using sign off flag setting 47395 2018-04-13 11:28:35 +02:00
Ivor Huang
ee748ab5c8 implement push success notification for issue #39039 2018-04-12 20:48:31 -04:00
David
9c848a3b8b
Merge branch 'master' into ddruker/differentiate-foreground-color-git 2018-03-19 10:16:42 -04:00
Joao Moreno
27c68d9258 :liptstick: 2018-03-19 14:30:31 +01:00
DAVID DRUKER
ab19d7b43d add custom color for files added to index 2018-03-18 14:06:12 -07:00
Shobhit Chittora
1c6aa0e93d Adds workspace config for submodules detection limit
Closes #45266
2018-03-14 10:09:04 +05:30
Joao Moreno
a563e2cb38 consolidate git extensions
related to #43978
2018-02-20 16:47:01 +01:00
Joao Moreno
38ab734646 improve input validation setting description 2018-02-09 12:05:45 +01:00
Joao Moreno
ec218b9088 fix bad english 2018-02-02 16:39:13 +01:00
Joao Moreno
2d4b6e9124 fixes #40947 2018-02-01 09:40:22 +01:00
Joao Moreno
888f74495d lineWarningLength -> validationProvider 2018-01-26 16:43:53 +01:00
Joao Moreno
786ea020f7 optionally show Open File action
fixes #41137
2018-01-26 15:29:21 +01:00
Joao Moreno
41886d2793 fix smoketests 2018-01-26 11:36:40 +01:00
Sam Ervin
3c8ed9206f
Correct "branchs" to "branches" typo 2018-01-17 11:50:38 -06:00
Joao Moreno
3017bc0f9c git submodule decorations 2017-12-14 12:03:54 +01:00
Joao Moreno
6793990e25 move autoRepositoryDetection implementation 2017-12-11 17:51:40 +01:00
Joao Moreno
7ae85acb65 Merge branch 'newAutoRepositoryDetection' of https://github.com/BattleBas/vscode into BattleBas-newAutoRepositoryDetection 2017-12-11 17:42:25 +01:00
Joao Moreno
548bfe91af disable auto fetch
fixes #34684
2017-11-24 11:12:45 +01:00
Joao Moreno
000325a03b alert when git is missing
fixes #38393
2017-11-17 11:35:49 +01:00
Joao Moreno
12c41aa9bd Merge branch '34527' of https://github.com/raouldc/vscode into raouldc-34527 2017-11-10 17:03:06 +01:00
Joao Moreno
57b2a86868 Merge branch 'justinhhorner-git-rename-branch' of https://github.com/justinhhorner/vscode into justinhhorner-justinhhorner-git-rename-branch 2017-11-10 16:51:44 +01:00
Joao Moreno
07885099aa Merge branch '31055-Sync-Rebase' of https://github.com/excerebrose/vscode into excerebrose-31055-Sync-Rebase 2017-11-08 12:20:10 +01:00
Johannes Rieken
5efffdfcb4 add git.decorations.enabled setting, #37299 2017-11-01 14:44:50 +01:00
Johannes Rieken
1cafd15b44 fix #37403 2017-11-01 14:18:24 +01:00
BattleBas
6c40a968f4 Added setting "git.autoRepositoryDetection"
When opening just one file, the setting "autoRepositoryDetection" allows the user to control whether the entire repository changes will be displayed or just the changes of the current file.
2017-10-12 20:19:07 -05:00
Joao Moreno
7d729c9d17 diff: inline actions 2017-10-11 15:16:47 +02:00
Raoul D'Cunha
21aac84936 Add support for Stash (Include Untracked) 2017-09-20 17:06:52 +12:00
Joao
5b265e0cab fixes #33341 2017-08-30 13:02:20 +02:00
Joao
49eafc996d pop stash... 2017-08-29 15:06:57 +02:00
Joao Moreno
4a21980946 rename git stash actions 2017-08-22 09:44:35 +02:00
Justin Horner
e34b313026 Merge branch 'master' into justinhhorner-git-rename-branch 2017-08-21 22:51:06 -04:00
Joao Moreno
bbe70bc9b9 fixes #32459 2017-08-15 11:31:45 +02:00
Krzysztof Cieślak
13484ae98d Add commands 2017-08-14 22:30:50 +02:00