File tree Expand file tree Collapse file tree 19 files changed +37
-37
lines changed Expand file tree Collapse file tree 19 files changed +37
-37
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ node_modules:
1515 npm install
1616
1717$(GOPATH ) /bin/houndd : ui/bindata.go $(SRCS )
18- go install github.com/gitgrep-com/hound /cmds/houndd
18+ go install github.com/gitgrep-com/gitgrep /cmds/houndd
1919
2020$(GOPATH ) /bin/hound : ui/bindata.go $(SRCS )
21- go install github.com/gitgrep-com/hound /cmds/hound
21+ go install github.com/gitgrep-com/gitgrep /cmds/hound
2222
2323.build/bin/go-bindata :
2424 GOPATH=` pwd` /.build go get github.com/jteeuwen/go-bindata/...
@@ -32,7 +32,7 @@ dev: ALL
3232 npm install
3333
3434test :
35- go test github.com/gitgrep-com/hound /...
35+ go test github.com/gitgrep-com/gitgrep /...
3636
3737deploy-demo : ALL
3838 ssh demo " mv /opt/gitgrep/bin/houndd /opt/gitgrep/bin/houndd-old || true"
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ import (
1010 "strings"
1111 "time"
1212
13- "github.com/gitgrep-com/hound /config"
14- "github.com/gitgrep-com/hound /index"
15- "github.com/gitgrep-com/hound /searcher"
13+ "github.com/gitgrep-com/gitgrep /config"
14+ "github.com/gitgrep-com/gitgrep /index"
15+ "github.com/gitgrep-com/gitgrep /searcher"
1616)
1717
1818const (
Original file line number Diff line number Diff line change 66 "os"
77 "regexp"
88
9- "github.com/gitgrep-com/hound /ansi"
10- "github.com/gitgrep-com/hound /config"
9+ "github.com/gitgrep-com/gitgrep /ansi"
10+ "github.com/gitgrep-com/gitgrep /config"
1111)
1212
1313type ackPresenter struct {
Original file line number Diff line number Diff line change 88 "regexp"
99 "strings"
1010
11- "github.com/gitgrep-com/hound /config"
12- "github.com/gitgrep-com/hound /index"
11+ "github.com/gitgrep-com/gitgrep /config"
12+ "github.com/gitgrep-com/gitgrep /index"
1313)
1414
1515type Response struct {
Original file line number Diff line number Diff line change 11package client
22
33import (
4- "github.com/gitgrep-com/hound /index"
4+ "github.com/gitgrep-com/gitgrep /index"
55)
66
77type Block struct {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package client
33import (
44 "testing"
55
6- "github.com/gitgrep-com/hound /index"
6+ "github.com/gitgrep-com/gitgrep /index"
77)
88
99// TODO(knorton):
Original file line number Diff line number Diff line change 55 "os"
66 "regexp"
77
8- "github.com/gitgrep-com/hound /ansi"
9- "github.com/gitgrep-com/hound /config"
8+ "github.com/gitgrep-com/gitgrep /ansi"
9+ "github.com/gitgrep-com/gitgrep /config"
1010)
1111
1212type grepPresenter struct {
Original file line number Diff line number Diff line change 88 "os/user"
99 "regexp"
1010
11- "github.com/gitgrep-com/hound /client"
12- "github.com/gitgrep-com/hound /index"
11+ "github.com/gitgrep-com/gitgrep /client"
12+ "github.com/gitgrep-com/gitgrep /index"
1313)
1414
1515// A uninitialized variable that can be defined during the build process with
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ import (
1414 "strings"
1515 "syscall"
1616
17- "github.com/gitgrep-com/hound /api"
18- "github.com/gitgrep-com/hound /config"
19- "github.com/gitgrep-com/hound /searcher"
20- "github.com/gitgrep-com/hound /ui"
21- "github.com/gitgrep-com/hound /web"
17+ "github.com/gitgrep-com/gitgrep /api"
18+ "github.com/gitgrep-com/gitgrep /config"
19+ "github.com/gitgrep-com/gitgrep /searcher"
20+ "github.com/gitgrep-com/gitgrep /ui"
21+ "github.com/gitgrep-com/gitgrep /web"
2222)
2323
2424const gracefulShutdownSignal = syscall .SIGTERM
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
1313 "strings"
1414 "unsafe"
1515
16- "github.com/gitgrep-com/hound /codesearch/sparse"
16+ "github.com/gitgrep-com/gitgrep /codesearch/sparse"
1717)
1818
1919// Index writing. See read.go for details of on-disk format.
You can’t perform that action at this time.
0 commit comments