Eric Amodio
6b241a6845
Closes #111210 - adds openRepository api
2021-01-21 01:06:48 -05:00
Eric Amodio
21c11ba864
Fixes #114433 - adds setting to avoid git config
2021-01-15 14:05:55 -05:00
Eric Amodio
d076ee1b94
Adds force push mode to push api
2021-01-13 00:42:07 -05:00
Eric Amodio
3767f97bc3
Adds onDidPublish to Git api
2021-01-12 12:15:40 -05:00
João Moreno
0321ca5d96
fixes #106664
2020-11-27 12:22:16 +01:00
Vyacheslav Pukhanov
663810e275
Adds commands for --no-verify commit variants ( #106335 )
...
* add `{allow,confirm}NoVerifyCommit` options
* adds commit comands with no verify
* handles no verify command variants
* handle no verify commit option
* only display no verify variants when option is set
2020-09-10 11:14:28 +02:00
João Moreno
1ab3137674
git: PushErrorHandler
2020-07-15 15:52:31 +02:00
João Moreno
c85718eb81
git: remote source provider picker command
...
fixes #102394
2020-07-14 13:57:01 +00:00
João Moreno
ffda3a18cc
fixes #100183
2020-07-01 10:51:55 +02:00
Alex Ross
92164dd93d
Add a pattern to the git BranchQuery ( #99681 )
...
* Add a pattern to the git BranchQuery
* Add count, which makes getting refs even faster
* Update order of args in getRefs to match for-each-ref doc
2020-06-10 13:51:00 +02:00
João Moreno
4c36782f8e
git api: publishRepository
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
cab6f958a2
git extension api: registerCredentialsProvider
2020-04-24 18:04:36 +02:00
João Moreno
ab42ffc44c
add git api to init
2020-04-23 16:26:24 +02:00
João Moreno
888f89b40a
add renameRemote
2020-04-23 14:37:39 +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
3d04c5558e
support multiple URLs
2020-04-21 14:20:30 +02:00
João Moreno
675ed02c1f
move RemoteSourceProvider to git api
2020-04-17 16:34:22 +02:00
João Moreno
85f3f46ec1
fixes #93779
2020-04-09 11:13:36 +02:00
Joao Moreno
fe884b305e
Revert "Revert "Fix #88294 Add commitData in commit interface""
...
This reverts commit aa70f38ab2 .
2020-02-18 12:56:07 +01:00
Alex Dima
aa70f38ab2
Revert "Fix #88294 Add commitData in commit interface"
...
This reverts commit 51b8bd5064 .
2020-02-18 12:48:22 +01:00
Jiayue. Zhang
ee6278b01e
Merge branch 'master' into issue/88294
2020-02-13 00:06:47 +09:00
Joao Moreno
16c7551f36
move git smoke tests to integration tests
2020-02-04 17:06:49 +01:00
Jiayue Zhang
51b8bd5064
Fix #88294 Add commitData in commit interface
2020-01-30 01:10:05 +09: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
afe47568c1
git: expose getRepository
2020-01-21 15:49:44 +01:00
Joao Moreno
b7ead236be
git api: expose toGitUri
2019-11-19 16:54:41 +01: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
Xhulio Hasani
32d59ba806
Added quickpick option and display of tag annotation on menu
2019-08-20 16:05:46 -04:00
Joao Moreno
264d6ac829
💄
2019-08-12 14:06:53 +02:00
Joao Moreno
23d8322547
introduce git APIState
...
fixes #77787
2019-07-25 15:38:10 +02:00
Joao Moreno
f454c2c402
💄
2019-05-27 15:40:23 +02:00
Joao Moreno
5540e01820
Merge commit 'refs/pull/61149/head' of github.com:Microsoft/vscode into pr/61149
2019-05-27 15:20:08 +02:00
Joao Moreno
37fbae08a4
Merge commit 'refs/pull/64826/head' of github.com:Microsoft/vscode into pr/64826
2019-01-28 15:34:23 +01:00
rebornix
f27183be67
add error code for git blame
2019-01-15 11:56:48 -08:00
rebornix
e5a596be29
add git blame api
2019-01-11 13:10:54 -08:00
Ilya Biryukov
04c3dde6e4
Address PR feedback on Git provide APIs
2019-01-07 11:38:33 -08:00
Joao Moreno
ff157f90a0
add unshallow as an option for git pull
2019-01-07 11:22:26 +01:00
Peng Lyu
94a04621dd
Fix microsoft/vscode-pull-request-github#612 . Allow fetching with limited depths
2018-12-28 12:02:28 -08:00
Joao Moreno
6de43eec8d
Merge commit 'refs/pull/59163/head' of github.com:Microsoft/vscode into pr/59163
2018-12-20 12:51:58 +01:00
Ilya Biryukov
01292b4174
Add Git log, globalConfig, and tree diff API
2018-12-11 14:04:34 -08:00
Rachel Macfarlane
e27511826f
Add GitErrorCode to apply command
2018-12-07 10:21:03 -08:00
Luo Wenqing
a84421bbb3
Merge branch 'master' into fix-branch-checkout
2018-11-25 21:09:46 +08:00
Rachel Macfarlane
ad5f5ea365
Expose 'apply' and 'diff --cached' from git extension API
2018-11-13 16:18:37 -08:00
laphets
2376db89b7
Merge from master to resolve a conflict
2018-11-08 23:59:47 +08:00
Rachel Macfarlane
40a6a2db9a
Expose force flag for deleting branch on git extension API
2018-11-07 10:48:40 -08:00