Eric Amodio пре 2 година
родитељ
комит
c75306d049
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/git/models/reflog.ts

+ 1
- 1
src/git/models/reflog.ts Прегледај датотеку

@ -1,6 +1,6 @@
import { DateStyle } from '../../config';
import { Dates, memoize } from '../../system';
import { formatDate, fromNow } from '../../system/date';
import { memoize } from '../../system/decorators/memoize';
import { CommitDateFormatting, GitRevision } from '../models';
export interface GitReflog {

Loading…
Откажи
Сачувај