.. |
ApplyWhiteSpaceMode.cs
|
refactor: rewrite git apply implementation
|
2025-03-17 15:30:32 +08:00 |
AvatarManager.cs
|
enhance: get email hash code opimization (#1137)
|
2025-03-31 09:22:57 +08:00 |
Blame.cs
|
project: reorganize the structure of the project.
|
2024-04-02 20:00:33 +08:00 |
Bookmarks.cs
|
project: reorganize the structure of the project.
|
2024-04-02 20:00:33 +08:00 |
Branch.cs
|
ux: add a warning icon when the tracking upstream of a local branch is gone (#1006)
|
2025-02-20 10:14:25 +08:00 |
Change.cs
|
refactor: rewrite amend behaviour (#300)
|
2024-07-31 12:04:52 +08:00 |
Commit.cs
|
enhance: re-design commit search result display (#1083)
|
2025-03-12 17:57:31 +08:00 |
CommitGraph.cs
|
enhance: graph color allocation
|
2025-01-07 15:24:11 +08:00 |
CommitLink.cs
|
refactor: rewrite commit web link
|
2024-08-15 10:39:31 +08:00 |
CommitSignInfo.cs
|
ux: tooltip of commit signing status icon
|
2024-10-30 15:10:26 +08:00 |
CommitTemplate.cs
|
enhance: introduce template engine for commit templates (#704) (#719)
|
2024-11-19 19:46:44 +08:00 |
ConventionalCommitType.cs
|
feature: add conventional commit message generator (#574)
|
2024-10-18 16:20:45 +08:00 |
CRLFMode.cs
|
project: reorganize the structure of the project.
|
2024-04-02 20:00:33 +08:00 |
CustomAction.cs
|
feature: support add custom actions for selected branch (#980)
|
2025-02-14 10:43:08 +08:00 |
DateTimeFormat.cs
|
enhance: add comma between date and time (#1150)
|
2025-04-07 10:23:37 +08:00 |
Decorator.cs
|
feature: add a button to see which branches and tags that contains selected commit (#388)
|
2024-08-23 16:52:55 +08:00 |
DiffOption.cs
|
refactor: rewrite amend behaviour (#300)
|
2024-07-31 12:04:52 +08:00 |
DiffResult.cs
|
enhance: Handle file mode changes for new/deleted file (#1040)
|
2025-03-03 10:38:58 +08:00 |
ExternalMerger.cs
|
Added new ExternalMerger - Plastic SCM (#1162)
|
2025-04-07 20:22:53 +08:00 |
ExternalTool.cs
|
code_review!: PR #648
|
2024-11-04 10:02:20 +08:00 |
Filter.cs
|
code_style: run dotnet format
|
2024-11-14 21:15:40 +08:00 |
GitVersions.cs
|
feature: use git stash show -u --name-status <stash_name> command to query changes in selected stash if git >= 2.32.0
|
2025-03-20 21:12:08 +08:00 |
GPGFormat.cs
|
enhance: GPG signing settings.
|
2024-06-04 10:20:31 +08:00 |
Hyperlink.cs
|
code_style: remove unused namespace using
|
2024-08-21 12:49:55 +08:00 |
InteractiveRebase.cs
|
refactor: commit message
|
2025-03-04 16:04:19 +08:00 |
IRepository.cs
|
refactor: pass dirs to watcher directly
|
2025-03-17 16:30:16 +08:00 |
IssueTrackerRule.cs
|
refactor: commit sha link in message (#382)
|
2024-08-21 12:46:36 +08:00 |
LFSLock.cs
|
enhance: Git LFS support
|
2024-06-17 18:25:57 +08:00 |
LFSObject.cs
|
project: reorganize the structure of the project.
|
2024-04-02 20:00:33 +08:00 |
Locales.cs
|
Add Japanese localization (#1157)
|
2025-04-07 09:53:20 +08:00 |
MergeMode.cs
|
feature: support --ff-only option for git merge command
|
2025-03-17 19:53:47 +08:00 |
MergeStrategy.cs
|
code_review: PR #793
|
2024-12-09 21:12:58 +08:00 |
Notification.cs
|
code_style: remove unused code and resources
|
2024-11-07 11:11:35 +08:00 |
Null.cs
|
fix: when base is current worktree, the diff content of selected change is wrong
|
2024-07-27 21:35:57 +08:00 |
NumericSort.cs
|
enhance: improve NumericSort.Compare performance
|
2024-10-29 09:36:26 +08:00 |
Object.cs
|
code_review: PR (#280)
|
2024-07-23 19:26:04 +08:00 |
OpenAI.cs
|
code_style: remove unused code
|
2025-04-08 20:20:20 +08:00 |
Remote.cs
|
enhance: better regex for remote URL (#1039)
|
2025-03-02 10:39:04 +08:00 |
RepositorySettings.cs
|
feature: add Preferred Merge Mode in repository configure (#1156)
|
2025-04-07 14:42:46 +08:00 |
ResetMode.cs
|
code_review: PR #714
|
2024-11-19 09:27:31 +08:00 |
RevisionFile.cs
|
refactor: commit message
|
2025-03-04 16:04:19 +08:00 |
SelfUpdate.cs
|
enhance: show inner exception message if possible when check update failed
|
2025-03-18 15:55:32 +08:00 |
ShellOrTerminal.cs
|
feat!: add ptyxis support (#1005)
|
2025-02-20 11:04:57 +08:00 |
Stash.cs
|
refactor: it's not necessary to store untracked file list for selected stash
|
2025-03-20 20:53:30 +08:00 |
Statistics.cs
|
refactor: statistics dialog
|
2025-04-07 21:20:59 +08:00 |
Submodule.cs
|
refactor: rename Models.Watcher.UpdateSubmodules to Models.Watcher.SetSubmodules
|
2024-08-09 11:33:37 +08:00 |
Tag.cs
|
feature: add a button to switch tag sort method (creatordate/name asc/name des) (#865)
|
2025-01-06 16:16:27 +08:00 |
TemplateEngine.cs
|
fix: _ is not parsed in template variable name (#920)
|
2025-01-21 20:01:09 +08:00 |
TextInlineChange.cs
|
project: reorganize the structure of the project.
|
2024-04-02 20:00:33 +08:00 |
TextMateHelper.cs
|
feat: Add JSP grammar support and improve TextMateHelper file type handling (#1100)
|
2025-03-17 10:12:44 +08:00 |
ThemeOverrides.cs
|
theme: add ThemeOverrides.OpacityForNotMergedCommits to customize the opacity of commits that not belongs (haven't been merged) to current branch in histories (#268)
|
2024-07-18 10:46:39 +08:00 |
User.cs
|
enhance: add tooltips to various UI elements for better accessibility (#1097)
|
2025-03-16 11:23:42 +08:00 |
Watcher.cs
|
refactor: pass dirs to watcher directly
|
2025-03-17 16:30:16 +08:00 |
Worktree.cs
|
feat: change worktree presentation (#978)
|
2025-02-13 10:41:08 +08:00 |