Commit Graph

2064 Commits

Author SHA1 Message Date
tomerstav 741925db11 Implemented rebase onto 2020-10-19 04:13:52 +00:00
João Moreno b9115b8b9c fixes #108714 2020-10-16 16:58:25 +02:00
Andrey Sinitsyn b71ede64c1 fix(git): fatal when adding, reverting files or cleaning repo on win32 (#108691)
Fixes issue #108690
2020-10-16 15:26:15 +02:00
Eric Amodio 0ac9d25b81 Closes #91695 - adds emoji support 2020-10-12 14:38:07 -04:00
Eric Amodio 9910c38005 Fixes #108530 2020-10-12 11:08:13 -04:00
João Moreno 47116a8acd fixes #108371 2020-10-12 11:04:30 +02:00
Sebastian Andil 6f4409deae Fix typo (#108329) 2020-10-09 16:28:58 +02:00
João Moreno 7cb2f56439 more uppercase
fixes #108348
2020-10-09 16:24:11 +02:00
Eric Amodio d8b1776ccb Closes #97407, #93405 2020-10-09 02:31:48 -04:00
Eric Amodio 937b30edf2 Fixes #100610 2020-10-07 16:00:07 -04:00
Hung-Wei Hung 02cfa0b9a8 Create empty commit with changed files #107753 2020-10-02 16:37:01 +08:00
gjsjohnmurray ceeb974856 Wire up preconditions for viewsWelcome buttons, and use it 2020-09-30 13:01:46 +01:00
gjsjohnmurray af4fb00687 Initial 'Git extension is activating...' in SCM view 2020-09-30 06:49:32 +01:00
gjsjohnmurray 4e00a9b1a5 fix #106487 Contribute an "activating" placeholder message and button 2020-09-29 15:23:07 +01:00
Martin Aeschlimann 2ef6c258b0 Merge pull request #107215 from microsoft/aeschli/welcomeViewGroups
groups for viewsWelcome
2020-09-28 14:10:06 -07:00
João Moreno 5a18ae699c 💄 2020-09-28 16:33:29 +02:00
Michael Wood b8c953da4b Merge branch 'master' into 99129-theme-colour-git-staged 2020-09-28 08:02:47 +02:00
Johannes Rieken b241d4cd1f fix typo, https://github.com/microsoft/vscode/issues/54938 2020-09-25 16:26:52 +02:00
Johannes Rieken 0a914e0e61 remove priority all togther, maybe add something like severity in the future, https://github.com/microsoft/vscode/issues/54938 2020-09-25 16:13:26 +02:00
Johannes Rieken 8932f62afa adress API feedback https://github.com/microsoft/vscode/issues/54938 2020-09-25 16:13:26 +02:00
michaelwood@onetrail.com 536652aab5 added additional colour options for differing git staging statuses 2020-09-23 20:31:30 +02:00
Martin Aeschlimann 99c8d615c1 groups for viewsWelcome 2020-09-22 12:04:53 +02:00
ChaseKnowlden e8760a5d6c Fix capitalization of GitHub org 2020-09-17 11:43:03 +02:00
Matt Bierner 50cc1d0e97 Update to use TS 4.1 for building VS Code 2020-09-16 11:58:01 -07:00
MoQ93 17cdb69891 Allow empty tag message in git (#106751) 2020-09-16 10:22:19 +02:00
Jason Wang 3cc907a220 Fix return 2020-09-10 14:02:42 -07:00
Matt Bierner eba1cc8de3 Remove arrays.findIndex
For #103454

This should be a direct map to the `.findIndex` mathod
2020-09-10 10:22:08 -07:00
WhizSid c334da1952 Multi git executable paths (#85954)
* Multi git executable path

* update `git.path` setting description

* 💄

Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2020-09-10 15:02:37 +02:00
Vyacheslav Pukhanov 663810e275 Adds commands for --no-verify commit variants (#106335)
* add `{allow,confirm}NoVerifyCommit`  options

* adds commit comands with no verify

* handles no verify command variants

* handle no verify commit option

* only display no verify variants when option is set
2020-09-10 11:14:28 +02:00
Jason Wang 3890d7fba9 Formatting 2020-09-09 14:31:22 -07:00
Jason Wang 22ca0c1e8a Add providerName option to git.api.getRemoteSources 2020-09-09 14:09:04 -07:00
João Moreno f41efe546c Merge branch 'master' into pr/85074 2020-09-09 16:35:26 +02:00
João Moreno d9d314e8c6 Update extensions/git/src/commands.ts 2020-09-09 16:30:24 +02:00
João Moreno bec65e80de Update extensions/git/src/commands.ts 2020-09-09 16:30:18 +02:00
João Moreno 9ff783bdd6 Update extensions/git/src/commands.ts 2020-09-09 16:29:53 +02:00
Vyacheslav Pukhanov 7792c61393 Update gitignore decorations when .git/info/exclude file is edited (#106270)
* detect local `exclude` file edits

* use `uri.path` to detect exclude file edits

`uri.path` uses forward slash as a path separator indepentent of
the host system, which makes it easier to use with regex
2020-09-09 09:37:56 +02:00
João Moreno 82aa8fc425 better git and github docs 2020-09-08 09:55:07 +02:00
João Moreno ab8a3f3c44 fixes #105129 2020-09-02 14:42:16 +02:00
João Moreno b6071d2204 Merge pull request #105228 from marvinruder/master
Changed description of “Commit Signing” configuration label to include X.509.
2020-08-31 16:52:42 +02:00
João Moreno 6aafc4b7aa fixes #104762 2020-08-31 15:21:15 +02:00
Ladislau Szomoru bbb9784d8b PoliCheck 💄 2020-08-26 14:42:39 +02:00
Benjamin Pasero 1689304b52 Allow to configure workbench.editor.restoreViewState per language (fix #101110) 2020-08-24 07:58:05 +02:00
Marvin A. Ruder 8d2ff254c1 Changed description of “Commit Signing” setting label to include X.509. 2020-08-22 21:52:04 +02:00
Ladislau Szomoru 06730e3e29 Azure DevOps pipeline - generate unique test result names (#105148)
* Set suite name based on environment variable
2020-08-21 15:05:15 +02:00
Ladislau Szomoru b2efcbf687 Add process.arch into the test results file name (#104946) 2020-08-19 07:48:37 +02:00
sneakyfish5.sneaky@gmail.com ff8d4feeb4 Git: Add cherryPick command 2020-08-09 16:51:37 -05:00
unknown b4c528cbfd fixes #103281 2020-08-08 14:05:51 -05:00
João Moreno 2f2ba0d764 fixes #102455 2020-08-05 12:09:17 +02:00
João Moreno db514242e4 fixes #102303 2020-08-05 12:03:52 +02:00
João Moreno 532c7b1c78 cleaner git submenus 2020-08-03 14:11:14 +02:00