You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2021/03/10 12:00:06 UTC

[lucene-solr] branch master updated: Update layout.

This is an automated email from the ASF dual-hosted git repository.

dweiss pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new 4bbf239  Update layout.
4bbf239 is described below

commit 4bbf2391da3dc23a7fade0d194853a3b82ac30dc
Author: Dawid Weiss <da...@carrotsearch.com>
AuthorDate: Wed Mar 10 12:59:47 2021 +0100

    Update layout.
---
 PRs.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/PRs.md b/PRs.md
index 347e03d..1ec1688 100644
--- a/PRs.md
+++ b/PRs.md
@@ -28,7 +28,7 @@ Lucene:
 https://github.com/apache/lucene-solr/pull/2459
 
 1. You can just apply this PR directly as a patch:
-
+```
 git clone https://github.com/apache/lucene.git
 cd lucene
 wget https://github.com/apache/lucene-solr/pull/2459.patch
@@ -36,7 +36,7 @@ git apply 2459.patch
 git add -A .
 git commit -m "Applying PR # ..."
 git push
-
+```
 2. You can "rebase" the PR via a separate fork on github. This preserves commit
    history but is slightly longer. Example:
 
@@ -47,6 +47,7 @@ git push
   https://github.com/donnerpeter/lucene-solr/tree/revTrie
 
 - Now create a "cloned" PR:
+```
 # clone your own fork
 git clone https://github.com/dweiss/lucene.git
 cd lucene
@@ -62,3 +63,4 @@ https://github.com/apache/lucene/compare/main...dweiss:revTrie
 Look at the PR and create it if it looks good.
 # This example's PR was at:
 https://github.com/apache/lucene/pull/2
+```