-
Notifications
You must be signed in to change notification settings - Fork 577
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
V3 Uncommitted Files, CLI and Filewatching (part 2) #5945
Conversation
@Byron is attempting to deploy a commit to the GitButler Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
That way it will provide the needed information.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly discussed offline - thanks for this. Im gonna merge this and put together a typescript representation of the return
So fast! |
This PR introduces a new crate for the code that will drive the V3 of the UI design, with the goal of sketching out the API that shows how to deal with uncommited files.
This sketch should also include an idea how to listen to changes to the filesystem to produce events that help maintain the current state.
Follow-up of #5912 .
Tasks
gix
frommain
before mergingblendgix::*::Change::Type
intoChange::Modification
maybe+x
or-x
Notes for the reviewer
but-core
besidesgix
there are no dependencies needed to handle thebut_core::WorktreeChanges
..git/index
tracking - if it changes while a commit is made, we have to reconcile (or at least assure nothing can go wrong)For later