Home
last modified time | relevance | path

Searched refs:logAsync (Results 1 – 3 of 3) sorted by relevance

/expo/tools/src/commands/
H A DCherryPickCommand.ts81 const commitsOnDestinationBranch = await Git.logAsync({
96 await Git.logAsync({
/expo/tools/src/
H A DGit.ts222 async logAsync(options: GitLogOptions = {}): Promise<GitLog[]> { method in GitDirectory
/expo/tools/src/publish-packages/
H A Dhelpers.ts158 const commits = await gitDir.logAsync({