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
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
Ladislau Szomoru
297a228fb8
Git - refactor delete remote tag ( #239684 )
...
* Git - refactor delete remote tag
* 💄 fix parameter name
* 💄 add missing parameter name
2025-02-05 15:41:30 +01:00
Vitaly
a2a0272687
[Git] Migrate to git autostash when pulling for better performance ( #187850 )
...
* git: migrate to git autostash when pulling (better performance)
* should be implemented correctly!
* refactor other op
* Pull request feedback
---------
Co-authored-by: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com >
2025-02-04 15:35:47 +00:00
Ladislau Szomoru
9cf5e81d4f
Git - switch to using diff information for the stage/unstage/revert selected ranges commands ( #239597 )
2025-02-04 15:03:18 +01:00
Ladislau Szomoru
ba2aa54fc6
Git - fix post-commit command for multi-repo workspaces ( #239462 )
2025-02-02 22:26:32 -08:00
Ladislau Szomoru
45212e10fc
Git - use base branch to calculate unpublished commits ( #239226 )
2025-01-30 16:52:17 +01:00
Ladislau Szomoru
2ae3d5ae35
Git - fix bug with opening the first commit from the timeline view ( #239111 )
2025-01-29 17:03:52 +01:00
Ladislau Szomoru
fa2f90b630
Git - fix issue related to opening the first commit of the repository from the git blame hover ( #239102 )
2025-01-29 16:36:21 +01:00
Ladislau Szomoru
00d093ea29
Git - fix autostash to work with staged changes ( #238719 )
2025-01-24 21:38:37 +01:00
Ladislau Szomoru
8ef59e9a68
Git - select the correct object for a merge conflict ref ( #238560 )
2025-01-23 13:57:38 +01:00
Ladislau Szomoru
4a5645c3df
Git - handle merge conflict refs ( #238557 )
2025-01-23 13:06:28 +01:00
Ladislau Szomoru
42e96916ac
Git - handle local tracking branches ( #238503 )
2025-01-22 12:51:31 -08:00
Ladislau Szomoru
c953035b61
Git - simplify git blame caching ( #238462 )
...
* Git - simplify git blame caching
* 💄 remove code that is not needed
2025-01-22 16:23:28 +01:00
Ladislau Szomoru
b169dfcf40
Git - add caching for commit details ( #238451 )
2025-01-22 11:36:22 +01:00
Ladislau Szomoru
5a6c2fa66d
Git - FS stat should also throw if the file does not exist ( #238395 )
2025-01-21 20:31:44 +01:00
Ladislau Szomoru
15006ee21f
Git - when doing a git rename close the old file and open the new one ( #238368 )
2025-01-21 16:14:57 +01:00
Ladislau Szomoru
a0ecf511fd
Git - pass the similarityThreshold to git diff-tree ( #238367 )
2025-01-21 15:38:47 +01:00
Ladislau Szomoru
ac97234e4b
Git - adopt async status bar item hover ( #238355 )
2025-01-21 12:51:00 +01:00
Ladislau Szomoru
959d01a2a5
Git - fix regression with commits that contain addition/deletion/rename ( #238349 )
...
* Git - fix regression with commits that contain addition/deletion/rename
* Fix compilation error
2025-01-21 11:44:21 +01:00
Ladislau Szomoru
e5165663d9
Git - add commands to toggle git blame editor decoration/status bar item ( #238302 )
2025-01-20 17:58:45 +01:00
Ladislau Szomoru
11b2f94022
Git - add missing event to the Repository interface ( #238298 )
2025-01-20 16:17:04 +01:00
Ladislau Szomoru
0bccf5608b
Git - add avatar to timeline hover ( #238248 )
2025-01-19 21:53:03 +01:00
Ladislau Szomoru
d64829f052
Git - add avatar to graph hover ( #238246 )
2025-01-19 21:30:42 +01:00
Ladislau Szomoru
1600fb4c76
GitHub - avatar resolution improvements ( #238239 )
...
* Add support for size
* Add support for extracting user id from GitHub no-reply email addresses
* Fix git blame email parsing
* Extrat link into function
2025-01-19 16:44:40 +01:00