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

  • SEARCH
  • Home
  • 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 3333492
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T23:48:09+00:00 2026-05-17T23:48:09+00:00

Little bit confused.. In the git community manual , it says The git log

  • 0

Little bit confused..

In the git community manual, it says

The git log command can show lists of
commits. On its own, it shows all
commits reachable from the parent
commit; but you can also make more
specific requests

$ git log v2.5.. # commits since (not reachable from) v2.5

I thought git log by itself only shows you the commits made to the current branch, and the commits are sequential – so how can you have one commit made since another, but unreachable from it?

I think I’m either misuderstanding what git log does or what unreachable means or both.. grateful for any help!

  • 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-05-17T23:48:10+00:00Added an answer on May 17, 2026 at 11:48 pm

    in Git, every commit you make (except for the very first) will have a parent commit. It follows that any given commit (except the first) is a child of one (or possibly more than one) other commit. You can also have several branches of development in Git, that begin or deviate at a particular ancestral commit. Nothing in Git dictates that commits must occur in either a chronological or linear order, and thus the git log tool needs to be able to deal with several ways of querying history.

    For instance, assume I develop my application and make commits in alphabetical order:

    ---A---B---E---G
        \       \
         C---D   F
    

    In this example, I must have made a new branch on commit A and E.

    If I were to run git log <D> (where <D> is the commit’s SHA), then the log history would look like this:

    D---C---A---
    

    From that commit, only the parents and their ancestor commits can be ‘seen’. Commits B, E, F and G are technically ‘unreachable’ from commit D, as they share no common connected parent commit.

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

Sidebar

Related Questions

I'm a little bit confused about Git. When I'm looking through the manual it
I'm a little bit confused concerning variable updates in XQuery: On [1] it says:
I'm a little bit confused, how to do this. I know I can use
This might sound like a little bit of a crazy question, but how can
I am little bit confused about what really a web service is. You say
I'm a little bit confused now after I've seen a code snippet for iPhone
I am a little bit confused about 2 things. Firstly when I create an
I'm a little bit confused. I want to start learn Flex3 with Eclipse and
I am a little bit confused on something, see I am doing an Ajax
I am a little bit confused with NHibernate and Session. As I understood, I

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.