Skip to content

Commit cda6baf

Browse files
authored
Merge branch 'master' into feature/main.go
2 parents 8e66e09 + a46efe2 commit cda6baf

File tree

18 files changed

+53
-346
lines changed

18 files changed

+53
-346
lines changed

.bra.toml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.codebeatignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

.codebeatsettings

Lines changed: 0 additions & 7 deletions
This file was deleted.

.gopmfile

Lines changed: 0 additions & 59 deletions
This file was deleted.

.pkgr.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

CONTRIBUTORS

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,9 @@
1-
# This is the official list of people who have contributed code to the Gitea/Gogs repository.
2-
# This document should be reviewed and approved by maintainers.
3-
#
4-
# The submission process automatically checks to make sure
5-
# that people submitting code are listed in this file (by email address).
6-
#
7-
# The agreement for individuals can be filled out on the web.
8-
#
9-
10-
# Names should be added to this file like so:
11-
# Individual's name <submission email address>
12-
# Individual's name <submission email address> <email2> <emailN>
13-
#
14-
# An entry with multiple email addresses specifies that the
15-
# first address should be used in the submit logs and
16-
# that the other addresses should be recognized as the
17-
# same person when interacting with github.
18-
19-
# Please keep the list sorted.
20-
21-
Lunny Xiao <[email protected]>
1+
Andrey Nering <[email protected]> (@andreynering)
2+
Kim Carlbäcker <[email protected]> (@bkcsoft)
3+
LefsFlare <[email protected]> (@LefsFlarey)
4+
Lunny Xiao <[email protected]> (@lunny)
5+
Rachid Zarouali <[email protected]> (@xinity)
6+
Rémy Boulanouar <[email protected]> (@DblK)
7+
Sandro Santilli <[email protected]> (@strk)
8+
Thibault Meyer <[email protected]> (@0xbaadf00d)
9+
Thomas Boerger <[email protected]> (@tboerger)

MAINTAINERS

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,9 @@
1-
# This is the official list of people who have spent time on code review Pull Requests on the Gitea repository.
2-
# This document should be reviewed and approved by owners.
3-
#
4-
# The submission process automatically checks to make sure
5-
# that people submitting code are listed in this file (by email address).
6-
#
7-
# The agreement for individuals can be filled out on the web.
8-
#
9-
10-
# Names should be added to this file like so:
11-
# Individual's name <submission email address>
12-
# Individual's name <submission email address> <email2> <emailN>
13-
#
14-
# An entry with multiple email addresses specifies that the
15-
# first address should be used in the submit logs and
16-
# that the other addresses should be recognized as the
17-
# same person when interacting with github.
18-
19-
# Please keep the list sorted.
20-
21-
Lunny Xiao <[email protected]>
1+
Andrey Nering <[email protected]> (@andreynering)
2+
Kim Carlbäcker <[email protected]> (@bkcsoft)
3+
LefsFlare <[email protected]> (@LefsFlarey)
4+
Lunny Xiao <[email protected]> (@lunny)
5+
Rachid Zarouali <[email protected]> (@xinity)
6+
Rémy Boulanouar <[email protected]> (@DblK)
7+
Sandro Santilli <[email protected]> (@strk)
8+
Thibault Meyer <[email protected]> (@0xbaadf00d)
9+
Thomas Boerger <[email protected]> (@tboerger)

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LDFLAGS += -X "github.com/go-gitea/gitea/modules/setting.BuildGitHash=$(shell gi
33

44
DATA_FILES := $(shell find conf | sed 's/ /\\ /g')
55
LESS_FILES := $(wildcard public/less/gogs.less public/less/_*.less)
6-
GENERATED := modules/bindata/bindata.go public/css/gogs.css
6+
GENERATED := modules/bindata/bindata.go public/css/index.css
77

88
TAGS = ""
99
BUILD_FLAGS = "-v"
@@ -15,7 +15,7 @@ GOVET = go tool vet -composites=false -methods=false -structtags=false
1515

1616
.PHONY: build pack release bindata clean
1717

18-
.IGNORE: public/css/gogs.css
18+
.IGNORE: public/css/index.css
1919

2020
all: build
2121

@@ -53,9 +53,9 @@ bindata: modules/bindata/bindata.go
5353
modules/bindata/bindata.go: $(DATA_FILES)
5454
go-bindata -o=$@ -ignore="\\.DS_Store|README.md|TRANSLATORS" -pkg=bindata conf/...
5555

56-
less: public/css/gogs.css
56+
less: public/css/index.css
5757

58-
public/css/gogs.css: $(LESS_FILES)
58+
public/css/index.css: $(LESS_FILES)
5959
lessc $< $@
6060

6161
clean:

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
5. If you're interested in using APIs, we have experimental support with [documentation](https://github.com/gogits/go-gogs-client/wiki).
2727
6. If your team/company is using Gogs and would like to put your logo on [our website](https://gogs.io), contact us by any means.
2828

29-
[简体中文](README_ZH.md)
30-
3129
## Purpose
3230

3331
The goal of this project is to make the easiest, fastest, and most painless way of setting up a self-hosted Git service. With Go, this can be done with an independent binary distribution across **ALL platforms** that Go supports, including Linux, Mac OS X, Windows and ARM.

README_ZH.md

Lines changed: 0 additions & 113 deletions
This file was deleted.

packager/.godir

Lines changed: 0 additions & 1 deletion
This file was deleted.

packager/Procfile

Lines changed: 0 additions & 1 deletion
This file was deleted.

packager/hooks/postinst

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)