poll: when you see this message in `git status`:
”Your branch is up to date with 'origin/main’.”
do you know that your branch may not actually be up to date with the `main` branch on the remote?
poll: when you see this message in `git status`:
”Your branch is up to date with 'origin/main’.”
do you know that your branch may not actually be up to date with the `main` branch on the remote?
@rst @unlambda @mxey @b0rk yes, agreed, it should be simple conceptually and implementation-wise to meet the need; I was just making the point that an implementation _is_ needed, since the required information is not already present in the existing data structures.
Hmm, I _think_ a proc-receive hook¹ could potentially offer a prototype implementation with no core changes but to be honest that documentation is a little obtuse. I'll have to read the code some more.