commit | 45831af4fa6e1890f19d6e9e2f35ad4e36f35643 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <daniel@iogearbox.net> | Wed Nov 13 17:56:59 2019 +0100 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Wed Nov 13 17:57:16 2019 +0100 |
tree | 16bd9cc5c737fa2aad387862e2c516f4a3780fd2 | |
parent | ecdbb0c79d9274a04a1da9efd429c1c88fe9bd9a [diff] |
l2md: warn when revwalk did not succeed in prep step If we couldn't even start walking the repo, throw a warning to inform what went wrong. Now that we've bumped the open file limit this issue should be mitigated, but this indicates that potentially the repo needs a repack. Once libgit2 supports this, we can actually do it here instead. Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>