gitoxide icon indicating copy to clipboard operation
gitoxide copied to clipboard

Show changes in various forms

Open Byron opened this issue 3 years ago • 0 comments

Run something like a git status and git show, implementing differences between tree - tree - index - worktree.

Assorted Tasks

  • [x] diff trees with trees
  • [ ] a complete enough index implementation (see #293 )
  • [ ] an understanding on how worktrees work (also consider git worktree) in conjunction git-index (see #301)
  • [ ] diffing of worktree -> index -> tree

Byron avatar Jan 22 '22 00:01 Byron