Re: [Potlatch-dev] Useful command: git branch --merged

2012-03-16 Thread Richard Fairhurst
Steve Bennett wrote: PS No, this wasn't some passive-aggressive complaint about queued pull-requests either...:) ;) though for the record, I'm reviewing and integrating them as and when time permits. Will probably get a few more through over this coming weekend. cheers Richard

[Potlatch-dev] Useful command: git branch --merged

2012-03-16 Thread Steve Bennett
Hi all, Just thought I'd share a useful command I just discovered. If you're submitting patches as feature branches, and if your master tracks systemed/master then this command: git branch --merged master shows you which of your branches have made it into the systemed/repo: git branch --merged