Next: Visiting Topics, Previous: Working with Topics, Up: Forge User and Developer Manual [Contents][Index]
By default Forge lists a subset of topics directly in the Magit status buffer. It also provides commands to list topics and notifications in separate buffers.
Forge adds the following functions to magit-status-sections-hook
:
This function inserts a list of the most recent and/or open pull-requests.
This function inserts a list of the most recent and/or open issues.
The following commands list repositories, notifications and topics in dedicated buffers:
forge-list-repositories
) ¶This command lists all known repositories in a separate buffer.
forge-list-notifications
) ¶This command lists all notifications for all forges in a separate buffer.
forge-list-pullreqs
) ¶This command lists the current repository’s pull-requests in a separate buffer.
forge-list-issues
) ¶This command lists the current repository’s issues in a separate buffer.
This is an alist of accounts that are owned by you. This should
include your username as well as any organization that you own.
Used by the commands forge-list-owned-issues
,
forge-list-owned-pullreqs
and forge-fork
.
Each element has the form (ACCOUNT . PLIST)
. The following
properties are currently being used:
remote-name
The default name suggested by forge-fork
for a fork
created within this account. If unspecified, then the name of the
account is used.
Example: (("tarsius") ("emacsmirror" remote-name "mirror"))
.
This is a list of repository names that are considered to not be
owned by you even though they would have been considered to be owned
by you based on forge-owned-accounts
.
Next: Visiting Topics, Previous: Working with Topics, Up: Forge User and Developer Manual [Contents][Index]