Skip to content

Commit 7ee516d

Browse files
committed
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.
1 parent b6e5aa0 commit 7ee516d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
[![Build Status](https://travis-ci.org/hound-search/hound.svg?branch=master)](https://travis-ci.org/hound-search/hound)
44
[![.github/workflows/go.yaml](https://github.com/hound-search/hound/workflows/.github/workflows/go.yaml/badge.svg)](https://github.com/hound-search/hound/actions)
55

6-
> ## :warning: Hound's default branch name has changed! :warning:
7-
> **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.
8-
96
Hound is an extremely fast source code search engine. The core is based on this article (and code) from Russ Cox:
107
[Regular Expression Matching with a Trigram Index](http://swtch.com/~rsc/regexp/regexp4.html). Hound itself is a static
118
[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:

0 commit comments

Comments
 (0)