Skip to content

Changed to index file + use real ObjectStore - #15

Open
Saanvi521 wants to merge 2 commits into
mainfrom
week2/m2-real-index
Open

Changed to index file + use real ObjectStore#15
Saanvi521 wants to merge 2 commits into
mainfrom
week2/m2-real-index

Conversation

@Saanvi521

Copy link
Copy Markdown
Collaborator

Summary

  • Index is now a real file on disk which replaces Week 1's in-memory self._entries
  • Modified all functions accordingly
  • minigit status now prints staged / not staged / untracked sections in order, skipping empty sections, or printing clean if nothing to report
  • Switched tests to the real ObjectStore (dropped FakeObjectStore)

Validation

  • scripts/quality-check.sh
  • Manual testing, if applicable:

Checklist

  • The change is focused and easy to review.
  • Tests were added or updated for behavior changes.
  • Documentation was updated for user-facing or setup changes.
  • No secrets, generated artifacts, or local-only files are included.

Notes for Reviewers

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@Saanvi521