You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(git): add getFileCommitHistory method to retrieve commit history for specific files
- Implemented a new method in GitService to fetch the last N commit messages for a specified file, enhancing the ability to analyze commit patterns.
- Added corresponding tool in GitToolsService to facilitate retrieval of commit history with error handling for improved user experience.
0 commit comments