Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.
This repository was 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

@scouten

Description

@scouten
  • Add label: "TO DO"
  • Add label: "good first issue" or "help wanted" if appropriate
  • Add link to this issue in a comment near the TO DO comment

Describe What Is Incomplete
The function Xgit.Repository.put_ref/2 doesn't maintain or update the ref log.

Definition of Done

  • An option is added to Xgit.Repository.put_ref/2 to provide a ref log message.
  • An option is added to Xgit.Repository.put_ref/2 to suppress writing to the ref log.
  • When Xgit.Repository.put_ref/2 is called for an OnDisk repository, the ref log is updated and the output matches command-line git.

Bonus Points

  • An interface is added to Xgit.Repository for accessing the ref log. It can read ref logs written by command-line git.

Metadata

Metadata

Assignees

Labels

TO DOFix an incomplete implementationgood first issueGood for newcomershelp wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions