;;; forge-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*- ;; Generated by the `loaddefs-generate' function. ;; This file is part of GNU Emacs. ;;; Code: (add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path))) ;;; Generated autoloads from forge.el (defvar forge-add-default-bindings t "\ Whether to add Forge's bindings to various Magit keymaps. If you want to disable this, then you must set this to nil before `magit' is loaded. If you do it before `forge' but after `magit' is loaded, then `magit-mode-map' ends up being modified anyway.") (with-eval-after-load 'magit-mode (when forge-add-default-bindings (keymap-set magit-mode-map "'" #'forge-dispatch) (keymap-set magit-mode-map "N" #'forge-dispatch) (keymap-set magit-mode-map " " #'forge-browse) (keymap-set magit-mode-map " " #'forge-copy-url-at-point-as-kill))) (with-eval-after-load 'magit-repos (when forge-add-default-bindings (keymap-set magit-repolist-mode-map "N" #'forge-dispatch))) (with-eval-after-load 'git-commit (when forge-add-default-bindings (keymap-set git-commit-mode-map "C-c C-v" #'forge-visit-topic))) (register-definition-prefixes "forge" '("forge-")) ;;; Generated autoloads from forge-bitbucket.el (register-definition-prefixes "forge-bitbucket" '("forge-bitbucket-repository")) ;;; Generated autoloads from forge-client.el (register-definition-prefixes "forge-client" '("forge--" "ghub--prepare-mutation")) ;;; Generated autoloads from forge-commands.el (autoload 'forge-dispatch "forge-commands" nil t) (autoload 'forge-configure "forge-commands" nil t) (autoload 'forge-pull "forge-commands" nil t) (autoload 'forge-pull-notifications "forge-commands" nil t) (autoload 'forge-pull-topic "forge-commands" nil t) (autoload 'forge-pull-this-topic "forge-commands" nil t) (autoload 'forge-browse-discussions "forge-commands" "\ Visit the current repository's discussions using a browser." t) (autoload 'forge-browse-issues "forge-commands" "\ Visit the current repository's issues using a browser." t) (autoload 'forge-browse-pullreqs "forge-commands" "\ Visit the current repository's pull-requests using a browser." t) (autoload 'forge-browse-topic "forge-commands" "\ Read a TOPIC and visit it using a browser. By default only offer open topics but with a prefix argument also offer closed topics. (fn TOPIC)" t) (autoload 'forge-browse-discussion "forge-commands" "\ Read a DISCUSSION and visit it using a browser. By default only offer open discussions but with a prefix argument also offer closed issues. (fn DISCUSSION)" t) (autoload 'forge-browse-issue "forge-commands" "\ Read an ISSUE and visit it using a browser. By default only offer open issues but with a prefix argument also offer closed issues. (fn ISSUE)" t) (autoload 'forge-browse-pullreq "forge-commands" "\ Read a PULL-REQUEST and visit it using a browser. By default only offer open pull-requests but with a prefix argument also offer closed pull-requests. (fn PULL-REQUEST)" t) (autoload 'forge-browse-commit "forge-commands" "\ Read a COMMIT and visit it using a browser. (fn COMMIT)" t) (autoload 'forge-browse-branch "forge-commands" "\ Read a BRANCH and visit it using a browser. (fn BRANCH)" t) (autoload 'forge-browse-remote "forge-commands" "\ Read a REMOTE and visit it using a browser. (fn REMOTE)" t) (autoload 'forge-browse-repository "forge-commands" "\ Read a REPOSITORY and visit it using a browser. (fn REPOSITORY)" t) (autoload 'forge-browse-blob "forge-commands" "\ Visit a blob using a browser. When invoked from a blob- or file-visiting buffer, visit that blob without prompting. If the region is active, try to jump to the marked line or lines, and highlight them in the browser. To what extend that is possible depends on the forge. When the region is not active just visit the blob, without trying to jump to the current line. When jumping to a line, always use a commit hash as part of the URL. From a file in the worktree with no active region, instead use the branch name as part of the URL, unless a prefix argument is used. When invoked from a Dired buffer, visit the blob at point without prompting. If a prefix argument is used, the commit hash is included in the URL. When invoked from any other buffer, prompt the user for a branch or commit, and for a file. (fn COMMIT FILE &optional LINE END FORCE-HASH)" t) (autoload 'forge-browse-this-topic "forge-commands" nil t) (autoload 'forge-browse-this-repository "forge-commands" "\ Visit the repository at point using a browser." t) (autoload 'forge-copy-url-at-point-as-kill "forge-commands" "\ Copy the url of thing at point or the thing visited in the current buffer." t) (autoload 'forge-browse "forge-commands" "\ Visit the thing at point using a browser." t) (autoload 'forge-visit-topic "forge-commands" "\ Read a TOPIC and visit it. By default only offer active topics for completion. With a prefix argument offer all topics. While completion is in progress, \\\\[forge-read-topic-lift-limit] lifts the limitation to active topics. (fn TOPIC)" t) (autoload 'forge-visit-discussion "forge-commands" "\ Read a DISCUSSION and visit it. By default only offer active topics for completion. With a prefix argument offer all topics. While completion is in progress, \\\\[forge-read-topic-lift-limit] lifts the limitation to active topics. (fn DISCUSSION)" t) (autoload 'forge-visit-issue "forge-commands" "\ Read an ISSUE and visit it. By default only offer active issues for completion. With a prefix argument offer all topics. While completion is in progress, \\\\[forge-read-topic-lift-limit] lifts the limitation to active issues. (fn ISSUE)" t) (autoload 'forge-visit-pullreq "forge-commands" "\ Read a PULL-REQUEST and visit it. By default only offer active pull-requests for completion. With a prefix argument offer all topics. While completion is in progress, \\\\[forge-read-topic-lift-limit] lifts the limitation to active pull-requests. (fn PULL-REQUEST)" t) (autoload 'forge-visit-topic-from-url "forge-commands" "\ Visit the topic specified by web URL. (fn URL)" t) (autoload 'forge-visit-this-topic "forge-commands" "\ Visit the topic at point. With prefix argument MENU, also show the topic menu. (fn &optional MENU)" t) (autoload 'forge-visit-this-repository "forge-commands" "\ Visit the repository at point." t) (autoload 'forge-branch-pullreq "forge-commands" "\ Create and configure a new branch from a pull-request. Please see the manual for more information. (fn PULLREQ)" t) (autoload 'forge-checkout-pullreq "forge-commands" "\ Create, configure and checkout a new branch from a pull-request. Please see the manual for more information. (fn PULLREQ)" t) (autoload 'forge-checkout-this-pullreq "forge-commands" nil t) (autoload 'forge-checkout-worktree "forge-commands" "\ Create, configure and checkout a new worktree from a pull-request. This is like `forge-checkout-pullreq', except that it also creates a new worktree. Please see the manual for more information. (fn PATH PULLREQ)" t) (autoload 'forge-push-to-unnamed-pullreq "forge-commands" nil t) (autoload 'forge-fork "forge-commands" "\ Fork the current repository to FORK and add it as a REMOTE. If the fork already exists, then that isn't an error; the remote is added anyway. Currently this only supports Github and Gitlab. With prefix argument ALL, fork all branches, not just the default branch. On Gitlab it is not possible to fork only the default. (fn FORK REMOTE ALL)" t) (autoload 'forge-merge "forge-commands" nil t) (autoload 'forge-set-default-branch "forge-commands" "\ Change the default branch on the upstream remote and locally. Also update the upstream branches of local branches accordingly." t) (autoload 'forge-rename-default-branch "forge-commands" "\ Rename the default branch on the upstream remote and locally. Also update the upstream branches of local branches accordingly." t) (autoload 'forge-add-pullreq-refspec "forge-commands" nil t) (autoload 'forge-add-repository "forge-commands" nil t) (autoload 'forge-add-user-repositories "forge-commands" "\ Add all of USER's repositories from HOST to the database. This may take a while. Only Github is supported at the moment. (fn HOST USER)" t) (autoload 'forge-add-organization-repositories "forge-commands" "\ Add all of ORGANIZATION's repositories from HOST to the database. This may take a while. Only Github is supported at the moment. (fn HOST ORGANIZATION)" t) (autoload 'forge-remove-repository "forge-commands" "\ Remove a repository from the database. (fn REPOSITORY)" t) (autoload 'forge-remove-topic-locally "forge-commands" "\ Remove a topic from the local database only. When the region marks multiple topics, then offer to remove them all. The topic is not removed from the forge and, if it is later modified, then it will be added to the database again when fetching all topics. This is useful for users who only fetch individual topics and want to remove the topics they are no longer interested in. This can also be used to remove topics locally, which have already been removed on the forge (the service). Forge (the package) cannot automatically detect when that happens, because given how the APIs work, this would be too expensive. (fn TOPIC)" t) (autoload 'forge-reset-database "forge-commands" "\ Move the current database file to the trash. This is useful after the database scheme has changed, which will happen a few times while the forge functionality is still under heavy development." t) (register-definition-prefixes "forge-commands" '("forge-")) ;;; Generated autoloads from forge-core.el (register-definition-prefixes "forge-core" '("forge-")) ;;; Generated autoloads from forge-db.el (register-definition-prefixes "forge-db" '("forge-")) ;;; Generated autoloads from forge-discussion.el (register-definition-prefixes "forge-discussion" '("forge-")) ;;; Generated autoloads from forge-forgejo.el (register-definition-prefixes "forge-forgejo" '("forge-forgejo-repository")) ;;; Generated autoloads from forge-gitea.el (register-definition-prefixes "forge-gitea" '("forge-gitea-repository")) ;;; Generated autoloads from forge-github.el (register-definition-prefixes "forge-github" '("forge-")) ;;; Generated autoloads from forge-gitlab.el (register-definition-prefixes "forge-gitlab" '("forge-gitlab-repository")) ;;; Generated autoloads from forge-gogs.el (register-definition-prefixes "forge-gogs" '("forge-gogs-repository")) ;;; Generated autoloads from forge-issue.el (register-definition-prefixes "forge-issue" '("forge-")) ;;; Generated autoloads from forge-notify.el (autoload 'forge-list-notifications "forge-notify" nil t) (register-definition-prefixes "forge-notify" '("forge-")) ;;; Generated autoloads from forge-post.el (register-definition-prefixes "forge-post" '("forge-")) ;;; Generated autoloads from forge-pullreq.el (register-definition-prefixes "forge-pullreq" '("forge-")) ;;; Generated autoloads from forge-repo.el (register-definition-prefixes "forge-repo" '("forge-")) ;;; Generated autoloads from forge-repos.el (autoload 'forge-repositories-menu "forge-repos" nil t) (autoload 'forge-list-repositories "forge-repos" nil t) (autoload 'forge-list-owned-repositories "forge-repos" nil t) (register-definition-prefixes "forge-repos" '("forge-")) ;;; Generated autoloads from forge-revnote.el (register-definition-prefixes "forge-revnote" '("forge-revnote")) ;;; Generated autoloads from forge-semi.el (register-definition-prefixes "forge-semi" '("forge-")) ;;; Generated autoloads from forge-tablist.el (register-definition-prefixes "forge-tablist" '("forge--tab")) ;;; Generated autoloads from forge-topic.el (autoload 'forge-topic-menu "forge-topic" nil t) (autoload 'forge-topic-state-menu "forge-topic" nil t) (autoload 'forge-topic-status-menu "forge-topic" nil t) (register-definition-prefixes "forge-topic" '("forge-")) ;;; Generated autoloads from forge-topics.el (autoload 'forge-topics-menu "forge-topics" nil t) (autoload 'forge-list-topics "forge-topics" nil t) (autoload 'forge-list-discussions "forge-topics" nil t) (autoload 'forge-list-issues "forge-topics" nil t) (autoload 'forge-list-pullreqs "forge-topics" nil t) (autoload 'forge-list-global-topics "forge-topics" nil t) (autoload 'forge-list-global-issues "forge-topics" nil t) (autoload 'forge-list-global-pullreqs "forge-topics" nil t) (register-definition-prefixes "forge-topics" '("forge-")) ;;; End of scraped data (provide 'forge-autoloads) ;; Local Variables: ;; version-control: never ;; no-byte-compile: t ;; no-update-autoloads: t ;; no-native-compile: t ;; coding: utf-8-emacs-unix ;; End: ;;; forge-autoloads.el ends here