Whenever a command is run that calls magit-refresh, then magit-refresh asks whether the user wants to refresh Magithub data. Instead of just consulting current-prefix-arg it should probably also check whether this-command is one of magit-refresh or magit-refresh-all.
Whenever a command is run that calls
magit-refresh
, thenmagit-refresh
asks whether the user wants to refresh Magithub data. Instead of just consultingcurrent-prefix-arg
it should probably also check whetherthis-command
is one ofmagit-refresh
ormagit-refresh-all
.