/
vasiukoff
/
sg
ОбзорДокументацияВойти
/
vasiukoff
/
sg
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
sg/
src/Commands/
..
Add.cs

fix: escape double quotes in quoted git command strings (#1559)

год назад
Apply.cs

refactor: use `StringBuilder` instead of concating string with operator `+`

8 месяцев назад
Archive.cs

fix: escape double quotes in quoted git command strings (#1559)

год назад
AssumeUnchanged.cs

fix: escape double quotes in quoted git command strings (#1559)

год назад
Bisect.cs

enhance: raise bisect error manually

год назад
Blame.cs

fix: escape double quotes in quoted git command strings (#1559)

год назад
Branch.cs

feature: auto-track remote branch when the remote branch is first time to checkout (#1616)

год назад
Checkout.cs

feature: enable multiple-selection for changes collection view in `Changes Detail`/`Stash Changes`/`Branch Compare`/`Revision Compare` (#1826)

10 месяцев назад
CherryPick.cs

refactor: use `StringBuilder` instead of concating string with operator `+`

8 месяцев назад
Clean.cs

feature: supports to discard all local changes without untracked files (#1586)

год назад
Clone.cs

refactor: use `StringBuilder` instead of concating string with operator `+`

8 месяцев назад
Command.cs

refactor: use `StringBuilder` instead of concating string with operator `+`

8 месяцев назад
Commit.cs

feature: supports `--no-verify` option while committing (#1762)

год назад
CompareRevisions.cs

enhance: do not return to `UIThread` while calculating git outputs

9 месяцев назад
Config.cs

fix: main thread deadlock cause by calling `.Result` directly (#1720)

год назад
CountLocalChanges.cs

feature: show repo status in `Welcome` page (#1867)

10 месяцев назад
Diff.cs

refactor: rewrite `TextDiffContext` and fix the issue that text diff view does not navigate to the first change chunk after select a different commit with the same file

8 месяцев назад
DiffTool.cs

enhance: warn users if they are using `vimdiff` or `nvimdiff` as external merge/diff tool (#1742)

год назад
Discard.cs

feature: supports to discard all local changes without untracked files (#1586)

год назад
Fetch.cs

refactor: use `StringBuilder` instead of concating string with operator `+`

8 месяцев назад
FormatPatch.cs

fix: escape double quotes in quoted git command strings (#1559)

год назад
GC.cs

feature: git command logs

год назад
GenerateCommitMessage.cs

enhance: always turn off `--color=<when>` and `--ext-diff` when calling `git diff` in `SourceGit` (#1922)

9 месяцев назад
GitFlow.cs

code_style: move class extensions to `App.Extensions.cs` to use these extensions anywhere

год назад
Init.cs

project: reorganize the structure of the project.

2 года назад
InteractiveRebase.cs

refactor: use `StringBuilder` instead of concating string with operator `+`

8 месяцев назад
IsAncestor.cs

feature: add a `check` icon for commits contained in current branch in search results (#1773)

год назад
IsBareRepository.cs

fix: main thread deadlock cause by calling `.Result` directly (#1720)

год назад
IsBinary.cs

enhance: always turn off `--color=<when>` and `--ext-diff` when calling `git diff` in `SourceGit` (#1922)

9 месяцев назад
IsCommitSHA.cs

code_review: PR #1492

год назад
IsConflictResolved.cs

enhance: always turn off `--color=<when>` and `--ext-diff` when calling `git diff` in `SourceGit` (#1922)

9 месяцев назад
IsLFSFiltered.cs

fix: main thread deadlock cause by calling `.Result` directly (#1720)

год назад
IssueTracker.cs

fix: modified/renamed issue tracker rule can not be saved (#1768)

год назад
LFS.cs

code_review: PR #1890

9 месяцев назад
Merge.cs

fix: escape double quotes in quoted git command strings (#1559)

год назад
MergeTool.cs

enhance: warn users if they are using `vimdiff` or `nvimdiff` as external merge/diff tool (#1742)

год назад
Move.cs

fix: escape double quotes in quoted git command strings (#1559)

год назад
Pull.cs

refactor: use `StringBuilder` instead of concating string with operator `+`

8 месяцев назад
Push.cs

refactor: use `StringBuilder` instead of concating string with operator `+`

8 месяцев назад
QueryAssumeUnchangedFiles.cs

code_review: PR #1492

год назад
QueryBranches.cs

refactor: merge `BranchTrackStatus` to `Branch`

год назад
QueryCommitChildren.cs

code_review: PR #1492

год назад
QueryCommitFullMessage.cs

fix: main thread deadlock cause by calling `.Result` directly (#1720)

год назад
QueryCommitSignInfo.cs

code_review: PR #1492

год назад
QueryCommits.cs

refactor: use `StringBuilder` instead of concating string with operator `+`

8 месяцев назад
QueryCommitsForInteractiveRebase.cs

enhance: omit commit that is already cherry-picked from the target branch while querying commits for interactive-rebase (#1811)

год назад
QueryCurrentBranch.cs

fix: main thread deadlock cause by calling `.Result` directly (#1720)

год назад
QueryCurrentBranchCommitHashes.cs

enhance: do not return to `UIThread` while calculating git outputs

9 месяцев назад
QueryFileContent.cs

code_style: remove warnings reported by JetBrains Rider

год назад
QueryFileSize.cs

fix: escape double quotes in quoted git command strings (#1559)

год назад
QueryGitCommonDir.cs

enhance: try load lfs image from local cache first before loading it by `git lfs smudge` command

год назад
QueryGitDir.cs

code_style: remove warnings reported by JetBrains Rider

год назад
QueryLocalChanges.cs

enhance: do not return to `UIThread` while calculating git outputs

9 месяцев назад
QueryRefsContainsCommit.cs

code_review: PR #1492

год назад
QueryRemotes.cs

code_review: PR #1492

год назад
QueryRepositoryRootPath.cs

fix: main thread deadlock cause by calling `.Result` directly (#1720)

год назад
QueryRepositoryStatus.cs

refactor: use new command `QueryRepositoryStatus` to update repository status in `Welcome` page

10 месяцев назад
QueryRevisionByRefName.cs

fix: main thread deadlock cause by calling `.Result` directly (#1720)

год назад
QueryRevisionFileNames.cs

enhance: do not return to `UIThread` while calculating git outputs

9 месяцев назад
QueryRevisionObjects.cs

refactor: use `StringBuilder` instead of concating string with operator `+`

8 месяцев назад
QuerySingleCommit.cs

fix: main thread deadlock cause by calling `.Result` directly (#1720)

год назад
QueryStagedChangesWithAmend.cs

fix: main thread deadlock cause by calling `.Result` directly (#1720)

год назад
QueryStagedFileBlobGuid.cs

fix: escape double quotes in quoted git command strings (#1559)

год назад
QueryStashes.cs

code_review: PR #1492

год назад
QuerySubmodules.cs

fix: escape double quotes in quoted git command strings (#1559)

год назад
QueryTags.cs

code_style: remove warnings reported by JetBrains Rider

год назад
QueryTrackStatus.cs

refactor: merge `BranchTrackStatus` to `Branch`

год назад
QueryUpdatableSubmodules.cs

code_review: PR #1492

год назад
Rebase.cs

refactor: use `StringBuilder` instead of concating string with operator `+`

8 месяцев назад
Remote.cs

feature: async (#1492)

год назад
Reset.cs

refactor: use `git reset --hard HEAD` to discard all changes and use `git restore --staged` to unstage changes in text diff view

год назад
Restore.cs

fix: escape double quotes in quoted git command strings (#1559)

год назад
Revert.cs

refactor: use `StringBuilder` instead of concating string with operator `+`

8 месяцев назад
SaveChangesAsPatch.cs

enhance: always turn off `--color=<when>` and `--ext-diff` when calling `git diff` in `SourceGit` (#1922)

9 месяцев назад
SaveRevisionFile.cs

code_style: remove warnings reported by JetBrains Rider

год назад
Stash.cs

fix: crash when stash message is null

год назад
Statistics.cs

refactor: streamline certain string operations (#1540)

год назад
Submodule.cs

fix: escape double quotes in quoted git command strings (#1559)

год назад
Tag.cs

code_style: move class extensions to `App.Extensions.cs` to use these extensions anywhere

год назад
UnstageChangesForAmend.cs

code_style: remove warnings reported by JetBrains Rider

год назад
Worktree.cs

refactor: use `StringBuilder` instead of concating string with operator `+`

8 месяцев назад