This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/routers/web/repo
Gusted 42991dc89a
Fix partial cloning a repo (#18373) (#18377)
* Fix partial cloning a repo (#18373)

- Backport from: #18373
- Backport isn't 1-1, because the frontport had a refactor in that area,
which v1.16 doesn't have.

* Include diff & use copy

* Add partial clone test

* patch

* Apply suggestions from code review

* globalArgs first

* avoid copy but make GlobalCMDArgs append first

* please linter

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: 6543 <6543@obermui.de>
2022-01-23 21:46:09 +00:00
..
activity.go
attachment.go
blame.go Add warning for BIDI characters in page renders and in diffs (#17562) 2022-01-07 02:18:52 +01:00
branch.go Handle missing default branch better in owner/repo/branches page (#18290) 2022-01-16 22:59:16 +08:00
commit.go Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069) 2022-01-05 13:17:25 +01:00
compare.go Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069) 2022-01-05 13:17:25 +01:00
download.go
editor.go Stop trimming preceding and suffixing spaces from editor filenames (#18334) 2022-01-19 21:03:15 +00:00
editor_test.go
http.go Fix partial cloning a repo (#18373) (#18377) 2022-01-23 21:46:09 +00:00
http_test.go
issue.go Fix PR comments UI (#18323) 2022-01-19 01:28:38 +08:00
issue_content_history.go
issue_dependency.go
issue_label.go
issue_label_test.go
issue_lock.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
lfs.go Add warning for BIDI characters in page renders and in diffs (#17562) 2022-01-07 02:18:52 +01:00
main_test.go
middlewares.go
migrate.go Unify and simplify TrN for i18n (#18141) 2022-01-02 04:33:57 +01:00
milestone.go
projects.go Removed unused method. (#18129) 2021-12-30 11:56:12 +08:00
projects_test.go
pull.go Use indirect comparison when showing pull requests (#18313) 2022-01-18 07:45:43 +00:00
pull_review.go
release.go Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069) 2022-01-05 13:17:25 +01:00
release_test.go
repo.go Unify and simplify TrN for i18n (#18141) 2022-01-02 04:33:57 +01:00
search.go
setting.go Remove unused route "/tasks/trigger" (#18160) 2022-01-03 18:23:43 +01:00
setting_protected_branch.go
settings_test.go Move keys to models/asymkey (#17917) 2021-12-10 16:14:24 +08:00
tag.go
topic.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
view.go Add warning for BIDI characters in page renders and in diffs (#17562) 2022-01-07 02:18:52 +01:00
webhook.go Add replay of webhooks. (#18191) 2022-01-05 15:00:20 -06:00
wiki.go Add warning for BIDI characters in page renders and in diffs (#17562) 2022-01-07 02:18:52 +01:00
wiki_test.go