Le 2011-05-22 à 19:37, David Simcha a écrit :

> On 5/22/2011 7:35 PM, [email protected] wrote:
>> Branch: refs/heads/master
>> Home:   https://github.com/D-Programming-Language/phobos
>> 
>> Commit: 7ed4331f37edf6c3f433bd71eeaaefe917a6651a
>>     
>> https://github.com/D-Programming-Language/phobos/commit/7ed4331f37edf6c3f433bd71eeaaefe917a6651a
>> Author: dsimcha<[email protected]>
>> Date:   2011-05-22 (Sun, 22 May 2011)
>> 
>> Changed paths:
>>   M std/algorithm.d
>> 
>> Log Message:
>> -----------
>> Optimize std.algorithm.sort to be ~2.5x faster for sorting large integer 
>> arrays.
> 
> ARGH...I meant to commit this to my branch, not to DProgrammingLanguage.  
> Finding way to undo...

Just do:

        git revert 7ed4331f3

This will create a new commit reverting yours. Then push.

Please don't try to rewrite history by using "git reset ..." in the public 
repository as it'll cause problems with the auto tester, and potentially annoy 
other people if they fetched your commit.

-- 
Michel Fortin
[email protected]
http://michelf.com/



_______________________________________________
phobos mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/phobos

Reply via email to