Commit Graph

2954 Commits

Author SHA1 Message Date
João Moreno
4c36782f8e git api: publishRepository 2020-05-15 10:50:05 +02:00
João Moreno
6981f7c7fb 💄 2020-05-15 10:50:05 +02:00
João Moreno
6d127275f2 💄 2020-05-15 10:50:05 +02:00
Alex Ross
6570efce0f Add git extension API for branches (#97621)
Enables microsoft/vscode-pull-request-github#1781
2020-05-14 12:26:50 +02:00
Alex Ross
3da22e920b Add path to LogOptions (#97693)
Part of microsoft/vscode-pull-request-github#1781
2020-05-13 16:04:28 +02:00
João Moreno
ea89f2d8b9 related to microsoft/vscode-pull-request-github#1759 2020-05-13 11:24:51 +02:00
João Moreno
5185d7e6f8 disable askpass, terminal and github auth when git is disabled
fixes #97320
2020-05-12 13:37:00 +02:00
kingwl
8561cbb8ae Add force checkout and smart checkout 2020-05-12 00:36:28 +08:00
kingwl
31ee5b9644 fix something 2020-05-11 22:57:34 +08:00
kingwl
b24cb8b47d Add rename by git context menu 2020-05-11 19:01:45 +08:00
Ladislau Szomoru
ee8a6bc4f8 Git: Add "git rebase --abort" command (#97071)
Add "git rebase --abort" command
2020-05-07 14:26:55 +02:00
João Moreno
0209826b56 fixes #96399 2020-04-28 15:09:38 +02:00
João Moreno
75877c8185 Merge pull request #96080 from johnbillion/fix/gitignore_global
Treat `.gitignore_global` as an Ignore file by default.
2020-04-27 15:58:23 +02:00
João Moreno
15e159a713 💄 2020-04-27 15:00:06 +02:00
João Moreno
8ff93b98c5 git: config.githubAuthentication 2020-04-27 14:57:47 +02:00
João Moreno
54d8261f93 git: config.terminalAuthentication 2020-04-27 14:57:47 +02:00
João Moreno
bc9854b494 git: use environmentVariableCollection 2020-04-27 14:57:47 +02:00
João Moreno
bce93beff7 move github credential provider to git 2020-04-27 12:14:23 +02:00
John Blackbourn
4281e933d3 Treat .gitignore_global as an Ignore file by default. Fixes #96079. 2020-04-24 18:44:18 +01:00
João Moreno
cab6f958a2 git extension api: registerCredentialsProvider 2020-04-24 18:04:36 +02:00
João Moreno
77d7351226 add log to askpass ipc 2020-04-24 15:40:03 +02:00
João Moreno
ab42ffc44c add git api to init 2020-04-23 16:26:24 +02:00
João Moreno
c7d7b0dc88 fix clone from 2020-04-23 15:26:47 +02:00
João Moreno
888f89b40a add renameRemote 2020-04-23 14:37:39 +02:00
João Moreno
df1a7b0e8a Merge pull request #95780 from fleck/patch-1
remove duplicate git.pullFrom command
2020-04-23 11:10:25 +02:00
João Moreno
3b0ba06a7b RemoteSourceProvider.icon 2020-04-22 17:16:35 +02:00
João Moreno
97b2fe2f7e show git repo details 2020-04-22 16:56:33 +02:00
Jacob
1243ff76e4 Changed name of the setting to openAfterClone 2020-04-22 14:27:55 +02:00
Jacob
b64cb1ecf4 Merge branch 'master' of https://github.com/microsoft/vscode 2020-04-22 14:15:22 +02:00
Jonathan Fleckenstein
f12f21d320 remove duplicate git.pullFrom command 2020-04-21 10:44:38 -04:00
João Moreno
d1e315f5e1 fix git clone 2020-04-21 15:35:10 +02:00
João Moreno
3d04c5558e support multiple URLs 2020-04-21 14:20:30 +02:00
João Moreno
106552963c handle remote source provider errors 2020-04-21 12:13:56 +02:00
João Moreno
479b3dafb5 Merge branch 'joao/git-remote-providers' 2020-04-20 17:33:16 +02:00
João Moreno
0da6ba9071 Merge pull request #95549 from avdg/git-pager
Do not let git use a pager
2020-04-20 15:56:12 +02:00
Anthony Van de Gejuchte
bf9146eaf0 User 'cat' as GIT_PAGER option 2020-04-20 15:11:05 +02:00
João Moreno
968de61532 Merge commit 'refs/pull/81982/head' of github.com:microsoft/vscode into pr/81982 2020-04-20 14:25:59 +02:00
Anthony Van de Gejuchte
057500153b Move env declaration of GIT_PAGER 2020-04-20 14:13:34 +02:00
Anthony Van de Gejuchte
7374bff932 Do not let git use a pager 2020-04-17 18:37:51 +02:00
João Moreno
675ed02c1f move RemoteSourceProvider to git api 2020-04-17 16:34:22 +02:00
João Moreno
aeeec54c8e missing 2020-04-17 15:58:15 +02:00
João Moreno
1494dc7d08 improve ux around git remote picker 2020-04-17 15:56:13 +02:00
João Moreno
5f79de53e6 Merge branch 'master' into joao/git-remote-providers 2020-04-17 15:47:46 +02:00
Eric Amodio
77e79529e1 Removes bogus code 2020-04-16 11:48:34 -04:00
João Moreno
27afc6b477 wip: git remote providers 2020-04-15 21:30:32 +02:00
Nathaniel Palmer
4420bbfbcf Offer to show git command output on failure 2020-04-15 12:48:04 -04:00
João Moreno
b8512b2055 remove git content provider 2020-04-15 07:42:50 +02:00
bkis
433380c3c1 Fix typo in git extension's config description (#94993) 2020-04-11 06:45:15 -07:00
Eric Amodio
9640830490 Fixes #94882 -- checks for trailing \ & protects
if somehow `networkPath` had a trailing \, it would cause this behavior
2020-04-10 15:14:14 -04:00
Isidor Nikolic
71913027c3 Merge pull request #93706 from ChrisPapp/git_keybindings
Add default keybindings for stage/revert/unstage selected ranges
2020-04-09 17:13:27 +02:00