Ladislau Szomoru
|
e9eea024f1
|
Git - git blame/timeline hover should not support HTML (#244729)
* Git - git blame hover should not support HTML
* Also fix timeline hover
|
2025-03-26 11:25:59 +00:00 |
|
Matt Bierner
|
8225b496b1
|
Updating @types/node
Needs some minor code changes too to support the new typings
|
2025-03-24 13:02:28 -07:00 |
|
Ladislau Szomoru
|
94f0f50f9e
|
Git - try a different separator in the ref picker (#244340)
|
2025-03-22 15:56:29 -07:00 |
|
Ladislau Szomoru
|
3ea8791964
|
Git - fix issue with losing merge state when discarding untracked file (#244247)
|
2025-03-21 14:23:16 +01:00 |
|
Ladislau Szomoru
|
f53a1c04d3
|
Git - refactor code to exclude refs from pickers (#244104)
|
2025-03-20 12:35:49 +01:00 |
|
Ladislau Szomoru
|
53b4d4e701
|
Git - include ahead/behind information in all branch pickers (#244036)
|
2025-03-19 12:47:31 -07:00 |
|
Ladislau Szomoru
|
f00d1a0c44
|
Git - merge branch picker should not include the current branch (#244008)
|
2025-03-19 16:31:33 +01:00 |
|
Ladislau Szomoru
|
2365ea12ec
|
Git - display ahead/behind information in the checkout picker (#244003)
* Initial implementation
* Handle scenario where the git version does not support ahead/behind
|
2025-03-19 16:04:58 +01:00 |
|
Ladislau Szomoru
|
9bed6c5a5f
|
Git - use committerDate in the ref picker (#243974)
|
2025-03-19 11:22:05 +01:00 |
|
Ladislau Szomoru
|
757405278f
|
Git - do not expose ref commit details to extensions (#243970)
|
2025-03-19 10:49:00 +01:00 |
|
Ladislau Szomoru
|
6770e77230
|
Git - add the missing Api proposal (#243959)
|
2025-03-19 09:39:18 +01:00 |
|
Ladislau Szomoru
|
46a9b7e644
|
Git - remove another usage of iconv (#243902)
|
2025-03-18 13:35:33 -07:00 |
|
Ladislau Szomoru
|
76b21c4817
|
Git - cleanup ref parsing (#243899)
|
2025-03-18 20:46:11 +01:00 |
|
Ladislau Szomoru
|
9c52844db0
|
Git - disable matchOnDetail for the checkout picker (#243862)
|
2025-03-18 15:35:21 +01:00 |
|
Ladislau Szomoru
|
f9d810d1fd
|
Git - remove the usage of jschardet and iconv-lite-umd (#243843)
|
2025-03-18 09:53:58 +00:00 |
|
Ladislau Szomoru
|
f37aabbb68
|
Git - enable reference details in pickers by default (#243839)
|
2025-03-18 09:17:17 +01:00 |
|
Ladislau Szomoru
|
0a7b6a0f8b
|
Git - add commit details to ref pickers (#243582)
* Refactor ref parsing
* Initial implementation of getting the commit details
* Show additional information in the pickers
|
2025-03-14 10:52:13 -07:00 |
|
Ladislau Szomoru
|
7c46bee91e
|
Git - handle both absolute and relative paths (#243571)
|
2025-03-14 17:25:33 +01:00 |
|
Oleg Solomko
|
c67dcc317d
|
II of markdown comment parser, add base @assertNotConsumed decorator
|
2025-03-12 12:22:48 -07:00 |
|
Ladislau Szomoru
|
04260cb17b
|
Git - use relative path when running git commands (#242889)
|
2025-03-07 16:30:39 +01:00 |
|
Ladislau Szomoru
|
d234a62e39
|
Git - remove diffCommand proposal (#242675)
|
2025-03-05 11:44:12 +01:00 |
|
Ladislau Szomoru
|
9fbff868fd
|
Git - use editorInlayHint.foreground for the git blame editor decoration as it is lighter than editorCodeLens.foreground (#242665)
|
2025-03-05 10:08:45 +01:00 |
|
Ladislau Szomoru
|
f7bc839df9
|
Git - 💄 add path delimiter when calling git blame (#242553)
|
2025-03-04 13:04:14 +01:00 |
|
Ladislau Szomoru
|
e4e03ebce9
|
Git - fix data shape issue for the merge base (#242544)
|
2025-03-04 12:16:09 +01:00 |
|
Tushar Sadhwani
|
3b55994f24
|
Make git show ref argument unambiguous (#242483)
make `git show` ref argument unambiguous
|
2025-03-04 09:28:33 +00:00 |
|
Ladislau Szomoru
|
f1f5327a74
|
Git - do not show "Not Committed Yet" while typing (#242508)
|
2025-03-03 17:28:52 -05:00 |
|
Ladislau Szomoru
|
f11a86a05f
|
Revert "Git - remove jschardet (#241256)" (#242469)
This reverts commit 6fdb41922c.
|
2025-03-03 16:00:53 +01:00 |
|
Ladislau Szomoru
|
6ef179a793
|
Git - improve git blame rendering efficiency (#242456)
|
2025-03-03 13:03:12 +01:00 |
|
João Moreno
|
25c371614f
|
disable untrackedChangesEnableTrash in linux snap (#242188)
* disable untrackedChangesEnableTrash in linux snap
related to #241476
cc @lszomoru
* missing isLinuxSnap check
|
2025-02-27 16:36:12 +01:00 |
|
João Moreno
|
6a06fb719e
|
rename untrackedChangesEnableTrash to discardUntrackedChangesToTrash (#242186)
|
2025-02-27 15:42:12 +01:00 |
|
Ladislau Szomoru
|
497645a3f7
|
Git - rename "untrackedChangesSoftDelete" to "untrackedChangesEnableTrash" (#241953)
|
2025-02-25 21:51:51 +01:00 |
|
Ladislau Szomoru
|
6fdb41922c
|
Git - remove jschardet (#241256)
* Adopt API for stage
* Adopt API for show
* Remove package
|
2025-02-20 07:11:11 +01:00 |
|
Ladislau Szomoru
|
60240d261a
|
Git - fix regression related to editing the merge commit message (#241061)
|
2025-02-18 10:31:00 +01:00 |
|
Ladislau Szomoru
|
13c57c5155
|
Git - fix unstage selected ranges for renamed files (#240998)
|
2025-02-17 12:52:33 +01:00 |
|
Ladislau Szomoru
|
32ce1bce20
|
Git - replace diagnostic information with diagnostics (#240991)
|
2025-02-17 11:58:12 +01:00 |
|
Ladislau Szomoru
|
bd05fbbcb0
|
Git - disable untracked file soft-delete when connected to a remote (#240805)
|
2025-02-14 16:32:35 +01:00 |
|
Ladislau Szomoru
|
bf983f7351
|
Git - use relative path when getting blame information (#240784)
|
2025-02-14 13:08:18 +01:00 |
|
Ladislau Szomoru
|
db0b398727
|
Git - use relative path in getObjectDetails() (#240783)
* Git - use relative path in `getObjectDetails()`
* 💄
|
2025-02-14 11:58:04 +00:00 |
|
Ladislau Szomoru
|
3d3806164c
|
Git - remove the ignore sources setting as it is now merged into the sources setting (#240635)
|
2025-02-13 12:15:01 +01:00 |
|
Ladislau Szomoru
|
6618761449
|
Git - update settings descriptions (#240621)
|
2025-02-13 09:21:37 +01:00 |
|
Ladislau Szomoru
|
bd9c5acfd8
|
Git - polish the diagnostics information commit hook (#240590)
* Rework the settings and implementation
* Add settings descriptions
* Update default enablement
|
2025-02-13 00:33:16 +01:00 |
|
Ladislau Szomoru
|
deb13fce88
|
Git - polish discard changes dialogs (#240519)
* Git - polish git clean dialog
* Remove duplication
* More polish of the dialogs
|
2025-02-12 15:39:58 +01:00 |
|
Ladislau Szomoru
|
6272008be1
|
Git - add setting for untracked changes soft delete (#240387)
|
2025-02-11 17:20:26 +01:00 |
|
Ladislau Szomoru
|
afa8e16e50
|
Git - handle submodule HEAD file (#240357)
* Git - handle submodule HEAD file
* 💄
* Better fix
|
2025-02-11 12:28:56 +01:00 |
|
Ladislau Szomoru
|
22c92fc911
|
Initial implementation (#240264)
|
2025-02-10 18:05:21 +01:00 |
|
Ladislau Szomoru
|
b968336efa
|
Git - do not show origin/HEAD ref in the graph (#239842)
|
2025-02-06 12:00:24 -08:00 |
|
Ladislau Szomoru
|
c0ec925f2d
|
Git - enable deleting remote branches from the graph (#239728)
* Git - enable deleting remote branches from the graph
* Add missing return
|
2025-02-05 21:40:03 +01:00 |
|
Ladislau Szomoru
|
85e32ec765
|
Git - handle deleted remote branches (#239723)
|
2025-02-05 21:14:31 +01:00 |
|
Ladislau Szomoru
|
af22e57ed6
|
Git - add a check so that the active branch cannot be deleted (#239700)
|
2025-02-05 17:36:20 +01:00 |
|
Ladislau Szomoru
|
47b33dc58d
|
Git - add command to delete remote branch (#239692)
|
2025-02-05 07:32:11 -08:00 |
|