Git with a cup of tea, painless self-hosted git service
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
sebastian-sauer 07bcfc171b
Commit-Dropdown: Show Author of commit if available (#30272)
2 years ago
..
check.go Use the database object format name but not read from git repoisitory everytime and fix possible migration wrong objectformat when migrating a sha256 repository (#29294) 2 years ago
check_test.go Replace assert.Fail with assert.FailNow (#27578) 2 years ago
comment.go Simplify how git repositories are opened (#28937) 2 years ago
commit_status.go Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995) 2 years ago
commit_status_test.go Fixing the issue when status check per rule matches multiple actions (#29631) 2 years ago
edits.go
lfs.go Remove GetByBean method because sometimes it's danger when query condition parameter is zero and also introduce new generic methods (#28220) 2 years ago
main_test.go
merge.go Use the database object format name but not read from git repoisitory everytime and fix possible migration wrong objectformat when migrating a sha256 repository (#29294) 2 years ago
merge_ff_only.go Add merge style `fast-forward-only` (#28954) 2 years ago
merge_merge.go Add merge style `fast-forward-only` (#28954) 2 years ago
merge_prepare.go
merge_rebase.go Simplify how git repositories are opened (#28937) 2 years ago
merge_squash.go Simplify how git repositories are opened (#28937) 2 years ago
merge_test.go
patch.go Simplify how git repositories are opened (#28937) 2 years ago
patch_unmerged.go
pull.go Commit-Dropdown: Show Author of commit if available (#30272) 2 years ago
pull_test.go Simplify how git repositories are opened (#28937) 2 years ago
review.go Prevent re-review and dismiss review actions on closed and merged PRs (#30065) 2 years ago
review_test.go Prevent re-review and dismiss review actions on closed and merged PRs (#30065) 2 years ago
temp_repo.go Adjust object format interface (#28469) 2 years ago
update.go
update_rebase.go