Ramkumar Ramachandra wrote: > Can I see the topic branch corresponding to my patches? If this is > possible, I can avoid the more painful procedure of extracting it from > the latest pu using git-resurrect.sh. I tend to do the extraction by hand: 1. git log --first-parent origin/pu 2. Search for "rr/". 3. git branch -f rr/whatever <relevant sha1> Maybe it would be nice to have a script that does just that instead of the more costly "git resurrect -m rr/whatever". Cheers, Jonathan -- 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