.. |
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
|
code_style: remove all IDE warnings
|
2024-07-15 00:30:31 +08:00 |
Apply.cs
|
project: reorganize the structure of the project.
|
2024-04-02 20:00:33 +08:00 |
Archive.cs
|
code_style: remove all IDE warnings
|
2024-07-15 00:30:31 +08:00 |
AssumeUnchangedManager.cs
|
refactor: code cleanup
|
2024-05-30 15:13:59 +08:00 |
Blame.cs
|
code_style: remove all IDE warnings
|
2024-07-15 00:30:31 +08:00 |
BranchCompare.cs
|
feature: allow swap in branch compare
|
2024-07-24 12:17:44 +08:00 |
BranchTreeNode.cs
|
feature: add an indicator that shows those commits the current branch ahead/behind its upstream
|
2024-07-19 09:29:16 +08:00 |
ChangeCollection.cs
|
ux: improve change list selection
|
2024-07-16 17:00:08 +08:00 |
ChangeTreeNode.cs
|
code_style: remove all IDE warnings
|
2024-07-15 00:30:31 +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
|
fix: wrong window margin and border if window is started as maximized
|
2024-07-26 12:01:09 +08:00 |
CommitDetail.cs
|
ux: remove unnecessary controls
|
2024-07-29 15:07:41 +08:00 |
CreateBranch.cs
|
enhance: refresh braches immediately after a branch has been added/deleted
|
2024-07-27 17:27:24 +08:00 |
CreateGroup.cs
|
code_style: change static methods of ViewModels.Preference to member function
|
2024-07-22 15:34:31 +08:00 |
CreateTag.cs
|
enhance: new regex for tag name (#290)
|
2024-07-29 14:38:09 +08:00 |
DeleteBranch.cs
|
enhance: refresh braches immediately after a branch has been added/deleted
|
2024-07-27 17:27:24 +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
|
code_style: change static methods of ViewModels.Preference to member function
|
2024-07-22 15:34:31 +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
|
feature: stage/unstage hunk (#265)
|
2024-07-17 16:56:16 +08:00 |
Discard.cs
|
fix: when base is current worktree, the diff content of selected change is wrong
|
2024-07-27 21:35:57 +08:00 |
DropStash.cs
|
project: reorganize the structure of the project.
|
2024-04-02 20:00:33 +08:00 |
EditRemote.cs
|
code_style: remove all IDE warnings
|
2024-07-15 00:30:31 +08:00 |
EditRepositoryNode.cs
|
code_style: change static methods of ViewModels.Preference to member function
|
2024-07-22 15:34:31 +08:00 |
FastForwardWithoutCheckout.cs
|
project: reorganize the structure of the project.
|
2024-04-02 20:00:33 +08:00 |
Fetch.cs
|
code_style: remove all IDE warnings
|
2024-07-15 00:30:31 +08:00 |
FileHistories.cs
|
code_style: remove all IDE warnings
|
2024-07-15 00:30:31 +08:00 |
GitFlowFinish.cs
|
code_style: remove all IDE warnings
|
2024-07-15 00:30:31 +08:00 |
GitFlowStart.cs
|
enhance: allow # character in branch name (#271)
|
2024-07-21 17:44:38 +08:00 |
Histories.cs
|
feature: add CurrentBranch property to ViewModels.Repository
|
2024-07-24 15:36:26 +08:00 |
Init.cs
|
code_style: change static methods of ViewModels.Preference to member function
|
2024-07-22 15:34:31 +08:00 |
InitGitFlow.cs
|
code_style: remove all IDE warnings
|
2024-07-15 00:30:31 +08:00 |
InProgressContexts.cs
|
refactor: commandline parsing
|
2024-07-09 12:20:52 +08:00 |
InteractiveRebase.cs
|
code_style: remove all IDE warnings
|
2024-07-15 00:30:31 +08:00 |
Launcher.cs
|
refactor: move non-observable object from ViewModels to Models
|
2024-07-24 11:44:13 +08:00 |
LauncherPage.cs
|
refactor: move non-observable object from ViewModels to Models
|
2024-07-24 11:44:13 +08:00 |
LayoutInfo.cs
|
code_style: remove all IDE warnings
|
2024-07-15 00:30:31 +08:00 |
LFSFetch.cs
|
enhance: Git LFS supports (#209)
|
2024-06-26 11:50:22 +08:00 |
LFSLocks.cs
|
code_style: remove all IDE warnings
|
2024-07-15 00:30:31 +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
|
refactor: move non-observable object from ViewModels to Models
|
2024-07-24 11:44:13 +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
|
code_style: change static methods of ViewModels.Preference to member function
|
2024-07-22 15:34:31 +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
|
code_review: PR (#288)
|
2024-07-27 20:35:19 +08:00 |
Push.cs
|
code_style: remove all IDE warnings
|
2024-07-15 00:30:31 +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
|
code_style: remove all IDE warnings
|
2024-07-15 00:30:31 +08:00 |
RemoveWorktree.cs
|
feature: add worktree support (#205)
|
2024-06-27 18:25:16 +08:00 |
RenameBranch.cs
|
enhance: allow # character in branch name (#271)
|
2024-07-21 17:44:38 +08:00 |
Repository.cs
|
refactor: update submodule (#287)
|
2024-07-26 18:49:07 +08:00 |
RepositoryConfigure.cs
|
enhance: add a button to clear git.http.proxy configuration
|
2024-07-28 10:11:10 +08:00 |
RepositoryNode.cs
|
project: reorganize the structure of the project.
|
2024-04-02 20:00:33 +08:00 |
Reset.cs
|
refactor: move non-observable object from ViewModels to Models
|
2024-07-24 11:44:13 +08:00 |
Revert.cs
|
project: reorganize the structure of the project.
|
2024-04-02 20:00:33 +08:00 |
RevisionCompare.cs
|
fix: when base is current worktree, the diff content of selected change is wrong
|
2024-07-27 21:35:57 +08:00 |
RevisionFileTreeNode.cs
|
code_style: remove all IDE warnings
|
2024-07-14 15:55:15 +08:00 |
Reword.cs
|
code_style: remove all IDE warnings
|
2024-07-15 00:30:31 +08:00 |
SelfUpdate.cs
|
project: reorganize the structure of the project.
|
2024-04-02 20:00:33 +08:00 |
Squash.cs
|
code_style: remove all IDE warnings
|
2024-07-15 00:30:31 +08:00 |
StashChanges.cs
|
code_style: remove all IDE warnings
|
2024-07-15 00:30:31 +08:00 |
StashesPage.cs
|
code_style: remove all IDE warnings
|
2024-07-15 00:30:31 +08:00 |
Statistics.cs
|
code_style: remove all IDE warnings
|
2024-07-15 00:30:31 +08:00 |
TwoSideTextDiff.cs
|
enhance: only trigger UpdateSelectedChunk if needed
|
2024-07-19 11:01:31 +08:00 |
UpdateSubmodules.cs
|
refactor: update submodule (#287)
|
2024-07-26 18:49:07 +08:00 |
Welcome.cs
|
refactor: remove unnecessary memebers
|
2024-07-24 14:32:27 +08:00 |
WorkingCopy.cs
|
enhance: prevent property changed event if it is unchanged
|
2024-07-26 10:23:19 +08:00 |