Commit Graph

518 Commits

Author SHA1 Message Date
João Moreno
10a3aefcd6 fixes #100468 2020-07-07 11:10:46 +02:00
Pascal Fong Kye
65fa899fbe refactor: stage all but merge 2020-05-24 21:58:25 +02:00
Pascal Fong Kye
d2b5d323d0 feat:new command stage all merge 2020-05-24 21:58:24 +02:00
João Moreno
025dc8a948 add remote from push 2020-05-20 11:37:53 +02:00
João Moreno
0700c9ea43 git: contributable add remote 2020-05-20 11:37:53 +02:00
João Moreno
b629dba454 export to, clone from github 2020-05-18 15:51:15 +02:00
João Moreno
4c36782f8e git api: publishRepository 2020-05-15 10:50:05 +02: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
cab6f958a2 git extension api: registerCredentialsProvider 2020-04-24 18:04:36 +02:00
João Moreno
c7d7b0dc88 fix clone from 2020-04-23 15:26:47 +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
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
675ed02c1f move RemoteSourceProvider to git api 2020-04-17 16:34:22 +02:00
João Moreno
1494dc7d08 improve ux around git remote picker 2020-04-17 15:56:13 +02:00
João Moreno
27afc6b477 wip: git remote providers 2020-04-15 21:30:32 +02:00
João Moreno
8ceb90a807 fixes #93493 2020-04-09 15:22:27 +02:00
Eric Amodio
a5987ce853 Fixes focus issue on click 2020-03-23 17:15:18 -04:00
Eric Amodio
d983fe6014 Fixes bad encoding in title - ref #91377 2020-02-27 11:23:45 -05:00
Joao Moreno
96dfec43ee fixes #90934 2020-02-27 09:58:06 +01:00
Eric Amodio
89cafb24e5 Localizes timeline strings 2020-02-24 22:56:45 -05:00
Joao Moreno
e7ebb137b7 git: easy case for git init 2020-02-19 11:59:27 +01: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
Ian MacFarlane
282732392f Clarify language when creating new git branch
When using the git extension, the intent is clear when clicking on "+ Create new branch..." and immediately being prompted "Please provide a branch name". But, when clicking on "+ Create a new branch from..." the intent is ambiguous, since the statement "Please provide a branch name" could refer to the branch from which you wish to base the new branch on or the name of the new branch, the latter being what actually happens.

By specifying "Please provide a *new* branch name...", the intent is clear: the prompt is asking for the name you wish to call the new branch.
2020-02-06 13:04:31 -05:00
Eric Amodio
eaf632c42a Adds uncommitted changes to timeline 2020-02-06 00:04:54 -05: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
16c7551f36 move git smoke tests to integration tests 2020-02-04 17:06:49 +01:00
Joao Moreno
a8231df2ff fixes #88024 2020-01-29 12:39:05 +01:00
Eric Amodio
5c92e3af68 Fixes open diff command (backwards) 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
2dc90b8140 Adds index (staged changes) to timeline 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
sharkykh
fc824b9da6 Restore "current git branch name when renaming" 2020-01-06 17:08:16 +02:00
Valentin Hăloiu
1ae9ff4cb1 Add parent path to git clone command 2019-11-23 15:38:47 +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
e7e562da3c remove data uri from git 2019-11-21 09:28:23 +01:00
Joao Moreno
fb2f985aa9 git.publish should not ask if only one remote
related to #84697
2019-11-20 10:12:31 +01:00
Joao Moreno
e055299e77 fix git commands 2019-11-20 09:37:02 +01:00
Joao Moreno
b6899391cd wip: comment out git data uris 2019-11-19 17:03:15 +01:00
Daniel Imms
a0b9afd1e7 Merge pull request #83795 from microsoft/tyriar/icon_string
Move icons out of translated strings
2019-11-04 11:27:38 -08:00
Daniel Imms
3c282d45bd Move icons out of translated strings 2019-10-31 16:02:23 -07:00
Joao Moreno
d651044482 fixes #73613 2019-10-31 19:57:46 +01:00
Joao Moreno
32a529d1ca add modal to undo merge commit
related to #69937
2019-10-29 15:40:01 +01:00
Joao Moreno
ad6011cb7a rename git.untrackedChanges: default to mixed 2019-10-28 10:35:56 +01:00
Joao Moreno
7da96f94c1 cleanup setting name and values 2019-10-25 16:11:36 +02:00
Joao Moreno
d5e692e758 smart commit should be aware of handleUntracked 2019-10-25 16:06:11 +02:00