Commit Graph

2410 Commits

Author SHA1 Message Date
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
ab8a3f3c44 fixes #105129 2020-09-02 14:42:16 +02:00
Ladislau Szomoru
bbb9784d8b PoliCheck 💄 2020-08-26 14:42:39 +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
Eric Amodio
8d51d4a419 Hides timeline view if no providers registered
Helps first-run experience, see here:
https://github.com/microsoft/vscode/issues/98614#issuecomment-665693078
2020-07-31 18:37:15 -04:00
João Moreno
7f43164ae4 fixes #101404 2020-07-30 15:53:22 +02:00
João Moreno
be901d8db1 fixes #103053 2020-07-22 10:37:09 +02:00
João Moreno
1ab3137674 git: PushErrorHandler 2020-07-15 15:52:31 +02:00
João Moreno
c85718eb81 git: remote source provider picker command
fixes #102394
2020-07-14 13:57:01 +00:00
Eric Amodio
561f5b6d26 Remove eslint disable -- #101978 2020-07-09 22:47:42 -04:00
João Moreno
10a3aefcd6 fixes #100468 2020-07-07 11:10:46 +02:00
João Moreno
96e3e0f05f hide git rev-parse --show-toplevel 2020-07-06 09:49:11 +02:00
João Moreno
88b1fa85e4 fixes #100701 2020-07-01 11:13:23 +02:00
João Moreno
ffda3a18cc fixes #100183 2020-07-01 10:51:55 +02:00
João Moreno
f457cf5310 fixes #101078 2020-07-01 09:37:23 +02:00
João Moreno
57f08f6b74 Merge pull request #101114 from daniel-j-davis/feature/add-git-squash-message
Adding .git/SQUASH_MSG detection to commit message auto-fill #101078
2020-06-29 16:16:34 +02:00
João Moreno
e0d4a2fe2d git: lighter warning 2020-06-26 23:32:40 +02:00
Daniel Davis
df1575d529 Changing return type back 2020-06-26 16:57:57 +01:00
Daniel Davis
b3c2e36cd4 Changing commit message auto-fill to use the first non-undefined message 2020-06-26 16:55:25 +01:00
Daniel Davis
7bb8f9103e Changing commit message to use Promise.race instead of bad comparison 2020-06-26 14:03:43 +01:00
Daniel Davis
05e719bede Changing auto-fill commit message to check for getMergeMessage OR getSquashMessage 2020-06-26 13:26:40 +01:00
Daniel Davis
3f90d90ab2 Adding .git/SQUASH_MSG detection to commit message autofill 2020-06-26 12:35:32 +01:00
João Moreno
0bf3a85363 fix scm input visibility 2020-06-25 12:16:36 +02:00
João Moreno
bdcb290645 ux 2020-06-24 11:11:34 +02:00
João Moreno
3625061201 styling, menus 2020-06-23 19:57:46 +02:00
João Moreno
fad4d8d254 fixes #100524 2020-06-21 22:58:32 +02:00
Fedor Nezhivoi
314b58c8e1 switch to use iconv-lite-umd for #79275 (#100472)
Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
2020-06-18 16:08:17 +02:00
João Moreno
159bc687ca fix regex 2020-06-11 17:29:12 +02:00
João Moreno
3cc8685501 fixes #24883 2020-06-11 11:36:57 +02:00
Utsav Munendra
19dcc7916c Fixes https://github.com/microsoft/vscode/issues/79910 (#80150)
Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2020-06-10 17:41:48 +02:00
João Moreno
24f1b69a90 git file system should wait for model to be initialized 2020-06-10 15:44:53 +02:00
Alex Ross
92164dd93d Add a pattern to the git BranchQuery (#99681)
* Add a pattern to the git BranchQuery

* Add count, which makes getting refs even faster

* Update order of args in getRefs to match for-each-ref doc
2020-06-10 13:51:00 +02:00
kingwl
d9d1be4e49 Avoid debug 2020-06-05 22:30:29 +08:00
kingwl
ae540536b4 Rewrite checkout items 2020-06-05 17:41:59 +08:00
kingwl
3f585d7400 Add better support for checkout type config 2020-06-05 17:41:59 +08:00
Asif Hasan
df3af97279 fix fetchOnPull behavior for Sync 2020-06-03 18:23:37 -05:00