This repository has been archived by the owner on Oct 8, 2020. It is now read-only.
Xgit.Repository.put_ref/2 doesn't update the ref log. #224
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
TO DO
Fix an incomplete implementation
TO DO
commentDescribe What Is Incomplete
The function
Xgit.Repository.put_ref/2
doesn't maintain or update the ref log.Definition of Done
Xgit.Repository.put_ref/2
to provide a ref log message.Xgit.Repository.put_ref/2
to suppress writing to the ref log.Xgit.Repository.put_ref/2
is called for anOnDisk
repository, the ref log is updated and the output matches command-line git.Bonus Points
Xgit.Repository
for accessing the ref log. It can read ref logs written by command-line git.The text was updated successfully, but these errors were encountered: