February 26, 2011
Branch: refs/heads/master
Home:   https://github.com/D-Programming-Language/druntime

Commit: ce6aab55c7250684445030097887af59e6212874
    https://github.com/D-Programming-Language/druntime/commit/ce6aab55c7250684445030097887af59e6212874
Author: Andrei Alexandrescu <andrei at erdani.com>
Date:   2011-02-26 (Sat, 26 Feb 2011)

Changed paths:
  M import/object.di
  M src/object_.d

Log Message:
-----------
Merge branch 'master' of https://github.com/schveiguy/druntime into schveiguy-master


February 26, 2011
On Saturday 26 February 2011 16:37:31 noreply at github.com wrote:
> Branch: refs/heads/master
> Home:   https://github.com/D-Programming-Language/druntime
> 
> Commit: ce6aab55c7250684445030097887af59e6212874
> 
> https://github.com/D-Programming-Language/druntime/commit/ce6aab55c7250684
> 445030097887af59e6212874 Author: Andrei Alexandrescu <andrei at erdani.com>
> Date:   2011-02-26 (Sat, 26 Feb 2011)
> 
> Changed paths:
>   M import/object.di
>   M src/object_.d
> 
> Log Message:
> -----------
> Merge branch 'master' of https://github.com/schveiguy/druntime into schveiguy-master

Just a note. If you end up with a "merge" commit like this one when doing a pull request, it's probably best to use git-commit --amend to change it to something more useful like

Merged in Pull Request #7 for D-Programming-Language / druntime.

It's not necessarily a big deal, but it'll make the commit log more understandable.

- Jonathan M Davis