sourcegit/src/Commands
2021-08-04 19:21:27 +08:00
..
Add.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
Apply.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
Archive.cs feature<Achive>: add git archive to commit's context menu 2021-05-27 22:30:40 +08:00
Blame.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
Branch.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
Branches.cs fix<Branches>: fix crash reported by https://gitee.com/sourcegit/sourcegit/issues/I43RRK 2021-08-04 09:07:31 +08:00
Checkout.cs fix<*>: fix crash while creating branch with empty repository 2021-05-27 09:14:34 +08:00
CherryPick.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
Clean.cs fix<Discard>: fix discard with files not only dropped changes selected but also others 2021-04-29 21:22:17 +08:00
Clone.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
Command.cs fix<Command>: fix crash reported by https://gitee.com/sourcegit/sourcegit/issues/I43UH1 2021-08-04 19:21:27 +08:00
Commit.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
CommitChanges.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
CommitRangeChanges.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
Commits.cs fix<CreateBranch>: fix branch name binding issue 2021-04-30 17:03:22 +08:00
Config.cs fix<Command>: fix crash reported by https://gitee.com/sourcegit/sourcegit/issues/I43UH1 2021-08-04 19:21:27 +08:00
Diff.cs optimize<Diff>: simplify DiffPlex algorithm 2021-07-29 20:42:44 +08:00
Discard.cs fix<Discard>: fix discard with files not only dropped changes selected but also others 2021-04-29 21:22:17 +08:00
Fetch.cs optimize<Fetch>: do NOT raise error when fetch automatically in background 2021-05-31 09:03:58 +08:00
FormatPatch.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
GetRepositoryRootPath.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
GitFlow.cs fix<*>: fix crash while creating branch with empty repository 2021-05-27 09:14:34 +08:00
Init.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
IsBinaryFile.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
LFS.cs optimize<LFS>: do NOT test LFS filter when LFS is not enabled 2021-06-07 14:14:53 +08:00
LocalChanges.cs feature<Watcher>: sync changes for git-worktrees 2021-06-30 15:09:18 +08:00
Merge.cs feature<Merge>: show progress for merge 2021-05-26 18:58:34 +08:00
Pull.cs optimize<Stash>: new stash push implementation - untracked file will be added before stash 2021-04-30 14:21:52 +08:00
Push.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
QueryFileContent.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
QueryFileSizeChange.cs fix<QueryFileSizeChange>: bad order to query binary file size by revisions 2021-07-29 15:10:59 +08:00
QueryGitDir.cs fix<Clone>: fix crash reported by https://gitee.com/sourcegit/sourcegit/issues/I43UGJ 2021-08-04 19:11:22 +08:00
QueryLFSObject.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
QueryLFSObjectChange.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
Rebase.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
Remote.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
Remotes.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
Reset.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
Revert.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
RevisionObjects.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
SaveChangesToPatch.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
SaveRevisionFile.cs optimize<LFS>: do NOT test LFS filter when LFS is not enabled 2021-06-07 14:14:53 +08:00
Stash.cs optimize<Stash>: new stash push implementation - untracked file will be added before stash 2021-04-30 14:21:52 +08:00
StashChanges.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
Stashes.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
Submodule.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
Submodules.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
SubTree.cs feature<SubTree>: just link subtree when prefix is already exists 2021-06-16 15:58:51 +08:00
Tag.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
Tags.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00