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

Implement Xgit.DirCache.DirCacheEntry. #151

Merged
merged 25 commits into from
Jun 8, 2019
Merged

Implement Xgit.DirCache.DirCacheEntry. #151

merged 25 commits into from
Jun 8, 2019

Conversation

scouten
Copy link
Collaborator

@scouten scouten commented May 27, 2019

Changes in This Pull Request

Port the jgit class DirCacheEntry.

Checklist

  • This PR represents a single feature, fix, or change.
  • All applicable changes have been documented.
  • There is test coverage for all changes.
  • Any code ported from jgit maintains all existing copyright notices.
  • The Eclipse Distribution License header text is included in all new source files.
  • If new files are ported from jgit, the path to the corresponding file(s) is included in the header comment.
  • Any TO DO items (or similar) have been entered as GitHub issues and the link to that issue has been included in a comment.

All instances of mutation of this Java class that I can find occur between construction and hand-off of the reference, so we can safely treat the underlying struct in Xgit as immutable.
@scouten scouten self-assigned this May 27, 2019
@scouten scouten added this to In progress in (DEFERRED) Implement `git add` via automation May 27, 2019
@scouten scouten added this to In progress in PLUMBING: Implement RevWalk. via automation Jun 6, 2019
@scouten scouten merged commit 69f7fdb into master Jun 8, 2019
PLUMBING: Implement RevWalk. automation moved this from In progress to Done Jun 8, 2019
@scouten scouten deleted the dir-cache-entry branch June 8, 2019 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant