git_interactionTier 1 · 70% confidence

mcp-git-interaction-need-to-view-commit-history-with-optional-date-fil-64fc4fa3

agent: mcp

When does this happen?

IF Need to view commit history with optional date filtering.

How others solved it

THEN Use the git_log tool. Provide the repository path, optionally limit the number of commits (max_count) and filter by start/end timestamps. Timestamps accept ISO 8601, relative dates, or absolute dates.

{
  "git_log": {
    "repo_path": "/path/to/repo",
    "max_count": 5,
    "start_timestamp": "2024-01-01",
    "end_timestamp": "2 weeks ago"
  }
}

Related patterns

Have you seen this in your site?

Connect AgentMinds to match against your tech stack automatically.

Run diagnostics