sourcegit/src/Commands
2024-08-28 11:26:00 +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 enhance: supports checking updates with hotfix version 2024-07-23 14:36:27 +08:00
Blame.cs code_style: run dotnet format 2024-07-31 16:26:58 +08:00
Branch.cs refactor: base command 2024-07-09 18:13:15 +08:00
Checkout.cs Adding command to checkout commit 2024-05-25 14:27:42 -03:00
CherryPick.cs feature: cherry-pick multiple commits (#418) 2024-08-28 11:26:00 +08:00
Clean.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Clone.cs refactor: base command 2024-07-09 18:13:15 +08:00
Command.cs enhance: show git errors when failed to get the repository root dir of given path (#397) 2024-08-27 15:35:10 +08:00
Commit.cs enhance: manually stage all changes instead of using --all parameter in git commit 2024-08-15 20:09:38 +08:00
CompareRevisions.cs code_review: PR (#280) 2024-07-23 19:26:04 +08:00
Config.cs code_style: run dotnet format 2024-07-31 16:26:58 +08:00
CountLocalChangesWithoutUntracked.cs enhance: get count of changed file (without untracked) directly (#316) 2024-08-07 15:52:58 +08:00
Diff.cs code_style: run dotnet format 2024-07-31 16:26:58 +08:00
Discard.cs refactor: rewrite amend behaviour (#300) 2024-07-31 12:04:52 +08:00
Fetch.cs code_style: run dotnet format 2024-08-18 23:14:44 +08:00
FormatPatch.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
GC.cs enhance: gc will use --prune argument 2024-07-16 18:04:16 +08:00
GitFlow.cs code_style: remove all IDE warnings 2024-07-15 00:30:31 +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: run dotnet format 2024-07-31 16:26:58 +08:00
IsLFSFiltered.cs enhance: better LFS file detect method 2024-07-01 13:30:57 +08:00
LFS.cs code_style: remove all IDE warnings 2024-07-15 00:30:31 +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 refactor: base command 2024-07-09 18:13:15 +08:00
Push.cs feature: add an option to enable --recurse-submodules=check on push (#345) 2024-08-20 15:20:58 +08:00
QueryBranches.cs fix: can not create branch when detached head has extra commits (#344) 2024-08-09 16:59:48 +08:00
QueryCommitFullMessage.cs code_style: run dotnet format 2024-06-14 09:46:30 +08:00
QueryCommits.cs feature: add an indicator that shows those commits the current branch ahead/behind its upstream 2024-07-19 09:29:16 +08:00
QueryCommitsWithFullMessage.cs enhance: reduce commits loading time for interactive rebase 2024-08-01 18:05:58 +08:00
QueryCurrentRevisionFiles.cs feature: add auto complete box for searching commits by file path 2024-07-30 15:59:54 +08:00
QueryFileContent.cs fix: crash when create image from a empty stream 2024-04-08 10:24:28 +08:00
QueryFileSize.cs enhance: better LFS file detect method 2024-07-01 13:30:57 +08:00
QueryGitDir.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
QueryLocalChanges.cs enhance: show untracked submodules in unstaged (#393) 2024-08-22 14:10:32 +08:00
QueryRefsContainsCommit.cs code_style: remove unused namespace using and run dotnet format 2024-08-23 22:26:17 +08:00
QueryRemotes.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
QueryRepositoryRootPath.cs enhance: show git errors when failed to get the repository root dir of given path (#397) 2024-08-27 15:35:10 +08:00
QueryRevisionObjects.cs enhance: reduce memory usage by commit detail view 2024-06-07 17:29:55 +08:00
QuerySingleCommit.cs code_style: run dotnet format to apply rules 2024-07-23 13:58:57 +08:00
QueryStagedChangesWithAmend.cs code_style: run dotnet format 2024-07-31 16:26:58 +08:00
QueryStagedFileBlobGuid.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
QueryStashChanges.cs enhance: supports checking updates with hotfix version 2024-07-23 14:36:27 +08:00
QueryStashes.cs enhance: improve commit and stash parsing time 2024-06-05 11:46:31 +08:00
QuerySubmodules.cs refactor: combine Commands.UpdateSubmoduleStatus into Commands.QuerySubmodules 2024-08-09 09:41:24 +08:00
QueryTags.cs fix: %(refname:short) sometimes return a wrong tag name that contains the prefix tags/ 2024-07-24 18:52:12 +08:00
QueryTrackStatus.cs enhance: allow to compile with dotnet 8.0.106 (#281) 2024-07-24 19:07:31 +08:00
Rebase.cs refactor: commandline parsing 2024-07-09 12:20:52 +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 fix: support revert merge commit 2024-08-01 10:02:09 +08:00
SaveChangesAsPatch.cs refactor: rewrite external editor supports 2024-04-06 13:14:22 +08:00
SaveRevisionFile.cs enhance: better LFS file detect method 2024-07-01 13:30:57 +08:00
Stash.cs enhance: using -- <pathspec>... instead of --pathspec-from-file=<file> (#404) 2024-08-24 20:58:35 +08:00
Statistics.cs code_style: remove all IDE warnings 2024-07-15 00:30:31 +08:00
Submodule.cs refactor: update submodule (#287) 2024-07-26 18:49:07 +08:00
Tag.cs enhance: tag creation & pushing (#141) 2024-05-24 10:31:20 +08:00
UnstageChangesForAmend.cs refactor: rewrite amend behaviour (#300) 2024-07-31 12:04:52 +08:00
Version.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Worktree.cs code_style: remove all IDE warnings 2024-07-15 00:30:31 +08:00