..
AddRemote.cs
feature: supports --no-tags
on fetch and pull operation ( #226 )
2024-07-01 16:19:29 +08:00
AddSubmodule.cs
project: reorganize the structure of the project.
2024-04-02 20:00:33 +08:00
AddWorktree.cs
feature: add tooltip for branches ( #228 )
2024-07-02 10:23:21 +08:00
Apply.cs
project: reorganize the structure of the project.
2024-04-02 20:00:33 +08:00
Archive.cs
project: reorganize the structure of the project.
2024-04-02 20:00:33 +08:00
AssumeUnchangedManager.cs
refactor: code cleanup
2024-05-30 15:13:59 +08:00
Blame.cs
refactor: move settings of repository, such as filters, commit message, from Preference
to each repository's gitdir.
2024-07-01 11:57:13 +08:00
BranchCompare.cs
refactor: move settings of repository, such as filters, commit message, from Preference
to each repository's gitdir.
2024-07-01 11:57:13 +08:00
BranchTreeNode.cs
enhance: improve selection changed event handler performance
2024-07-06 17:29:24 +08:00
Checkout.cs
enhance: remember last selected on common actions ( #231 )
2024-07-03 14:42:21 +08:00
CheckoutCommit.cs
code_style: run dotnet format
2024-06-06 15:31:02 +08:00
CherryPick.cs
project: reorganize the structure of the project.
2024-04-02 20:00:33 +08:00
Cleanup.cs
enhance: Git LFS support
2024-06-17 18:25:57 +08:00
ClearStashes.cs
project: reorganize the structure of the project.
2024-04-02 20:00:33 +08:00
Clone.cs
refactor: move settings of repository, such as filters, commit message, from Preference
to each repository's gitdir.
2024-07-01 11:57:13 +08:00
CommitDetail.cs
enhance: disable blame on submodules
2024-07-01 13:45:48 +08:00
CreateBranch.cs
enhance: remember last selected on common actions ( #231 )
2024-07-03 14:42:21 +08:00
CreateGroup.cs
project: reorganize the structure of the project.
2024-04-02 20:00:33 +08:00
CreateTag.cs
enhance: add an option to push tag to all remotes after created ( #141 )
2024-05-24 10:47:37 +08:00
DeleteBranch.cs
fix: when the remote branch is deleted, deleting the local branch will throw NRE ( #238 )
2024-07-04 16:47:28 +08:00
DeleteMultipleBranches.cs
feature: add tooltip for branches ( #228 )
2024-07-02 10:23:21 +08:00
DeleteRemote.cs
project: reorganize the structure of the project.
2024-04-02 20:00:33 +08:00
DeleteRepositoryNode.cs
project: reorganize the structure of the project.
2024-04-02 20:00:33 +08:00
DeleteSubmodule.cs
project: reorganize the structure of the project.
2024-04-02 20:00:33 +08:00
DeleteTag.cs
project: reorganize the structure of the project.
2024-04-02 20:00:33 +08:00
DiffContext.cs
enhance: better implementation to diff submodule changes while repository is not opened
2024-07-01 13:13:18 +08:00
Discard.cs
project: reorganize the structure of the project.
2024-04-02 20:00:33 +08:00
DropStash.cs
project: reorganize the structure of the project.
2024-04-02 20:00:33 +08:00
EditRemote.cs
enhance: remote ssh private key validation
2024-05-21 11:52:30 +08:00
EditRepositoryNode.cs
enhance: keep repository tree sorted by name
2024-05-07 15:28:54 +08:00
FastForwardWithoutCheckout.cs
project: reorganize the structure of the project.
2024-04-02 20:00:33 +08:00
Fetch.cs
enhance: remember last selected on common actions ( #231 )
2024-07-03 14:42:21 +08:00
FileHistories.cs
enhance: make commit's subject the same with pretty print parameter %s
in git log
command
2024-06-07 12:31:10 +08:00
GitFlowFinish.cs
refactor: git-flow supports.
2024-06-15 12:44:35 +08:00
GitFlowStart.cs
feature: add tooltip for branches ( #228 )
2024-07-02 10:23:21 +08:00
Histories.cs
feature: add tooltip for branches ( #228 )
2024-07-02 10:23:21 +08:00
Init.cs
refactor: move settings of repository, such as filters, commit message, from Preference
to each repository's gitdir.
2024-07-01 11:57:13 +08:00
InitGitFlow.cs
refactor: git-flow supports.
2024-06-15 12:44:35 +08:00
InProgressContexts.cs
refactor: commandline parsing
2024-07-09 12:20:52 +08:00
InteractiveRebase.cs
refactor: commandline parsing
2024-07-09 12:20:52 +08:00
Launcher.cs
refactor: commandline parsing
2024-07-09 12:20:52 +08:00
LauncherPage.cs
refactor: custom renderer for launcher tab bar
2024-06-29 17:04:39 +08:00
LayoutInfo.cs
refactor: json serialization
2024-07-08 16:45:51 +08:00
LFSFetch.cs
enhance: Git LFS supports ( #209 )
2024-06-26 11:50:22 +08:00
LFSLocks.cs
enhance: Git LFS supports ( #209 )
2024-06-26 11:50:22 +08:00
LFSPrune.cs
enhance: Git LFS support
2024-06-17 18:25:57 +08:00
LFSPull.cs
enhance: Git LFS supports ( #209 )
2024-06-26 11:50:22 +08:00
LFSPush.cs
enhance: Git LFS supports ( #209 )
2024-06-26 11:50:22 +08:00
LFSTrackCustomPattern.cs
feature: supports adding custom LFS track pattern
2024-06-18 14:14:13 +08:00
Merge.cs
project: reorganize the structure of the project.
2024-04-02 20:00:33 +08:00
Notification.cs
refactor: rewrite Launcher
2024-06-26 20:56:29 +08:00
Popup.cs
project: reorganize the structure of the project.
2024-04-02 20:00:33 +08:00
PopupHost.cs
fix: memory leak caused by animation
2024-05-30 17:30:54 +08:00
Preference.cs
refactor: json serialization
2024-07-08 16:45:51 +08:00
PruneRemote.cs
project: reorganize the structure of the project.
2024-04-02 20:00:33 +08:00
PruneWorktrees.cs
feature: add worktree support ( #205 )
2024-06-27 18:25:16 +08:00
Pull.cs
enhance: remember last selected on common actions ( #231 )
2024-07-03 14:42:21 +08:00
Push.cs
enhance: remember last selected on common actions ( #231 )
2024-07-03 14:42:21 +08:00
PushTag.cs
enhance: add an option to push tag to all remotes after created ( #141 )
2024-05-24 10:47:37 +08:00
Rebase.cs
project: reorganize the structure of the project.
2024-04-02 20:00:33 +08:00
RemoveWorktree.cs
feature: add worktree support ( #205 )
2024-06-27 18:25:16 +08:00
RenameBranch.cs
fix: bug - rename local branch name should only check names with other local branches
2024-04-26 14:25:14 +08:00
Repository.cs
feature: add an option to enable -a,--all
in commit command ( #244 )
2024-07-07 10:28:14 +08:00
RepositoryConfigure.cs
fix: tag.gpgsign setting not updated
2024-06-19 10:21:36 +08:00
RepositoryNode.cs
project: reorganize the structure of the project.
2024-04-02 20:00:33 +08:00
Reset.cs
project: reorganize the structure of the project.
2024-04-02 20:00:33 +08:00
Revert.cs
project: reorganize the structure of the project.
2024-04-02 20:00:33 +08:00
RevisionCompare.cs
refactor: move settings of repository, such as filters, commit message, from Preference
to each repository's gitdir.
2024-07-01 11:57:13 +08:00
Reword.cs
feature: add an option to enable -a,--all
in commit command ( #244 )
2024-07-07 10:28:14 +08:00
SelfUpdate.cs
project: reorganize the structure of the project.
2024-04-02 20:00:33 +08:00
Squash.cs
feature: add an option to enable -a,--all
in commit command ( #244 )
2024-07-07 10:28:14 +08:00
StashChanges.cs
project: reorganize the structure of the project.
2024-04-02 20:00:33 +08:00
StashesPage.cs
feature: supports to search stashes ( #213 )
2024-06-28 18:57:56 +08:00
Statistics.cs
project: reorganize the structure of the project.
2024-04-02 20:00:33 +08:00
TwoSideTextDiff.cs
refactor: rewrite TextDiffView
2024-06-12 21:12:45 +08:00
UpdateSubmodules.cs
refactor: add a popup panel to show submodule updating status
2024-06-04 11:36:00 +08:00
Welcome.cs
refactor: move settings of repository, such as filters, commit message, from Preference
to each repository's gitdir.
2024-07-01 11:57:13 +08:00
WorkingCopy.cs
feature: add an option to enable -a,--all
in commit command ( #244 )
2024-07-07 10:28:14 +08:00