From be8df282b4fed1efa6a263f6be33996c8ec7f7b4 Mon Sep 17 00:00:00 2001 From: Salem Date: Wed, 26 Jan 2022 10:15:43 -0500 Subject: [PATCH] Remove default branch warning It's been almost a year since we renamed the default branch to `main`. The warning can probably be taken out. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index e0eec896..ffcee310 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,6 @@ [![Build Status](https://travis-ci.org/hound-search/hound.svg?branch=master)](https://travis-ci.org/hound-search/hound) [![.github/workflows/go.yaml](https://github.com/hound-search/hound/workflows/.github/workflows/go.yaml/badge.svg)](https://github.com/hound-search/hound/actions) -> ## :warning: Hound's default branch name has changed! :warning: -> **We renamed our default branch from `master` to `main` on February 24, 2021**. We used [GitHub's branch renaming feature](https://github.com/github/renaming/#renaming-existing-branches), which means that any open pull requests should be automatically re-targeted, and web requests pointing to code on the `master` branch should redirect as expected. This change should mostly be invisible, but you will need to update any code that explicitly relies on the existence of Hound's `master` branch. - Hound is an extremely fast source code search engine. The core is based on this article (and code) from Russ Cox: [Regular Expression Matching with a Trigram Index](http://swtch.com/~rsc/regexp/regexp4.html). Hound itself is a static [React](http://facebook.github.io/react/) frontend that talks to a [Go](http://golang.org/) backend. The backend keeps an up-to-date index for each repository and answers searches through a minimal API. Here it is in action: