Commit Graph

2259 Commits

Author SHA1 Message Date
João Moreno
978d39324a Merge branch 'master' into pr/104312 2020-11-09 16:03:36 +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
63ce8b4732 fixes #92146 2020-11-06 12:00:13 +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
João Moreno
1b9cd42b9b remove unused import 2020-11-04 15:47:49 +01:00
João Moreno
e5285908ca 💄 2020-11-04 15:42:40 +01:00
João Moreno
90aa30e660 Merge branch 'master' into pr/89249 2020-11-04 15:38:53 +01:00
João Moreno
4f038dba60 💄 2020-11-04 15:25:52 +01:00
João Moreno
e61be087c6 Merge branch 'master' into pr/88772 2020-11-04 15:06:31 +01:00
João Moreno
7936093c33 git: merge resources should return undefined original resource
related to #109022
2020-11-03 14:33:18 +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
f50ee04ed9 fix git submenus order
fixes #109286
2020-10-26 15:06:53 +01:00
Takanori Oishi
86e1d0744f Git: Add tags to '...' menu (#109282)
* Git: Add tags to '...' menu
Closes #109281

* Git: Add tags to '...' menu
Closes #109281
2020-10-26 14:44:28 +01:00
Eric Amodio
16f4a29aa0 Changes URI -> Uri 2020-10-25 22:50:25 -04: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
tomerstav
039f26db56 Highlight branchs upstream if defined by placing item first in picker 2020-10-23 04:36:17 +00:00
tomerstav
7b936983f6 Renamed rebaseOnto to rebase 2020-10-23 03:35:27 +00:00
João Moreno
0f1904834b 💄 2020-10-22 21:12:13 +02:00
João Moreno
990c0284db Merge branch 'master' into pr/109133 2020-10-22 21:03:56 +02:00
Jordan Bayles
3082f63523 Add Git: Clone Recursively option
This patch adds a new command, Git: Clone Recursively, that adds the
--recursive option to git clone in order to also check out git
submodules.

Bug: 108381
2020-10-21 23:05:48 -07:00
João Moreno
a27961d843 git: improve status bar message 2020-10-21 16:37:49 +02:00
tomerstav
5a76fea0a8 Rewrote logic 2020-10-19 23:24:48 +00:00
Ladislau Szomoru
e1692b33b1 Abort rebase command polish (#108919)
* Abort rebase command polish
2020-10-19 10:59:36 +02:00
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