.. |
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
|
feature: supports resolving multiple conflicts at once.
|
2024-04-11 20:50:19 +08: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
|
project: reorganize the structure of the project.
|
2024-04-02 20:00:33 +08:00 |
Diff.cs
|
refactor: re-design toolbar of Views.DiffView
|
2024-04-14 12:27:09 +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
|
project: reorganize the structure of the project.
|
2024-04-02 20:00:33 +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
|
project: reorganize the structure of the project.
|
2024-04-02 20:00:33 +08:00 |
Merge.cs
|
project: reorganize the structure of the project.
|
2024-04-02 20:00:33 +08:00 |
MergeTool.cs
|
project: reorganize the structure of the project.
|
2024-04-02 20:00:33 +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
|
project: reorganize the structure of the project.
|
2024-04-02 20:00:33 +08:00 |
QueryCommits.cs
|
project: reorganize the structure of the project.
|
2024-04-02 20:00:33 +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
|
project: reorganize the structure of the project.
|
2024-04-02 20:00:33 +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
|
project: reorganize the structure of the project.
|
2024-04-02 20:00:33 +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
|
project: reorganize the structure of the project.
|
2024-04-02 20:00:33 +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 |