Eric Amodio 3 роки тому
джерело
коміт
a26234152b
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      src/git/remotes/gerrit.ts

+ 1
- 1
src/git/remotes/gerrit.ts Переглянути файл

@ -4,7 +4,7 @@ import { DynamicAutolinkReference } from '../../annotations/autolinks';
import { AutolinkReference } from '../../config';
import { GitRevision } from '../models/models';
import { Repository } from '../models/repository';
import { RemoteProvider } from './factory';
import { RemoteProvider } from './provider';
const fileRegex = /^\/([^/]+)\/\+(.+)$/i;
const rangeRegex = /^(\d+)$/;

Завантаження…
Відмінити
Зберегти