appleboy / CodeGPT

A CLI written in Go language that writes git commit messages or do a code review brief for you using ChatGPT AI (gpt-4o, gpt-4-turbo, gpt-3.5-turbo model) and automatically installs a git prepare-commit-msg hook.
MIT License
1.22k stars 109 forks source link

feat(git): make diff exclusion results the same in different directories #147

Closed RanceJen closed 6 months ago

RanceJen commented 7 months ago

as title

reference: https://www.reddit.com/r/git/comments/ugn895/git_diff_excludeprj_excludecproject_not_working/

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 21.96%. Comparing base (06aa70c) to head (24b7695). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #147 +/- ## ======================================= Coverage 21.96% 21.96% ======================================= Files 8 8 Lines 346 346 ======================================= Hits 76 76 Misses 264 264 Partials 6 6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

appleboy commented 6 months ago

@RanceJen Thanks.

appleboy commented 6 months ago

https://github.com/appleboy/CodeGPT/releases/tag/v0.9.0