also, a quick way to apply a pull request is to format it as a patch and run it through git's mailbox support:
curl https://github.com/apache/wicket/pull/4.patch | git am -s (notice .patch appending to pull request url) -igor On Mon, Apr 2, 2012 at 2:56 PM, Jeremy Thomerson <jer...@wickettraining.com> wrote: > After I saw the pull request below [1] I realized that our GitHub mirror > wasn't ever switched to pull from our Git@ASF repo. I requested that it be > changed. Jukka apparently updated it because it is now in sync. > > This means future pull requests should automatically close themselves once > the commit hashes from the pull request appear in the requested branch. > > [1] https://github.com/apache/wicket/pull/4 > > -- > Jeremy Thomerson > http://wickettraining.com > *Need a CMS for Wicket? Use Brix! http://brixcms.org*