Commit Graph

851 Commits

Author SHA1 Message Date
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
John Blackbourn
4281e933d3 Treat .gitignore_global as an Ignore file by default. Fixes #96079. 2020-04-24 18:44:18 +01: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
968de61532 Merge commit 'refs/pull/81982/head' of github.com:microsoft/vscode into pr/81982 2020-04-20 14:25:59 +02: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
João Moreno
6e89889166 Merge pull request #91872 from jeanp413/fix-91871
Fixes missing git folder actions under Untracked Changes group in scm viewlet
2020-04-07 17:27:01 +02:00
Eric Amodio
4f179b7241 Adds better menu grouping 2020-04-06 23:21:40 -04:00
Jean Pierre
e0850567f5 Merge branch 'master' into fix-91871 2020-04-05 20:26:43 -05:00
Jakub
5a9b210d91 Merge branch 'master' of https://github.com/microsoft/vscode 2020-04-04 14:29:58 +02:00
Eric Amodio
2c684a77a6 Fixes #94107 remove open changes action 2020-04-03 17:28:09 -04:00
Jacob
156d5ab281 Added setting for opening cloned repository without prompt. #93300 2020-04-03 13:43:50 +02:00
Christos Pappas
482acb89e9 Add mac specific keys
Use command key instead of ctrl on Mac
2020-04-01 20:16:21 +03:00
’Christos
602f3f9b46 Add default keybindings for stage/revert/unstage selected ranges
git.stageSelectedRanges   -> ctrl + k, ctrl + alt + s
git.unstageSelectedRanges -> ctrl + k, ctrl + u
git.revertSelectedRanges  -> ctrl + k, ctrl + r

Closes #93564
2020-03-30 02:49:03 +03:00
Eric Amodio
e62c4302b0 Removes day.js dependency; uses Intl instead 2020-03-26 00:10:41 -04:00
Eric Amodio
a096bae36c Switches to use realpath.native instead of wmic 2020-03-25 16:34:52 -04:00
Miguel Solorio
6b745dace7 Use codicons in scm 2020-03-05 11:24:32 -08:00
jeanp413
b0a50321f7 Fixes #91871 2020-03-01 22:16:17 -05:00
Joao Moreno
04c9b01aff fixes #91466 2020-02-27 09:24:38 +01:00
Joao Moreno
d43bb97bb0 git: contribute Clone to explorer 2020-02-19 12:23:02 +01:00
Joao Moreno
e7ebb137b7 git: easy case for git init 2020-02-19 11:59:27 +01:00
Joao Moreno
acb9817a8d too many conditions 2020-02-18 16:37:52 +01:00
Joao Moreno
913c256bb3 fixes #90705 2020-02-18 16:36:10 +01:00
Joao Moreno
2d125bc3cf remove git init action from top of scm 2020-02-17 12:24:01 +01:00
Joao Moreno
cce81b98b9 Merge branch 'joao/empty-views-api' 2020-02-17 12:05:37 +01:00
Joao Moreno
25b36c1c37 rename empty view contents to view welcome 2020-02-17 11:25:17 +01:00
Matt Bierner
6ec6f9e3f4 Fix git integration tests
Move back to using normal vscode dependency for now . We will look into moving off it later
2020-02-15 13:13:22 -08:00
Eric Amodio
5c017be321 Fixes broken test with git extension 2020-02-14 18:55:11 -05:00
Eric Amodio
9ae0fd36c9 Enhances timeline - commands, timestamp, etc
Adds contributable commands to timeline items
Adds right-aligned timestamp to timeline items
Adds Open Changes to Git timeline items
Adds Copy Commit ID to Git timeline items
Adds Copy Commit Message to Git timeline items
2020-02-14 15:22:45 -05:00
Joao Moreno
eab81b4a31 git missing docs 2020-02-13 16:53:08 +01:00
Joao Moreno
d946716fe2 improve git empty view docs 2020-02-13 16:13:10 +01:00
Joao Moreno
3e8bb6cfd4 git: more empty view documentation 2020-02-13 16:03:18 +01:00
Joao Moreno
52d3df6bf2 empty view: placeholder when 2020-02-13 15:32:45 +01:00
Joao Moreno
dde577b23e activate git before smoke tests 2020-02-05 15:03:05 +01:00
Joao Moreno
06dbb1938f make sure git is activated before integration tests run 2020-02-05 10:24:47 +01:00
Joao Moreno
19de7a566c add proper git dev dependencies 2020-02-04 13:04:44 +01:00
Joao Moreno
1dd16ab728 setup git integration tests 2020-02-04 12:35:28 +01:00
Ben Curtis
33b5a9ba25 Merge branch 'master' into ignore_sub 2020-01-30 13:16:06 -05:00
Eric Amodio
b861a1143d Removes open diff command from palette 2020-01-27 15:28:33 -05:00
Eric Amodio
44edf3c197 Polishes the timeline UI/UX
Cleans up API and removes some unused features (e.g. paging)
Adds date formatting
Adds loading progress and message
Removes lots of console.logs 😁
Adds titles to diffs
2020-01-27 15:28:33 -05:00
Eric Amodio
87c2332fed Adds timeline diff on click and icon support 2020-01-27 15:28:33 -05:00
Joao Moreno
548baadc5f git: have own log level
related to #85992
2020-01-27 14:40:24 +01:00
Oliver Larsson
2abdb90472 git.pruneOnFetch setting implemented 2020-01-24 21:20:44 +01:00
Joao Moreno
a398adac13 revert git uri changes
fixes #88775
2020-01-22 15:29:13 +01:00
Fmstrat
d7ed37e864 add ignoreSubmodules option 2020-01-16 09:39:19 -05:00
Rob Lourens
6edd69eaf5 Fix #87343 2019-12-30 11:13:04 -08:00
Joao Moreno
f4f0062168 git input box shouldn't handle comments
related to #84201
2019-11-21 16:41:35 +01:00
Joao Moreno
e055299e77 fix git commands 2019-11-20 09:37:02 +01:00