mirror of
https://github.com/Byron/gitoxide
synced 2025-10-06 01:52: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.
24 lines
884 B
Markdown
24 lines
884 B
Markdown
# Tasks
|
|
|
|
## Tracking issues
|
|
|
|
* [Repository clone](https://github.com/GitoxideLabs/gitoxide/issues/303)
|
|
* [Repository FSCK](https://github.com/GitoxideLabs/gitoxide/issues/304)
|
|
* [Show changes in various forms](https://github.com/GitoxideLabs/gitoxide/issues/305)
|
|
* [Client side push (client to server)](https://github.com/GitoxideLabs/gitoxide/issues/306)
|
|
* [Server fetch/pull (server to client)](https://github.com/GitoxideLabs/gitoxide/issues/307)
|
|
|
|
## 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 for
|
|
`locate(…)` performance and stress test it a little.
|
|
* Be sure to escape terminal escape codes.
|