Closed
Description
If you create a new reference using Repository.references.create(), then an invalid (corrupt) reflog file gets created (e.g. can't be read by ref.log()
).
This looks to be because e.g. Repository_create_reference_direct
passes NULL
to git_reference_create()
as the log_message
argument:
Line 1492 in c43db44
And similarly for Repository_create_reference_symbolic
:
Lines 1527 to 1528 in c43db44
Metadata
Metadata
Assignees
Labels
No labels