Ver a proveniência

Pretties

main
Ramin Tadayon há 1 ano
ascendente
cometimento
adbe531c41
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 79D60DDE3DFB95F5
2 ficheiros alterados com 2 adições e 2 eliminações
  1. +1
    -1
      src/views/nodes/branchNode.ts
  2. +1
    -1
      src/views/nodes/worktreeNode.ts

+ 1
- 1
src/views/nodes/branchNode.ts Ver ficheiro

@ -6,7 +6,7 @@ import { GlyphChars } from '../../constants';
import type { GitUri } from '../../git/gitUri'; import type { GitUri } from '../../git/gitUri';
import type { GitBranch } from '../../git/models/branch'; import type { GitBranch } from '../../git/models/branch';
import type { GitLog } from '../../git/models/log'; import type { GitLog } from '../../git/models/log';
import type { PullRequest , PullRequestState } from '../../git/models/pullRequest';
import type { PullRequest, PullRequestState } from '../../git/models/pullRequest';
import type { GitBranchReference } from '../../git/models/reference'; import type { GitBranchReference } from '../../git/models/reference';
import { GitRemote, GitRemoteType } from '../../git/models/remote'; import { GitRemote, GitRemoteType } from '../../git/models/remote';
import type { Repository } from '../../git/models/repository'; import type { Repository } from '../../git/models/repository';

+ 1
- 1
src/views/nodes/worktreeNode.ts Ver ficheiro

@ -3,7 +3,7 @@ import { GlyphChars } from '../../constants';
import type { GitUri } from '../../git/gitUri'; import type { GitUri } from '../../git/gitUri';
import type { GitBranch } from '../../git/models/branch'; import type { GitBranch } from '../../git/models/branch';
import type { GitLog } from '../../git/models/log'; import type { GitLog } from '../../git/models/log';
import type { PullRequest , PullRequestState } from '../../git/models/pullRequest';
import type { PullRequest, PullRequestState } from '../../git/models/pullRequest';
import { shortenRevision } from '../../git/models/reference'; import { shortenRevision } from '../../git/models/reference';
import { GitRemote, GitRemoteType } from '../../git/models/remote'; import { GitRemote, GitRemoteType } from '../../git/models/remote';
import type { GitWorktree } from '../../git/models/worktree'; import type { GitWorktree } from '../../git/models/worktree';

Carregando…
Cancelar
Guardar