Skip to content
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

Open
3 of 7 tasks
scouten opened this issue Nov 22, 2019 · 0 comments
Open
3 of 7 tasks

Xgit.Repository.put_ref/2 doesn't update the ref log. #224

scouten opened this issue Nov 22, 2019 · 0 comments
Assignees
Labels
good first issue Good for newcomers help wanted Extra attention is needed TO DO Fix an incomplete implementation

Comments

@scouten
Copy link
Collaborator

scouten commented Nov 22, 2019

  • 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.
@scouten scouten added help wanted Extra attention is needed good first issue Good for newcomers TO DO Fix an incomplete implementation labels Nov 22, 2019
@scouten scouten self-assigned this Nov 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers help wanted Extra attention is needed TO DO Fix an incomplete implementation
Projects
None yet
Development

No branches or pull requests

1 participant