Skip to content

Commit

Permalink
fixup(b068821): Streamline tracking a new repository
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Apr 7, 2024
1 parent 3e37ce0 commit a051e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/forge-commands.el
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,7 @@ upstream remote. Also fetch from REMOTE."
(magit-call-git "config" "--add"
(format "remote.%s.fetch" remote)
refspec))
(forge-get-repository repo nil :insert!)
(setq repo (forge-get-repository repo nil :insert!))
(when (eq limit 'selective)
(oset repo selective-p t)
(setq limit nil))
Expand Down

0 comments on commit a051e53

Please sign in to comment.