Skip to content

Git: commit history / log view #20

@Oaklight

Description

@Oaklight

Problem

The Git tab shows current changes but no way to inspect past commits — what was changed when, by whom.

Proposed

  • Sub-tab or expandable section in Git pane: 'History'
  • Backend: GET /api/git/log?limit=50&path=<optional> returning JSON of commits (hash, author, date, message, files)
  • Frontend: scrollable list; click commit → show its diff (reuses #git-diff renderer)

Notes

Builds on top of git diff viewer (#11). Keep paging / virtualization in mind for large repos.

Priority: P2

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Medium priorityenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions