gitea/routers/repo
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
2019-06-26 14:15:26 -04:00
..
activity.go
attachment.go
blame.go Monitor all git commands; move blame to git package and replace git as a variable (#6864) 2019-06-26 14:15:26 -04:00
branch.go
commit.go Add golangci (#6418) 2019-06-12 15:41:28 -04:00
compare.go
download.go Add golangci (#6418) 2019-06-12 15:41:28 -04:00
editor.go Add golangci (#6418) 2019-06-12 15:41:28 -04:00
editor_test.go
http.go Monitor all git commands; move blame to git package and replace git as a variable (#6864) 2019-06-26 14:15:26 -04:00
issue.go Add golangci (#6418) 2019-06-12 15:41:28 -04:00
issue_dependency.go
issue_label.go Add golangci (#6418) 2019-06-12 15:41:28 -04:00
issue_label_test.go
issue_lock.go
issue_stopwatch.go
issue_timetrack.go
issue_watch.go
main_test.go
middlewares.go
milestone.go Add golangci (#6418) 2019-06-12 15:41:28 -04:00
pull.go Fix #732: Add LFS objects to base repository on merging (#7082) 2019-06-22 18:35:34 +01:00
pull_review.go
release.go
release_test.go
repo.go
search.go
setting.go Add golangci (#6418) 2019-06-12 15:41:28 -04:00
setting_protected_branch.go
settings_test.go
topic.go
view.go Add golangci (#6418) 2019-06-12 15:41:28 -04:00
webhook.go Add golangci (#6418) 2019-06-12 15:41:28 -04:00
wiki.go
wiki_test.go