[git-users] Git for Asic designs

2013-06-04 Thread Marco Brambilla
Hello all, I have done a little bit of research on the groups but I don't seem to have found a clear answer to this. I need to make a choice about a version control AND configuration management tool for semiconductor projects. These would be mixed-signal analog/digital projects, with file

[git-users] Question about the cherry-picked commits.

2013-06-04 Thread seonguk.baek
Hi guys. I want to know the number of cherry-picked commits and commit lists. Example 1 - 2 - *3* - *4* - 5 [master] \ 6 - *7* - *8* - 9 [topic] 7, 8 commits are cherry-picked from 3, 4 commits of master. How can I know cherry-picked commit lists in topic branch by using git log or

[git-users] Help with getting desired git log output between two tags

2013-06-04 Thread Git User List
Hi. What I am looking for is a way to list all commits between two tags. Given the diagram below, commit (6) and (H) each have a tag pointing to them. I want to figure out how to list all commits from (H) that have parents that lead back to (6). Note I am not looking for all commits reachable by

Re: [git-users] Help with getting desired git log output between two tags

2013-06-04 Thread Git User List
Can't seem to make may email program draw nice ascii pics. Please see jpg attached. Hi. What I am looking for is a way to list all commits between two tags. Given the diagram below, commit (6) and (H) each have a tag pointing to them. I want to figure out how to list all commits from (H) that