sourcegit/src/Commands
2024-06-19 10:21:36 +08:00
..
Add.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +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
AssumeUnchanged.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Blame.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Branch.cs refactor: implementation to delete branches 2024-05-21 09:58:31 +08:00
Checkout.cs Adding command to checkout commit 2024-05-25 14:27:42 -03:00
CherryPick.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Clean.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Clone.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Command.cs refactor: rewrite external editor supports 2024-04-06 13:14:22 +08:00
Commit.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
CompareRevisions.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Config.cs fix: tag.gpgsign setting not updated 2024-06-19 10:21:36 +08:00
Diff.cs feature: add buttons to increase/decrease visible lines in text diff view (#145) 2024-05-27 10:29:15 +08:00
Discard.cs enhance: use restore instead of reset to discard changes (#76) 2024-04-17 20:06:09 +08:00
Fetch.cs feat: Add config of auto fetch interval 2024-05-11 17:37:54 +08:00
FormatPatch.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
GC.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
GitFlow.cs refactor: git-flow supports. 2024-06-15 12:44:35 +08:00
GitIgnore.cs enhance: Git LFS support 2024-06-17 18:25:57 +08:00
Init.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
IsBinary.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
IsConflictResolved.cs code_style: rename platform_finder to platformFinder and run dotnet format to apply code style rules 2024-04-29 17:55:38 +08:00
IsLFSFiltered.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
LFS.cs enhance: Git LFS support 2024-06-17 18:25:57 +08:00
Merge.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
MergeTool.cs refactor: external diff merge tool - supports to use difftool/mergetool settings from git config directly (#181) 2024-06-18 12:10:38 +08:00
Pull.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Push.cs refactor: implementation to delete branches 2024-05-21 09:58:31 +08:00
QueryBranches.cs code_style: run dotnet format 2024-06-06 15:31:02 +08:00
QueryCommitFullMessage.cs code_style: run dotnet format 2024-06-14 09:46:30 +08:00
QueryCommits.cs code_style: run dotnet format 2024-06-14 09:46:30 +08:00
QueryFileContent.cs fix: crash when create image from a empty stream 2024-04-08 10:24:28 +08:00
QueryFileSize.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
QueryGitDir.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
QueryLocalChanges.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
QueryRemotes.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
QueryRepositoryRootPath.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
QueryRevisionObjects.cs enhance: reduce memory usage by commit detail view 2024-06-07 17:29:55 +08:00
QuerySingleCommit.cs feature: supports branch compare (#174) 2024-06-11 15:30:06 +08:00
QueryStagedFileBlobGuid.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
QueryStashChanges.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
QueryStashes.cs enhance: improve commit and stash parsing time 2024-06-05 11:46:31 +08:00
QuerySubmodules.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
QueryTags.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Rebase.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Remote.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
Restore.cs enhance: use restore instead of reset to discard changes (#76) 2024-04-17 20:06:09 +08:00
Revert.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
SaveChangesAsPatch.cs refactor: rewrite external editor supports 2024-04-06 13:14:22 +08:00
SaveRevisionFile.cs refactor: rewrite external editor supports 2024-04-06 13:14:22 +08:00
Stash.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Statistics.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Submodule.cs refactor: add a popup panel to show submodule updating status 2024-06-04 11:36:00 +08:00
Tag.cs enhance: tag creation & pushing (#141) 2024-05-24 10:31:20 +08:00
Version.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00