Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8840579
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T10:29:44+00:00 2026-06-14T10:29:44+00:00

I am missing clean mergeinformation in git: What commits (list including comments) have been

  • 0

I am missing clean mergeinformation in git:

  • What commits (list including comments) have been merged by a commit
  • What commits have NOT been merged by a commit.

How can I get those? In SVN there was very useful concept of mergeinfo.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T10:29:45+00:00Added an answer on June 14, 2026 at 10:29 am

    I’m not sure exactly what situation you’re trying to address.

    • You can list the commits from branch foo that are not yet merged into branch bar using:

      git log bar..foo
      
    • You can list all commits from any local branch that aren’t merged into branch bar using:

      git log --branches --not bar
      
    • If you want remote branches, use --remotes. See git-rev-list(1) for more variations.

    • Perhaps this is what you want for seeing what commits were new since the common ancestor of both parents of a merge, although I don’t think the question is clear:

      git log <merge-commit>^1...<merge-commit>^2
      
    • You can see which commits are cherry-picked between two branches using git cherry.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I ignore missing columns on iBatis resultMap? If I have this mapper
So I have been exploring different methods to clean up and test my JavaScript.
Need a makefile dependency rule that can handle missing files gives some pointers on
I'm trying to get 'clean' PathInfo style URLs with query string parameters working on
I have the following function to return a clean path for a script. function
using the below MVN pom file, I execute 'mvn eclipse:clean eclipse:eclipse'. I get an
Question related to the API limits, It might be something I'm just missing, not
preg_match(/[\]/,'',$body); I use preg_match but I have this error here Compilation failed: missing terminating
I have a c++ console app that has been doing just fine and upon
I have to clean a database with a lot of orphaned entries, on this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.