mirror of
https://github.com/Byron/gitoxide
synced 2025-10-05 16:42:40 +02:00
- Add h1 heading (as most other top-level .md files have them). - Make capitalization more consistent (preferring existing style). - Adjust code formatting and italics, to clarify what is code. - Tiny punctuation change for consistency.
884 B
884 B
Tasks
Tracking issues
- Repository clone
- Repository FSCK
- Show changes in various forms
- Client side push (client to server)
- Server fetch/pull (server to client)
Smaller tasks
…to not forget. Might get reorganized.
gix organize
- Add journey test to cover case with non-bare repository. Try to only read non-bare git config files and see the journey test fail.
gix cat
- A program to cat objects and pretty-print them, similar to
git cat-file
. Useful to get a feel forlocate(…)
performance and stress test it a little. - Be sure to escape terminal escape codes.