We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Having seen the mention of git-crecord, I tried it out.
git-crecord
When running, I get the following error:
$ git merge foo bar $ \#There are some merge conflicts at this stage. $ git crecord -vvv abort: this diff is too large to be displayed
My version of crecord is from Debian:
ii git-crecord 20220324.0-1 all interactively select chunks to commit with Git
numpadlines is reported: 189464 xscreensize is reported: 194
numpadlines
189464
xscreensize
194
The text was updated successfully, but these errors were encountered:
Yeah, trees with merge conflicts aren’t supported, at least not at the moment. I guess I should detect them and fail early.
Sorry, something went wrong.
By the way, it would be great if you could provide a reproducer 🙂
No branches or pull requests
Having seen the mention of
git-crecord
, I tried it out.When running, I get the following error:
My version of crecord is from Debian:
numpadlines
is reported:189464
xscreensize
is reported:194
The text was updated successfully, but these errors were encountered: