/
raiden
/
obsidian-git-encrypt
Обзор
Документация
Войти
/
raiden
/
obsidian-git-encrypt
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/git/index.ts
25 строк
526 B
Robert Kuzhin
feat: add manual encrypted source control
09 авг 2026, 20:57
09 авг 2026, 20:57
3c8fa38
Код
Авторство
О чём код?
export { GitAdapterError, GitCommandError, GitConfigurationError, GitDirtyWorkTreeError, GitSafetyError, } from "./errors.js"; export type { AheadBehind, EncryptedSnapshotChange, FetchResult, GitAdapter, GitStatus, GitStatusEntry, PullResult, } from "./gitTypes.js"; export { GitRevisionMirror, } from "./gitRevisionMirror.js"; export { createGitEnvironment } from "./gitProcess.js"; export { isTransientGitError, SystemGitAdapter, type SystemGitAdapterOptions, } from "./systemGitAdapter.js";