git log for only certain branches

2014-04-08 Thread Robert Dailey
I have more details about my inquiry on StackOverflow: http://stackoverflow.com/questions/22823768/view-git-log-with-merges-for-only-certain-branches Basically I'd like to know if it is possible to show the graph for ONLY branches that I list. The key here is that the graph should also show

Re: git log for only certain branches

2014-04-08 Thread Matthieu Moy
Robert Dailey rcdailey.li...@gmail.com writes: I have more details about my inquiry on StackOverflow: http://stackoverflow.com/questions/22823768/view-git-log-with-merges-for-only-certain-branches Basically I'd like to know if it is possible to show the graph for ONLY branches that I list.

Re: git log for only certain branches

2014-04-08 Thread Michal Sojka
On Tue, Apr 08 2014, Robert Dailey wrote: I have more details about my inquiry on StackOverflow: http://stackoverflow.com/questions/22823768/view-git-log-with-merges-for-only-certain-branches Basically I'd like to know if it is possible to show the graph for ONLY branches that I list. The key

Re: git log for only certain branches

2014-04-08 Thread Robert Dailey
On Tue, Apr 8, 2014 at 12:08 PM, Matthieu Moy matthieu@grenoble-inp.fr wrote: Robert Dailey rcdailey.li...@gmail.com writes: I have more details about my inquiry on StackOverflow: http://stackoverflow.com/questions/22823768/view-git-log-with-merges-for-only-certain-branches Basically I'd

Re: git log for only certain branches

2014-04-08 Thread Junio C Hamano
Robert Dailey rcdailey.li...@gmail.com writes: I have more details about my inquiry on StackOverflow: http://stackoverflow.com/questions/22823768/view-git-log-with-merges-for-only-certain-branches Basically I'd like to know if it is possible to show the graph for ONLY branches that I list.