Commit Graph

1381 Commits

Author SHA1 Message Date
Rachel Macfarlane
e3829dc247 Add 'prune' option to fetch in git extension API (#117923)
Add 'prune' option to fetch in git extension API
Add overload to fetch to pass options
2021-03-02 15:18:59 -05:00
Benjamin Pasero
e916637528 tests - enable color output for integration tests 2021-03-01 15:10:15 +01:00
Eric Amodio
31aa03fcc8 Closes #116361 - adds select/compare ability 2021-02-22 11:58:02 -05:00
Felix Haase
524e119a8b remove colon from git host in askpass arguments (#117230)
fixes #117152
2021-02-22 15:04:24 +01:00
Eric Amodio
4fc8dc82f3 Fixes #110496 - use builtin gestures for open/diff 2021-02-05 15:00:47 -05:00
Eric Amodio
2fda718ad7 Fixes #115801 - improves conflict decorations 2021-02-04 17:25:48 -05:00
João Moreno
06c0dbe616 fix compilation error 2021-02-03 13:43:03 +01:00
João Moreno
2525f3e276 Merge branch 'master' into pr/113673 2021-02-03 13:39:20 +01:00
Eric Amodio
6fed1b6383 Uses background flag for better perf/mem usage
Filters out deleted resources
2021-02-01 18:02:28 -05:00
Eric Amodio
e6d5a20944 Fixes getBranch when name is fully qualified 2021-01-27 14:51:15 -05:00
João Moreno
7b0cfdd04a fix git askpass 2021-01-27 09:45:19 +01:00
João Moreno
9e07bfd594 related to #115037 2021-01-26 14:12:50 +01:00
João Moreno
75ff8b1131 fixes #115037 2021-01-26 14:10:49 +01:00
Eric Amodio
2f6c928b20 Fixes getBranch issue with remote branches
Improves perf by reducing git calls from 3 to 1

Before this change, remote branches were returned as local ones (RefType.Head), now they will be RefType.RemoteHead
2021-01-25 18:50:31 -05:00
Jackson Kearl
7e55fa0c54 Search In Open Editors (#107756)
* Initial work on "search in open editors"

* Update wording

* Update messaging for open editors config

* Add command to open all git changes (in association with searching in all open editors)

* Add strict parsing mode to search using providers for specific files

* Clean

* Remove log

* Naming

* Transfer open editors config to search editor

* Pass in more places

* Add some testing
2021-01-21 16:59:07 -08:00
Eric Amodio
6b241a6845 Closes #111210 - adds openRepository api 2021-01-21 01:06:48 -05:00
Eric Amodio
5bcd222075 Fixes checking for rebase against wrong branch
Refs: #1866
2021-01-21 00:29:16 -05:00
Florian Schwalm
cbbf2d0990 Correctly resolve mapped drive on Windows
fs.realpath.native in NodeJS uses the Win32 API function GetFinalPathNameByHandle() on Windows hosts,
therefore a given path must follow the guidelines for Win32 API file functions.
Drive letters on Windows need to end on a backslash according to the Win32 File Naming Conventions (https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file)
Omitting the backslash results in Windows treating the remaining path components as a relative path starting from the current directory on the specified disk
https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file#fully-qualified-vs-relative-paths
2021-01-20 11:58:37 -05:00
Eric Amodio
21c11ba864 Fixes #114433 - adds setting to avoid git config 2021-01-15 14:05:55 -05:00
Eric Amodio
9c7128d8fa Fixes #114384 - recheck resources after save/add 2021-01-15 00:16:53 -05:00
Eric Amodio
27b824b32c Adds ability to pass remote/refspec to pushTo cmds 2021-01-13 00:56:07 -05:00
Eric Amodio
d076ee1b94 Adds force push mode to push api 2021-01-13 00:42:07 -05:00
Eric Amodio
02380e7014 Removes repo hint from args 2021-01-13 00:42:06 -05:00
Eric Amodio
3767f97bc3 Adds onDidPublish to Git api 2021-01-12 12:15:40 -05:00
Eric Amodio
8832366467 Closes #110881 - adds possibly rebased warning 2021-01-12 12:15:39 -05:00
Eric Amodio
6828ae1ab5 Removes trim & fixes regex 2021-01-08 11:52:50 -05:00
Eric Amodio
f1151f84ff Adds userAgent to clone, pull, fetch - #111909
Changes to use env
2021-01-06 17:50:42 -05:00
Eric Amodio
9b6aaf1e86 Fixes #112481 - missing refs (because of trim) 2021-01-05 23:19:41 -05:00
joan xie
1bb2ae0e36 Allow ResourceCommandResolver.getRightResource() to return undefined (#113364) 2021-01-05 01:05:23 -05:00
Nick Rayburn
3563e2b740 rename run to exec for consistency 2021-01-01 21:20:12 -06:00
Alexandru Dima
e461782061 Fix compilation problem 2020-12-17 22:00:45 +01:00
Alexandru Dima
7ca71e763d Move away from deprecated 'vscode' node module (#112718) 2020-12-17 21:40:14 +01:00
SteVen Batten
f76b1c25e7 remove quotes since we don't spawn shell 2020-12-14 22:03:51 +00:00
艾斯特洛
3b34ea9f16 Update commands.ts (#112222) 2020-12-11 00:57:34 -08:00
Eric Amodio
38a8980905 Avoids triggering autofetch unless setting changes 2020-12-11 01:06:10 -05:00
Jason Williams
83f43bee1d Changing autofetch to a string config which has "current", "all" and (#111090) 2020-12-11 00:54:21 -05:00
Eric Amodio
6424b09b2c Fixes #111909 - adds user agent to push 2020-12-10 17:02:45 -05:00
João Moreno
0c947cb4ee fixes #96264 2020-12-04 11:43:10 +01:00
Eric Amodio
c358910b01 Fixes #110880 - sets useConfigOnly=true on commit 2020-11-30 17:55:52 -05:00
João Moreno
0321ca5d96 fixes #106664 2020-11-27 12:22:16 +01:00
João Moreno
76e1b21f4f fixes #110800 2020-11-19 12:20:01 +01:00
Johannes Rieken
d04f3178dc proper name for register function: registerFileDecorationProvider, #54938 2020-11-19 08:13:18 +01:00
João Moreno
3d013dc76f move git rename to command palette 2020-11-18 11:08:42 +01:00
Johannes Rieken
12b808cf08 make event optional, event naming, relax badge length a little, https://github.com/microsoft/vscode/issues/54938 2020-11-18 10:04:30 +01:00
João Moreno
62e830be77 Git/SCM: Use vscode.open and vscode.diff for a better editor opening experience (#110733)
* wip: try to use vscode.open and vscode.diff in git/scm

related to #110397

* 💄

* revert change to commands.converter.toInternal

* complete usage os vscode.open and vscode.diff in git extension
2020-11-16 16:19:26 +01:00
Seth Fitzsimmons
217ad5ac66 Typo: Uncommited → Uncommitted 2020-11-12 15:31:30 -05:00
João Moreno
5bf6d0cabc fixes #65188 2020-11-11 16:12:01 +01:00
João Moreno
3d61a39074 fixes #103031 2020-11-10 16:52:35 +01:00
João Moreno
e8b69537cd fixes #40295 2020-11-10 13:54:53 +01:00
João Moreno
62877b66d8 Merge branch 'master' into pr/107958 2020-11-10 11:59:25 +01:00