[D-runtime] [D-Programming-Language/druntime] ce6aab: Merge branch 'master' of https://github.com/schvei...

Jonathan M Davis jmdavisProg at gmx.com
Sat Feb 26 17:58:12 PST 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


More information about the D-runtime mailing list