-
-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
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
None of the commands work #1572
Comments
Thanks for reporting - I think, like you already pointed out, I'd be interested to learn how it's possible to build |
I'm not sure, I haven't done anything special. I installed using rust 1.74.1 on Ubuntu 22.04 inside a VM. Do you need any more info? |
Thanks so much - |
Otherwise, the `GIX_VERSION` environment variable is not available at build time, which can lead to runtime errors.
Thanks again - the build-script wasn't part of the package, which made this case very possible. Object-replacements are fully supported by the way, and you would be able to test that with |
Thanks. Good to know, the git-cliff maintainers are evaluating gitoxide over at orhun/git-cliff#826 because of this (among others). However, |
|
Current behavior 😯
cargo install gitoxide
didn't work immediately because it requirescmake
, even with default features disabledgix commit-graph list
yields the error\gix corpus run
first? Oh, that fails as well:Expected behavior 🤔
I was trying to find out in how far
gix
supports replacement objects. I am none the wiser, it is not clear how to display a commit log to find out for example and the documentation is not really helpful (README mentionsgix-traverse
butgix traverse
is not a commend for example?)Git behavior
git log
shows a commit log including the replaced objectsSteps to reproduce 🕹
The text was updated successfully, but these errors were encountered: