sourcegit/src/Commands
2025-04-23 15:34:21 +08:00
..
Add.cs fix: resolve conflict with deleted files does not work (#1009) 2025-02-21 10:26:14 +08:00
Apply.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Archive.cs feature: git command logs 2025-04-17 13:23:56 +08:00
AssumeUnchanged.cs feature: git command logs 2025-04-17 13:23:56 +08:00
Bisect.cs enhance: raise bisect error manually 2025-04-22 16:07:23 +08:00
Blame.cs feature: git command logs 2025-04-17 13:23:56 +08:00
Branch.cs code_style: move SourceGit.CommandExtensions to SourceGit.ViewModels.CommandExtensions 2025-04-18 10:24:20 +08:00
Checkout.cs feature: git command logs 2025-04-17 13:23:56 +08:00
CherryPick.cs enhance: cherry-pick (#563) 2024-10-14 15:20:02 +08:00
Clean.cs feature: add an option to clean up ignored files when discard all changes in repo (#531) 2024-10-02 21:46:48 +08:00
Clone.cs feature: git command logs 2025-04-17 13:23:56 +08:00
Command.cs feature: git command logs 2025-04-17 13:23:56 +08:00
Commit.cs feature: git command logs 2025-04-17 13:23:56 +08:00
CompareRevisions.cs feature: git command logs 2025-04-17 13:23:56 +08:00
Config.cs code_review: PR #1106 2025-03-17 20:35:31 +08:00
CountLocalChangesWithoutUntracked.cs code_review: PR #1106 2025-03-17 20:35:31 +08:00
Diff.cs feature: supports to enable --ignore-cr-at-eol in diff by default 2025-04-23 15:34:21 +08:00
Discard.cs code_style: move SourceGit.CommandExtensions to SourceGit.ViewModels.CommandExtensions 2025-04-18 10:24:20 +08:00
ExecuteCustomAction.cs refactor: fix maxOS PATH env 2025-03-14 10:54:09 +08:00
Fetch.cs feature: git command logs 2025-04-17 13:23:56 +08:00
FormatPatch.cs enhance: git format-patch 2024-11-22 18:40:59 +08:00
GC.cs feature: git command logs 2025-04-17 13:23:56 +08:00
GenerateCommitMessage.cs refactor: OpenAI integration (#996) 2025-02-19 18:01:16 +08:00
GitFlow.cs feature: git command logs 2025-04-17 13:23:56 +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
IsBareRepository.cs enhance: do not show Initialize Repository popup for bare repositories (#891) 2025-01-13 10:25:58 +08:00
IsBinary.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
IsCommitSHA.cs refactor: commit message 2025-03-04 16:04:19 +08:00
IsConflictResolved.cs feature: git command logs 2025-04-17 13:23:56 +08:00
IsLFSFiltered.cs enhance: better LFS file detect method 2024-07-01 13:30:57 +08:00
LFS.cs enhance: record more git command logs 2025-04-18 11:29:59 +08:00
Merge.cs feature: git command logs 2025-04-17 13:23:56 +08:00
MergeTool.cs code_review: PR #1173 2025-04-11 10:02:33 +08:00
Pull.cs feature: git command logs 2025-04-17 13:23:56 +08:00
Push.cs feature: git command logs 2025-04-17 13:23:56 +08:00
QueryAssumeUnchangedFiles.cs feature: git command logs 2025-04-17 13:23:56 +08:00
QueryBranches.cs enhance: navigate to upstream head after fetch, pull, and merge (#1180) 2025-04-14 10:42:34 +08:00
QueryCommitChildren.cs feature: git command logs 2025-04-17 13:23:56 +08:00
QueryCommitFullMessage.cs refactor: use --format=<format> instead of --pretty=format:<format> 2025-03-17 20:46:01 +08:00
QueryCommits.cs refactor: use --format=<format> instead of --pretty=format:<format> 2025-03-17 20:46:01 +08:00
QueryCommitsForInteractiveRebase.cs refactor: use --format=<format> instead of --pretty=format:<format> 2025-03-17 20:46:01 +08:00
QueryCommitSignInfo.cs code_style: run dotnet format 2025-03-17 20:57:18 +08:00
QueryFileContent.cs fix: crash when create image from a empty stream 2024-04-08 10:24:28 +08:00
QueryFileSize.cs fix: query file size quote filename (#629) 2024-10-30 18:48:41 +08:00
QueryGitCommonDir.cs refactor: use $GIT_COMMON_DIR instead of cut $GIT_DIR/worktrees (#1103) 2025-03-17 15:56:13 +08:00
QueryGitDir.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
QueryLocalChanges.cs code_style: run dotnet format 2025-04-17 16:35:18 +08:00
QueryRefsContainsCommit.cs code_review: PR #1106 2025-03-17 20:35:31 +08:00
QueryRemotes.cs feature: git command logs 2025-04-17 13:23:56 +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
QueryRevisionByRefName.cs enhance: try to get stopped at revision info from .git/rebase-merge/head 2025-03-07 11:39:15 +08:00
QueryRevisionFileNames.cs refactor: re-write commit searching (part 3) 2025-03-12 11:53:24 +08:00
QueryRevisionObjects.cs feature: supports searching revision files (#775) 2024-12-02 21:44:15 +08:00
QuerySingleCommit.cs refactor: use --format=<format> instead of --pretty=format:<format> 2025-03-17 20:46:01 +08:00
QueryStagedChangesWithAmend.cs refactor: diff for staged file with --amend enabled (#1231) 2025-04-22 19:20:27 +08:00
QueryStagedFileBlobGuid.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
QueryStashChanges.cs code_style: remove unused code 2025-04-08 20:20:20 +08:00
QueryStashes.cs feature: git command logs 2025-04-17 13:23:56 +08:00
QuerySubmodules.cs fix: wrong split char 2025-03-18 12:15:00 +08:00
QueryTags.cs feature: add a button to switch tag sort method (creatordate/name asc/name des) (#865) 2025-01-06 16:16:27 +08:00
QueryTrackStatus.cs code_review: PR #1106 2025-03-17 20:35:31 +08:00
Rebase.cs refactor: commandline parsing 2024-07-09 12:20:52 +08:00
Remote.cs code_review: PR #692 2024-11-13 10:04:28 +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 feature: add context menu Save As Patch... for selected stash (#1018) 2025-02-24 21:24:53 +08:00
SaveRevisionFile.cs enhance: better LFS file detect method 2024-07-01 13:30:57 +08:00
Stash.cs enhance: try to reinstate not onl the working tree's change, but also the index's ones (#1135) 2025-03-28 12:20:36 +08:00
Statistics.cs minimize temporary strings for better performance (#1215) 2025-04-21 09:44:26 +08:00
Submodule.cs feature: git command logs 2025-04-17 13:23:56 +08:00
Tag.cs feature: git command logs 2025-04-17 13:23:56 +08:00
UnstageChangesForAmend.cs refactor: rewrite amend behaviour (#300) 2024-07-31 12:04:52 +08:00
UpdateRef.cs feature: git command logs 2025-04-17 13:23:56 +08:00
Worktree.cs feature: git command logs 2025-04-17 13:23:56 +08:00