Show git commits for task on detail page

t-153.1·WorkTask·
·
·
·Omni/Jr.hs
Parent:t-153·Created3 months ago·Updated3 months ago

Description

Edit

On task detail page, query git log for commits with Task-Id: <task-id> in trailer.

Display:

  • Commit hash (short, linked to full diff view)
  • Commit message summary
  • Author and date
  • Files changed count

Implementation:

  • Run: git log --pretty=format:'%H|%s|%an|%ar' --grep='Task-Id: <id>'
  • Parse output in handler
  • Render as list with links to /tasks/<id>/diff/<commit>

Timeline (0)

No activity yet.