Commit 59665db3 by Patrick Steinhardt

PROJECTS: consistently quote directories

parent ea9ea6ac
...@@ -70,11 +70,11 @@ some incremental steps listed towards the larger goal. Those steps ...@@ -70,11 +70,11 @@ some incremental steps listed towards the larger goal. Those steps
might make good smaller projects by themselves. might make good smaller projects by themselves.
* Port part of the Git test suite to run against the command line emulation * Port part of the Git test suite to run against the command line emulation
in examples/ in `examples/`
* Pick a Git command that is emulated in our examples/ area * Pick a Git command that is emulated in our `examples/` area
* Extract the Git tests that exercise that command * Extract the Git tests that exercise that command
* Convert the tests to call our emulation * Convert the tests to call our emulation
* These tests could go in examples/tests/... * These tests could go in `examples/tests/`...
* Add hooks API to enumerate and manage hooks (not run them at this point) * Add hooks API to enumerate and manage hooks (not run them at this point)
* Enumeration of available hooks * Enumeration of available hooks
* Lookup API to see which hooks have a script and get the script * Lookup API to see which hooks have a script and get the script
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment