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

TODO list #1

Open
3 of 21 tasks
lucasoshiro opened this issue Jul 9, 2022 · 1 comment
Open
3 of 21 tasks

TODO list #1

lucasoshiro opened this issue Jul 9, 2022 · 1 comment

Comments

@lucasoshiro
Copy link
Owner

lucasoshiro commented Jul 9, 2022

Git features

  • status
  • stash
  • cherry-pick
  • revert
  • merge
    • 3-way merge
    • diff3
  • rebase
  • diff
  • show
  • packfile compatibility
    • non-deltified objects
    • deltified objects
    • read size from packfile
    • gc
  • fix author/commiter

Haskell

  • better use of typeclasses
  • better use of record syntax
  • Cabal tests

etc

  • add a gif in README
  • add a LICENCE
@d3adb5
Copy link
Contributor

d3adb5 commented Sep 10, 2022

Might be worth splitting this issue into multiple so one can better keep track of the tasks that have been completed already and what is necessary for for them. E.g.:

#7 Add packfile compatibility

  • Non-deltified objects
  • Deltified objects
  • Read size from packfile
  • Garbage collection

#8 Implement merge command & strategies

  • 3-way merge
  • diff3

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

No branches or pull requests

2 participants