gitea/modules/gitrepo
Lunny Xiao 69f5ee970c
Move some functions to gitrepo package (#35543)
Refactor Git command functions to use WithXXX methods instead of
exposing RunOpts.
This change simplifies reuse across gitrepo and improves consistency,
encapsulation, and maintainability of command options.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-10-07 17:06:51 +07:00
..
archive.go Move some functions to gitrepo package (#35543) 2025-10-07 17:06:51 +07:00
blame.go Move some functions to gitrepo package (#35543) 2025-10-07 17:06:51 +07:00
branch.go Move some functions to gitrepo package (#35543) 2025-10-07 17:06:51 +07:00
command.go Move some functions to gitrepo package (#35543) 2025-10-07 17:06:51 +07:00
compare.go Move some functions to gitrepo package (#35543) 2025-10-07 17:06:51 +07:00
compare_test.go Move GetDiverging functions to gitrepo (#35524) 2025-09-26 15:15:42 +07:00
config.go Move some functions to gitrepo package (#35543) 2025-10-07 17:06:51 +07:00
diff.go Move some functions to gitrepo package (#35543) 2025-10-07 17:06:51 +07:00
fsck.go Move some functions to gitrepo package (#35543) 2025-10-07 17:06:51 +07:00
gitrepo.go Move GetDiverging functions to gitrepo (#35524) 2025-09-26 15:15:42 +07:00
hooks.go Don't create duplicated functions for code repositories and wiki repositories (#33924) 2025-03-19 11:17:19 +07:00
main_test.go Move GetDiverging functions to gitrepo (#35524) 2025-09-26 15:15:42 +07:00
ref.go Move some functions to gitrepo package (#35543) 2025-10-07 17:06:51 +07:00
remote.go Move some functions to gitrepo package (#35543) 2025-10-07 17:06:51 +07:00
size.go Move some functions to gitrepo package (#35543) 2025-10-07 17:06:51 +07:00
tag.go Move git references checking to gitrepo packages to reduce expose of repository path (#33891) 2025-03-15 19:48:59 +07:00
url.go Use repo as of renderctx's member rather than a repoPath on metas (#29222) 2024-05-30 07:04:01 +07:00
walk_gogit.go Refactor request context (#32956) 2024-12-24 11:43:57 +07:00
walk_nogogit.go