Git with a cup of tea, painless self-hosted git service Mirror for internal git.with.parts use https://git.with.parts
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.
 
 
 
 
 
 
gitea/services/pull
Lunny Xiao 3c6fc25a77
Use repo object format name instead of detecting from git repository (#29702)
12 months 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) 1 year ago
check_test.go
comment.go Simplify how git repositories are opened (#28937) 1 year ago
commit_status.go Fix commit_status problem when testing (#29672) 12 months ago
commit_status_test.go Fixing the issue when status check per rule matches multiple actions (#29631) 12 months ago
edits.go
lfs.go
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) 1 year ago
merge_ff_only.go Add merge style `fast-forward-only` (#28954) 1 year ago
merge_merge.go Add merge style `fast-forward-only` (#28954) 1 year ago
merge_prepare.go
merge_rebase.go Simplify how git repositories are opened (#28937) 1 year ago
merge_squash.go Simplify how git repositories are opened (#28937) 1 year ago
merge_test.go
patch.go Simplify how git repositories are opened (#28937) 1 year ago
patch_unmerged.go
pull.go Use repo object format name instead of detecting from git repository (#29702) 12 months ago
pull_test.go Simplify how git repositories are opened (#28937) 1 year ago
review.go remove util.OptionalBool and related functions (#29513) 12 months ago
temp_repo.go Adjust object format interface (#28469) 1 year ago
update.go
update_rebase.go