{{ define "repo/pulls/fragments/pullStepSource" }} {{ template "pullSourceTabs" . }} {{ if eq .Source "patch" }} {{ template "repo/fragments/labelSectionHeaderText" "Merge into" }} {{ template "pullTargetBranchSelect" . }} {{ template "repo/pulls/fragments/pullPatchUpload" . }} {{ else }} {{ template "repo/fragments/labelSectionHeaderText" "Merge into" }} {{ template "pullTargetBranchSelect" . }} {{ template "repo/fragments/labelSectionHeaderText" "Pull from" }} {{ if eq .Source "fork" }} {{ template "repo/pulls/fragments/pullCompareForks" . }} {{ else }} {{ template "repo/pulls/fragments/pullCompareBranches" . }} {{ end }} {{ end }} {{ if ne .Source "patch" }} Submit as stacked PRs {{ i "circle-question-mark" "size-4" }} {{ i "loader-circle" "size-4 animate-spin hidden peer-[.htmx-request]:inline text-gray-500 dark:text-gray-400" }} {{ end }} {{ end }} {{ define "pullTargetBranchSelect" }}
git diff
git format-patch