Joao Moreno
413a17865c
git: use getCommit instead of log
2019-11-29 12:31:19 +01:00
Joao Moreno
ba79d4a0ee
Merge commit 'refs/pull/82995/head' of github.com:microsoft/vscode into pr/82995
2019-11-29 12:06:41 +01:00
Joao Moreno
f4f0062168
git input box shouldn't handle comments
...
related to #84201
2019-11-21 16:41:35 +01:00
Joao Moreno
3b0571d8c2
cleanup denodeify from git
2019-11-21 16:41:35 +01:00
Joao Moreno
4583277fbd
continuation of #84201
2019-11-12 12:11:15 +01:00
Joao Moreno
6f1d6c5c56
one more fix for #84201
2019-11-12 11:55:55 +01:00
Joao Moreno
fd091abb85
fixes #84274
2019-11-08 15:55:30 +01:00
Joao Moreno
062d516448
fixes #84201
2019-11-08 12:53:26 +01:00
Benjamin Pasero
ca22de4b17
debt - bump node.d.ts dependency in extensions to 12.x (part of #82514 )
2019-10-28 08:11:47 +01:00
Joao Moreno
2c0115ec8c
fix compile errors
2019-10-25 11:36:06 +02:00
Joao Moreno
980fb4b0ff
Merge commit 'refs/pull/76342/head' of github.com:microsoft/vscode into pr/76342
2019-10-25 11:32:15 +02:00
Joao Moreno
f402575486
cleanup git delete tag command
2019-10-24 15:27:57 +02:00
Joao Moreno
23a4df3672
Merge commit 'refs/pull/74345/head' of github.com:microsoft/vscode into pr/74345
2019-10-24 15:13:29 +02:00
Anirudh Rayabharam
7b1a6c822a
Git: Fixed error when staging in empty repository
...
Trying to stage a commit in an empty repository (i.e. no prior commits)
results in a git fatal error. This is because in an empty repo, HEAD
doesn't point to anything causing `git ls-tree -l HEAD ...` to fail.
To fix this, send `treeish` as `'HEAD'` to `getObjectDetails()` only if
there is at least one commit in the repo. Else, send an empty string
causing `getObjectDetails()` to use `lsFiles` instead of `lsTree`.
Fixes #82026
2019-10-21 22:04:03 +05:30
João Moreno
ad9bce8978
Merge pull request #82038 from jeanp413/fix-81158
...
Fix git repository not detected if root folder ends in [space]
2019-10-21 16:01:18 +02:00
Joao Moreno
f367d0fe20
skip auth only for auto fetch
...
related to #72615
2019-10-17 16:19:26 +02:00
Joao Moreno
f901a47197
💄 git clone progress
2019-10-17 14:08:40 +02:00
Joao Moreno
471b263ce5
Merge commit 'refs/pull/71341/head' of github.com:microsoft/vscode into pr/71341
2019-10-17 12:53:45 +02:00
Joao Moreno
d5664e35ed
cleanup commit template, merge
...
related to #66522
2019-10-15 17:43:33 +02:00
Joao Moreno
4a80681a01
Merge commit 'refs/pull/66522/head' of github.com:microsoft/vscode into pr/66522
2019-10-15 17:16:42 +02:00
jeanp413
5d2eb0a06e
Fixes #81158
2019-10-06 23:31:49 -05:00
Joao Moreno
fe44d14e71
fixes #80415
2019-09-06 09:40:08 +02:00
João Moreno
b3f85bc76d
fix git branch sort order ( #80096 )
2019-08-30 10:27:20 +02:00
Xhulio Hasani
32d59ba806
Added quickpick option and display of tag annotation on menu
2019-08-20 16:05:46 -04:00
Joao Moreno
22a3f3ec83
💄
2019-08-13 09:54:20 +02:00
Joao Moreno
2c878484c8
Merge commit 'refs/pull/78695/head' of github.com:microsoft/vscode into pr/78695
2019-08-13 09:46:54 +02:00
Joao Moreno
264d6ac829
💄
2019-08-12 14:06:53 +02:00
Joao Moreno
28bcf28232
Merge commit 'refs/pull/78562/head' of github.com:microsoft/vscode into pr/78562
2019-08-12 09:41:30 +02:00
Xhulio Hasani
98ed0fc2e8
Merge branch 'master' of https://github.com/microsoft/vscode
2019-08-11 19:50:41 -04:00
Joao Moreno
2c189f373f
fix capture group
2019-08-08 16:38:39 +02:00
Joao Moreno
daf581da39
fixes #71258
2019-08-08 16:30:47 +02:00
skprabhanjan
1556800102
Fix fix-64077 With a setting
2019-08-08 16:14:23 +05:30
Joao Moreno
5481dcca5e
Merge commit 'refs/pull/71710/head' of github.com:microsoft/vscode into pr/71710
2019-08-08 12:17:46 +02:00
Joao Moreno
181759fe6a
add git.smartCommitChanges
2019-08-08 11:55:13 +02:00
João Moreno
b8a8085ad1
Merge branch 'master' into rievans/gitpushbranchwithsymbolfail
2019-08-07 11:51:55 +02:00
Joao Moreno
a6177d979a
cleanup for pr #66095
2019-08-06 17:49:42 +02:00
Darrien Singleton
b93c4fa3b5
new branch
2019-08-06 09:22:17 -04:00
Joao Moreno
54c6639bf8
add git.supportCancellation setting
2019-08-06 14:15:47 +02:00
João Moreno
721385ff4d
Merge branch 'master' into gitcloneissue
2019-08-05 17:08:13 +02:00
Drew Cross
d235f183c6
addressing additional comments
2019-07-14 17:49:22 -07:00
Drew Cross
a047914487
Adding git stash drop for issue 76195
2019-06-29 07:19:20 -07:00
Xhulio Hasani
8173fb9a92
Merge branch 'master' of https://github.com/microsoft/vscode
2019-06-28 23:06:25 -04:00
ozyx
a9672ad746
remove trailing '/' from repo url for baseFolderName
2019-06-20 00:36:34 -07:00
Joao Moreno
5f70390f0d
fixes microsoft/vscode-remote-release#671
2019-06-13 10:02:23 +02:00
Joao Moreno
4a3c056e9a
use --follow-tags instead of --tags when pushing
...
fixes #70081
fixes #75240
2019-06-12 11:06:54 +02:00
Joao Moreno
13d0dad699
fix #41085
2019-06-12 10:38:35 +02:00
Joao Moreno
a83c9a4756
fixes #74844
2019-06-05 10:22:48 +02:00
Joao Moreno
afa4faa587
fix git extension tests
2019-06-05 10:22:48 +02:00
Darrien Singleton
69158eb58b
Git clone fix to use character set in regex
2019-05-29 06:39:12 -04:00
Darrien Singleton
0bf7825bc2
Revert "Git clone fix to use character set in regex"
...
This reverts commit fdb1c37b06 .
2019-05-29 06:36:34 -04:00