-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Branch View] show "Included" Tag if it is merged manualy or Cloned from default branch #7976
Comments
EDIT: i try to implement a function called IsManualMerged ... show at PR: #7979 |
Maybe only 0 commits Ahead if it was just merged. |
no because a merge generates a merge-comit ... wich is only on the default branch ... if we only check Ahead and and Behind, i know one "bug/miss info": if you create a branch at some point in default branch's history wich has now own commits ... but his should be rare and for this you normaly use tags! ... |
cc298fb is doing it the short way ... Preview: |
if there is no commit between the branch to merge and the branch who is merged - without option --no-ff there is no merge commit ... you are right |
smal notes I'll work with:
|
so if the last commit is includet in default branch and folowing commit on default branch has a message wich
*[Mm]erge*<branch name>*
then it is merged manualy and the merge flag sould also aperarOriginally posted by @6543 in #7454 (comment)
The text was updated successfully, but these errors were encountered: