Skip to content

Commit 30b7682

Browse files
committed
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.
1 parent 656a1b1 commit 30b7682

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

tasks.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
1+
# Tasks
2+
13
## Tracking issues
24

3-
* [repository clone](https://github.com/GitoxideLabs/gitoxide/issues/303)
4-
* [repository FSCK](https://github.com/GitoxideLabs/gitoxide/issues/304)
5+
* [Repository clone](https://github.com/GitoxideLabs/gitoxide/issues/303)
6+
* [Repository FSCK](https://github.com/GitoxideLabs/gitoxide/issues/304)
57
* [Show changes in various forms](https://github.com/GitoxideLabs/gitoxide/issues/305)
68
* [Client side push (client to server)](https://github.com/GitoxideLabs/gitoxide/issues/306)
79
* [Server fetch/pull (server to client)](https://github.com/GitoxideLabs/gitoxide/issues/307)
810

9-
## Smaller Tasks
11+
## Smaller tasks
1012

1113
…to not forget. Might get reorganized.
1214

1315
### gix organize
1416

15-
* [ ] 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.
17+
* [ ] 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.
1618

1719
### gix cat
1820

19-
* A program to cat objects and pretty-print them, similar to git cat-file. Useful to get a feel for
20-
'locate(…)' performance and stress test it a little.
21-
* Be sure to escape terminal escape codes
21+
* A program to cat objects and pretty-print them, similar to `git cat-file`. Useful to get a feel for
22+
`locate(…)` performance and stress test it a little.
23+
* Be sure to escape terminal escape codes.

0 commit comments

Comments
 (0)