diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-07-12 10:12:06 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-07-12 10:12:06 +0200 |
| commit | 87ddd8f7c45fed4bf57547f29524a160d78fa473 (patch) | |
| tree | e7286ba75b9f5ea129873a97b7f64ba7e72a1de4 /lisp/magit-git.el | |
| parent | 6177b4d210eaa57f4a91e41c6d66a18e0b659254 (diff) | |
magit-prefer-remote-upstream: Remove "refs/pullreqs"
We usually do not want to deal with the these refs directly. Instead
Forge should be used to checkout named branches. When there are many
pull-requests, these refs drown out other refs.
Diffstat (limited to 'lisp/magit-git.el')
| -rw-r--r-- | lisp/magit-git.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/magit-git.el b/lisp/magit-git.el index 9b2b023..64e04c7 100644 --- a/lisp/magit-git.el +++ b/lisp/magit-git.el @@ -191,14 +191,13 @@ that change the upstream and many that create new branches." (defcustom magit-list-refs-namespaces '("refs/heads" "refs/remotes" - "refs/tags" - "refs/pullreqs") + "refs/tags") "List of ref namespaces considered when reading a ref. This controls the order of refs returned by `magit-list-refs', which is called by functions like `magit-list-branch-names' to generate the collection of refs." - :package-version '(magit . "3.1.0") + :package-version '(magit . "4.3.9") :group 'magit-commands :type '(repeat string)) |
