Skip to content
Snippets Groups Projects
Commit e4b9a882 authored by Dan Villiom Podlaski Christiansen's avatar Dan Villiom Podlaski Christiansen
Browse files

push: adjust error message when pushing with missing git commits

Thorsten Kampe reported that he ran into this message in issue #376.
We had some handling for this previously, but we would only handle
converting commits with missing parents; this fixes it so that we also
handle pushing truly missing commits rather than only when actually
converting them.

The previous error message was confusing and unhelpful, though, but
this should make it clear what's going on. Fortunately, he _also_
provided a relatively simple way to trigger it, and as it was
previously uncovered by the test suite, I added a test that triggers
it!
parent 6060d4f8
No related branches found
No related tags found
1 merge request!144Adjust behaviour on missing commits & moved repository
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment