Add --find-renames and --find-copies to the diff command#115
Add --find-renames and --find-copies to the diff command#115SandrineP wants to merge 1 commit intoQuantStack:mainfrom
--find-renames and --find-copies to the diff command#115Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #115 +/- ##
==========================================
+ Coverage 86.83% 87.04% +0.21%
==========================================
Files 60 60
Lines 2340 2386 +46
Branches 276 289 +13
==========================================
+ Hits 2032 2077 +45
- Misses 308 309 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
3ec66c7 to
7e578d1
Compare
| git_diff_options diffopts; | ||
| git_diff_options_init(&diffopts, GIT_DIFF_OPTIONS_VERSION); | ||
|
|
||
| std::cerr << "DEBUG cached=" << m_cached_flag |
There was a problem hiding this comment.
Are you intending to leave this in?
There was a problem hiding this comment.
No ! That's a classic (I thought I removed all the printing for debugging...)
There was a problem hiding this comment.
I thought you might be purposefully leaving me something easy to find!
There was a problem hiding this comment.
If I do that in the future, I'll make sure to leave a comment. So far I only (regularly) forgot to remove some prints...
Fix #88
Add
--find-renamesand--find-copiesto the diff command