Phillip Wood <[email protected]> writes: > From: Phillip Wood <[email protected]> > > Add update_head() based on the code that updates HEAD after committing > in builtin/commit.c that can be called by 'git commit' and other > commands. > > Signed-off-by: Phillip Wood <[email protected]> > --- > > Notes: > changes since v1: > - rename update_head() to update_head_with_reflog()
The above proposed log message still calls it with the old name though.

