What hook is called after `git rebase --abort`?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



As title says.

The usecase is typical: there's the infamous issue of dangling git-submodule changes
appearing in various operations, leading to problems such as inadvertently commiting
a submodule hash change while editing an irrelevant commit.

I already had sprinkled a few `git submodule update`s in `post-checkout` and
`post-rewrite` hooks, but I just found one more case: executing a `git rebase
--abort` to abort a `git rebase` operation that involved changing a submodule commit
results in the submodule change appearing in `git diff` even though no rebase
operation is ongoing. Apparently there's one more hook that requires to have the same
command, any ideas what that could be?

P.S.: please keep me CCed, I'm not subscribed to the list





[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux