Commit Graph

602 Commits

Author SHA1 Message Date
Eric Amodio
1cd067471e Trims url to avoid issues 2021-03-19 14:23:30 -04:00
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
Eric Amodio
31aa03fcc8 Closes #116361 - adds select/compare ability 2021-02-22 11:58:02 -05:00
Eric Amodio
4fc8dc82f3 Fixes #110496 - use builtin gestures for open/diff 2021-02-05 15:00:47 -05:00
Eric Amodio
6fed1b6383 Uses background flag for better perf/mem usage
Filters out deleted resources
2021-02-01 18:02:28 -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
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
艾斯特洛
3b34ea9f16 Update commands.ts (#112222) 2020-12-11 00:57:34 -08:00
João Moreno
0c947cb4ee fixes #96264 2020-12-04 11:43:10 +01:00
João Moreno
76e1b21f4f fixes #110800 2020-11-19 12:20:01 +01:00
João Moreno
3d013dc76f move git rename to command palette 2020-11-18 11:08:42 +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
João Moreno
5bf6d0cabc fixes #65188 2020-11-11 16:12:01 +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
João Moreno
13f9f73353 💄 2020-11-10 11:41:40 +01:00
João Moreno
1d18ebe47e Merge branch 'master' into pr/107074 2020-11-10 11:33:25 +01:00
João Moreno
2c1272b794 fixes #104945 2020-11-10 11:22:18 +01:00
rebornix
0efbfd9190 fix #108765. 2020-11-09 15:38:11 -08:00
João Moreno
91aa548b05 Merge branch 'master' into pr/104614 2020-11-09 16:34:21 +01:00
Scott Davis
7e5609afa9 feat: implement Git: Push Tags command (#110096)
Related to #109799
2020-11-09 16:00:44 +01:00
João Moreno
ec084a25bd 💄 2020-11-09 15:19:15 +01:00
João Moreno
df4524f713 Merge branch 'master' into pr/97525 2020-11-09 15:08:04 +01:00
João Moreno
86d848d8e7 💄 2020-11-09 14:45:36 +01:00
João Moreno
592fa5cdaf Merge branch 'master' into pr/97486 2020-11-09 14:29:59 +01:00
João Moreno
dd97a9d335 💄 2020-11-09 14:23:24 +01:00
João Moreno
147f623629 Merge branch 'master' into pr/97322 2020-11-09 11:39:49 +01:00
dfireBird
024df33553 feat: add setting for default stash message 2020-11-07 08:56:48 +05:30
dfireBird
109d9984c1 fix: commit template appears as default stash message 2020-11-07 08:40:59 +05:30
dfireBird
19c0c60064 feat: detect default stash message
use commit message as default stash message if commit message box is populated
2020-11-07 08:39:26 +05:30
João Moreno
ce4fb6e323 fixes #96264 2020-11-06 14:45:26 +01:00
João Moreno
49990bebe4 add git CommandErrorOutputTextDocumentContentProvider 2020-11-05 16:46:42 +01:00
João Moreno
ec471da613 Merge branch 'master' into pr/95354 2020-11-05 16:22:48 +01:00
João Moreno
cd6466909b fixes #92034 2020-11-05 16:03:12 +01:00
João Moreno
e3ace1fe1f Merge branch 'master' into pr/94369 2020-11-05 15:56:26 +01:00
João Moreno
7b6561ff5b Merge remote-tracking branch 'origin/master' 2020-11-05 15:33:22 +01:00
João Moreno
08d271585d 💄 2020-11-05 15:33:07 +01:00
João Moreno
eb1cea5432 Merge branch 'master' into pr/94358 2020-11-05 15:28:07 +01:00
Dor Mesica
544c986e0a Added a warning before dropping a stash. (#94267)
* Added a message before dropping a stash.

* Update extensions/git/src/commands.ts

Co-authored-by: João Moreno <mail@joaomoreno.com>
2020-11-05 15:20:37 +01:00
João Moreno
5afaec5c21 Merge remote-tracking branch 'origin/master' 2020-11-05 15:18:06 +01:00
João Moreno
7328c3ccb0 Merge branch 'master' into pr/91838 2020-11-05 15:13:59 +01:00
Jean Pierre
818d57db15 Better diff for deleted file in merge conflict. Fixes #88973 (#91245)
Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2020-11-05 15:11:00 +01:00
João Moreno
578d7381da fix #7989 2020-11-05 11:43:42 +01:00
Fons van der Plas
b6a02bb4e2 message "Would you like to stage all chages?" (#109272)
The old message,
```
Would you like to automatically stage all your changes and commit them directly?
```
sounds like clicking _Yes_ will do this _automatically_ from now on, which is not the case. I removed _automatically_.
2020-10-28 11:05:07 +01:00
João Moreno
c781e1f4ff 💄 2020-10-23 14:45:41 +02:00
João Moreno
42e920a18a Merge branch 'master' into pr/108913 2020-10-23 14:32:22 +02:00