Skip to content
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

gitui uses gitoxide #1078

Open
14 of 30 tasks
Byron opened this issue Oct 26, 2023 · 2 comments
Open
14 of 30 tasks

gitui uses gitoxide #1078

Byron opened this issue Oct 26, 2023 · 2 comments

Comments

@Byron
Copy link
Owner

Byron commented Oct 26, 2023

Required Features

  • fetch with detailed progress
  • blame
  • merge_analysis
  • merge
  • reference_to_annotated_commit
  • rebase (with abort and continuation)
  • ref listing and creation (branches, tags)
  • create a new commit (index to tree, then commit; amend)
  • read objects in all kinds of ways
  • recurse trees
  • diff trees with detailed delta information
  • revparse
  • access git configuration
  • use credential helpers
  • diff tree to index
  • diff index to workdir
  • file diffs with hunk-API (would be using imara diff directly at present)
  • traverse commit graph
  • push with progress
  • list remotes
  • reset worktree conveniently, possibly with pathspecs
  • reset portions of index, conveniently with pathspecs
  • repository paths
  • stash
  • repository state
  • git status
  • list submodules and submodule info
  • fetch submodule conveniently, i.e. submodule.update()
  • rename branch (while updating its references in .git/config, needs high-level branch rename and writing git configuration
  • create revert commit

https://github.com/extrawurst/gitui

@Byron Byron created this issue from a note in Collaboration Board (Oxidization) Oct 26, 2023
@mati865

This comment was marked as resolved.

@Byron Byron changed the title gittui uses gitoxide gitui uses gitoxide Dec 3, 2023
@Byron
Copy link
Owner Author

Byron commented Dec 3, 2023

Fixed, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants