Edmundo Carmona
Edmundo Carmona
I created this revision so that I could 'hear' the active date change. Hope it works for you. [My change](https://github.com/eantoranz/bootstrap/commit/3cc1346e195fdbfd817226cb16ae476bb7f77882)
Having worked with argparse in the last few months, I agree. Might sit down to code it.
Interesting that it failed for macos (and that the feedback already tips that it might be a problem in libgit2).
> > Interesting that it failed for macos (and that the feedback already tips that it might be a problem in libgit2). > > What do you mean? I don't...
Just rebased... let's see if that helps with the MacOS test.
> Just rebased... let's see if that helps with the MacOS test. Still the same problem. Ugh.
I guess the problem is coming from [here in libgit2][1] ``` int git_merge_file_from_index( git_merge_file_result *out, git_repository *repo, const git_index_entry *ancestor, const git_index_entry *ours, const git_index_entry *theirs, const git_merge_file_options *options) {...
[Took matters into my own hands][1] [1]: https://github.com/libgit2/libgit2/pull/7092/files