Skip to content

Commit 59665db

Browse files
committed
PROJECTS: consistently quote directories
1 parent ea9ea6a commit 59665db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PROJECTS.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ some incremental steps listed towards the larger goal. Those steps
7070
might make good smaller projects by themselves.
7171

7272
* Port part of the Git test suite to run against the command line emulation
73-
in examples/
74-
* Pick a Git command that is emulated in our examples/ area
73+
in `examples/`
74+
* Pick a Git command that is emulated in our `examples/` area
7575
* Extract the Git tests that exercise that command
7676
* Convert the tests to call our emulation
77-
* These tests could go in examples/tests/...
77+
* These tests could go in `examples/tests/`...
7878
* Add hooks API to enumerate and manage hooks (not run them at this point)
7979
* Enumeration of available hooks
8080
* Lookup API to see which hooks have a script and get the script

0 commit comments

Comments
 (0)