Format Fixes and Added Markdown to a Few Files #4074

Merged
merged 1 commit into from May 2, 2014

Conversation

Projects
None yet
4 participants
Contributor

super3 commented Apr 19, 2014

Just basic readability stuff. As I was cleaning I found two easily functional things to fix and added the follow issues:

Owner

sipa commented Apr 21, 2014

Please don't make direct changes to the leveldb directory. If you want to convert their README to md, submit a patch upstream.

@laanwj laanwj and 1 other commented on an outdated diff Apr 22, 2014

qa/rpc-tests/README.md
@@ -32,5 +36,6 @@ test state.
If you get into a bad state, you should be able
to recover with:
- rm -rf cache
- killall bitcoind
+
+ rm -rf cache
@laanwj

laanwj Apr 22, 2014

Owner

Do not remove the indentation here, increase it to four so it will show it as a code block. Alternatively use this to highlight it as bash script:

```bash
rm -rf cache
killall bitcoind
```
@super3

super3 Apr 29, 2014

Contributor

Done.

@super3 @super3 super3 Removed LevelDB changes
Syntax Highlighting
d3081fa
Contributor

super3 commented May 2, 2014

Anything else before I squash?

Owner

laanwj commented May 2, 2014

This is fine.

Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/d3081fa2314ac064c1054b58f4b11c332af6fe09 for binaries and test log.
This test script verifies pulls every time they are updated. It, however, dies sometimes and fails to test properly. If you are waiting on a test, please check timestamps to verify that the test.log is moving at http://jenkins.bluematt.me/pull-tester/current/
Contact BlueMatt on freenode if something looks broken.

@laanwj laanwj merged commit d3081fa into bitcoin:master May 2, 2014

@laanwj laanwj added a commit that referenced this pull request May 2, 2014

@laanwj laanwj Merge pull request #4074
d3081fa Removed LevelDB changes (super3)
1ab6297

super3 deleted the unknown repository branch May 7, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment