Brecht Van Lommel
a31fedd2c2
Add templates to customize text when creating and migrating repositories
...
These can be used to explain which types of repositories a Gitea instance is
willing to host, or other rules for creating repositories.
2 years ago
99rgosse
e0cf3d86c4
Migrated Repository will show modifications when possible ( #17191 )
...
* Read patches to get history
3 years ago
David Svantesson
9cb418e623
Redirect issue if repo has configured external tracker. ( #9247 )
...
* Redirect issue if repo has configured external tracker.
* Handle error
* Add tests for redirect
* Fix test consistency
5 years ago
Lunny Xiao
edc94c7041
Monitor all git commands; move blame to git package and replace git as a variable ( #6864 )
...
* monitor all git commands; move blame to git package and replace git as a variable
* use git command but not other commands
* fix build
* move exec.Command to git.NewCommand
* fix fmt
* remove unrelated changes
* remove unrelated changes
* refactor IsEmpty and add tests
* fix tests
* fix tests
* fix tests
* fix tests
* remove gitLogger
* fix fmt
* fix isEmpty
* fix lint
* fix tests
5 years ago
Thomas Boerger
c4a8d4ce45
Add more additional template snippets ( #3286 )
7 years ago
techknowlogick
fb5c6b6444
Import docs into main repository ( #2874 )
...
* import docs into main repository
Signed-off-by: Matti Ranta <matti@mdranta.net>
7 years ago
Thomas Boerger
a06c3ad2c0
Synced gitignores with github repo ( #1245 )
...
* Renamed scripts directory into contrib
* Added script to download gitignores from github
* Synced gitignores with github repo
8 years ago
puffybsd
a30797425f
Implements 1071, .gitignore support for FSharp and Clojure. ( #1072 )
8 years ago
Thomas Boerger
b33078fa33
Bindata is optional and over-writable on restart ( #354 )
...
* Moved conf assets into options folder
* Dropped old bindata
* Started to integrate options bindata and accessors
* Do not enforce a builtin app.ini
* Replaced bindata calls with options
* Dropped bindata task from makefile, it's the generate task now
* Always embedd app.ini to provide sane config defaults
* Use sane defaults for the configuration
* Defined default value for SSH_KEYGEN_PATH
* Dropped "NEVER EVER MODIFY THIS FILE" header from app.ini
* Fixed new paths in latest test additions
* Drop bindata with make clean task
* Set more proper default values
8 years ago
Unknwon
46bee50e45
complate list of gitignores and licenses
9 years ago