1
1
mirror of https://github.com/Byron/gitoxide synced 2025-10-05 16:42:40 +02:00
Files
gitoxide/tasks.md
Eliah Kagan 30b76825ab doc: Copyedit tasks documentation
- 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.
2025-05-08 16:32:30 -04:00

884 B

Tasks

Tracking issues

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.