Re: [git-users] git name-rev --tags ouput

2013-08-02 Thread Konstantin Khomoutov
On Thu, 1 Aug 2013 22:25:10 -0700 (PDT)
dexter ietf  wrote:

> what's the meaning of the following in git name-rev  output.
> i know the commit went into 100.15 version, but what to make
> of ^2~4^2~1, any pointer to documentation ?
> 
> tags/100.15^2~4^2~1

Please see the gitrevisions manual page [1].

1. https://www.kernel.org/pub/software/scm/git/docs/gitrevisions.html

-- 
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/groups/opt_out.




Re: [git-users] git name-rev --tags ouput

2013-08-02 Thread Philip Oakley
It's in 'specifying revisions' sections of various man pages.

The two symbols are counting depth, then which parent to take (rather than the 
first) as you back track through the DAG graph og the commit history.

Philip
  - Original Message - 
  From: dexter ietf 
  To: git-users@googlegroups.com 
  Sent: Friday, August 02, 2013 6:25 AM
  Subject: [git-users] git name-rev --tags ouput


  what's the meaning of the following in git name-rev  output.
  i know the commit went into 100.15 version, but what to make
  of ^2~4^2~1, any pointer to documentation ?



  tags/100.15^2~4^2~1


  -- 
  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/groups/opt_out.
   
   

  No virus found in this message.
  Checked by AVG - www.avg.com
  Version: 2013.0.3392 / Virus Database: 3209/6543 - Release Date: 08/01/13

-- 
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/groups/opt_out.




[git-users] git name-rev --tags ouput

2013-08-01 Thread dexter ietf
what's the meaning of the following in git name-rev  output.
i know the commit went into 100.15 version, but what to make
of ^2~4^2~1, any pointer to documentation ?

tags/100.15^2~4^2~1

-- 
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/groups/opt_out.