Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Ref DB: Expose method to allocate a new reflog #7041

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mburtka
Copy link

@mburtka mburtka commented Feb 20, 2025

Hi there,

I was trying to interop with C# and create a custom refdb backend. I was unable to allocate a new git_reflog to implement read_reflog. The reflog_alloc that already existed in the fs implementation of a ref db has nothing restricting it to file system usage, so I moved to collocate with other reflog implementations and exposed it as part of the API (as a semi-private).

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