Skip to content

feat: impl revwalk#19

Merged
seokju-na merged 2 commits intomainfrom
revwalk
Jan 17, 2025
Merged

feat: impl revwalk#19
seokju-na merged 2 commits intomainfrom
revwalk

Conversation

@seokju-na
Copy link
Collaborator

Add revwalk feature.

import { openRepository } from 'es-git';

const repo = await openRepository('...');
const revwalk = repo.revwalk().pushHead();
console.log([...revwalk]); // ['a01e9888e46729ef4aa68953ba19b02a7a64eb82', 'b33e0101b828225f77eeff4dfa31259dcf379002']

@seokju-na seokju-na requested a review from raon0211 December 22, 2024 17:00
@seokju-na seokju-na merged commit a5110dd into main Jan 17, 2025
18 checks passed
@seokju-na seokju-na deleted the revwalk branch January 17, 2025 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant