Hi there, In order to track changes between my development branch and the stable branch that goes to production, I'm using git-cherry-pick and git-cherry to list the changesets available for merging. Ideally I'd like to feed this list of commits to tig, so that I can watch the commit diff and summary easily and switch from one commit to another. But tig only behaves as a pager, and does not help for this. To make it short I'd like to do something like this: git-cherry origin/stable origin/trunk | sed -ne 's/^+ //p' | tig And browse every available commit with tig. Does it make sense? Cheers, -- Jean-Baptiste Quenot http://jbq.caraldi.com/ -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html