The first element is exclusive, so 0..5 lists 1,2,3,4,5 roughly speaking (at 
least that's my understanding)

if you ask for master..mybranch, then you only get what is on my branch, and 
exclude the original commit on master that you built upon.

There are various caveats regarding asymetry and the difference between '..' (2 
dots) and '...' (three dots).

Google can help on that better than I.

Philip

  ----- Original Message ----- 
  From: Ahmed Bessifi 
  To: Git for human beings 
  Sent: Friday, December 18, 2015 11:52 AM
  Subject: [git-users] Show git logs of a range of commits


  Hi all,

  I want to list logs of a range of commits (see print_screen_1). I've tried 
the "git log  XXX..YYY  --oneline" command but in the output, the infos related 
to XXX commit are excluded (see print_screen_2).

  Any clarification is appreciated.

  Cheers,
  Ahmed


  -- 
  You received this message because you are subscribed to the Google Groups 
"Git for human beings" group.
  To unsubscribe from this group and stop receiving emails from it, send an 
email to git-users+unsubscr...@googlegroups.com.
  For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to