This commit is contained in:
Nicolas Schweitzer 2026-01-10 01:41:19 +05:30 committed by GitHub
commit d7b8630b50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 87 additions and 20 deletions

View file

@ -1,6 +1,6 @@
import * as assert from 'assert'
import * as refHelper from '../lib/ref-helper'
import {IGitCommandManager} from '../lib/git-command-manager'
import * as refHelper from '../src/ref-helper'
import {IGitCommandManager} from '../src/git-command-manager'
const commit = '1234567890123456789012345678901234567890'
let git: IGitCommandManager