You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by to...@apache.org on 2016/07/19 00:19:57 UTC

incubator-kudu git commit: Fix markdown formatting in weekly post

Repository: incubator-kudu
Updated Branches:
  refs/heads/gh-pages 9f3de4cba -> 2f2a86ddd


Fix markdown formatting in weekly post

Change-Id: Ib49b8d80c622f4fdd0779a4c1f30e1c7fc975c4c


Project: http://git-wip-us.apache.org/repos/asf/incubator-kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kudu/commit/2f2a86dd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kudu/tree/2f2a86dd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kudu/diff/2f2a86dd

Branch: refs/heads/gh-pages
Commit: 2f2a86ddd737906ee5dfb315a108f12c823a761a
Parents: 9f3de4c
Author: Todd Lipcon <to...@cloudera.com>
Authored: Mon Jul 18 17:19:31 2016 -0700
Committer: Todd Lipcon <to...@cloudera.com>
Committed: Mon Jul 18 17:19:31 2016 -0700

----------------------------------------------------------------------
 _posts/2016-07-18-weekly-update.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/2f2a86dd/_posts/2016-07-18-weekly-update.md
----------------------------------------------------------------------
diff --git a/_posts/2016-07-18-weekly-update.md b/_posts/2016-07-18-weekly-update.md
index cc395bc..f826147 100644
--- a/_posts/2016-07-18-weekly-update.md
+++ b/_posts/2016-07-18-weekly-update.md
@@ -30,10 +30,9 @@ covers ongoing development and news in the Apache Kudu (incubating) project.
 
 * As mentioned last week, David Alves has been making a lot of progress on the implementation
   of the replay cache. Many patches landed in master this week, including:
-
-** [RPC system integration](https://gerrit.cloudera.org/#/c/3192/)
-** [Integration with replicated writes](https://gerrit.cloudera.org/#/c/3449/)
-** [Correctness/stress tests](https://gerrit.cloudera.org/#/c/3519/)
+  * [RPC system integration](https://gerrit.cloudera.org/#/c/3192/)
+  * [Integration with replicated writes](https://gerrit.cloudera.org/#/c/3449/)
+  * [Correctness/stress tests](https://gerrit.cloudera.org/#/c/3519/)
 
   Currently, this new feature is disabled by default, as the support for evicting elements
   from the cache is not yet complete. This last missing feature is now