Displaying 5 results from an estimated 5 matches for "r155049".
Did you mean:
r151049
2012 Apr 30
2
[LLVMdev] git branch release_31
...h for rebranching.
This "old release_31 branch" was created on r154899:
Revision 154899
Author: void
Date: Mon Apr 16 21:00:08 2012 CDT (13 days, 16 hours ago)
Log Message: Creating release_31 branch
Here is how I fixed this in my local git repo: looking at the last
commit to trunk r155049, before the "new release_31" has been created:
commit bdcfb7663a2a62fd52a14dbeaa076423c719ec2d
Author: Bill Wendling <isanbard at gmail.com>
Date: Wed Apr 18 21:38:12 2012 +0000
Add a flag to rebranch if we need to.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/tru...
2012 May 06
0
[LLVMdev] git branch release_31
..." was created on r154899:
>
> Revision 154899
> Author: void
> Date: Mon Apr 16 21:00:08 2012 CDT (13 days, 16 hours ago)
> Log Message: Creating release_31 branch
>
>
> Here is how I fixed this in my local git repo: looking at the last
> commit to trunk r155049, before the "new release_31" has been created:
>
> commit bdcfb7663a2a62fd52a14dbeaa076423c719ec2d
> Author: Bill Wendling <isanbard at gmail.com>
> Date: Wed Apr 18 21:38:12 2012 +0000
>
> Add a flag to rebranch if we need to.
>
> git-svn-id: https:/...
2012 Apr 27
0
[LLVMdev] git branch release_31
> In your svn section of llvm/.git/config, you can specify how to map
> the svn branches to different name spaces, something like this:
>
> [svn-remote "svn"]
> [...]
> branches = branches/*:refs/remotes/origin/*
> fetch = branches:refs/remotes/origin
>
> I would also change "branches = branches/*:refs/remotes/origin/*"
> into
2012 May 07
2
[LLVMdev] git branch release_31
...gt;
>> Revision 154899
>> Author: void
>> Date: Mon Apr 16 21:00:08 2012 CDT (13 days, 16 hours ago)
>> Log Message: Creating release_31 branch
>>
>>
>> Here is how I fixed this in my local git repo: looking at the last
>> commit to trunk r155049, before the "new release_31" has been created:
>>
>> commit bdcfb7663a2a62fd52a14dbeaa076423c719ec2d
>> Author: Bill Wendling <isanbard at gmail.com>
>> Date: Wed Apr 18 21:38:12 2012 +0000
>>
>> Add a flag to rebranch if we need to.
>>...
2012 Apr 26
2
[LLVMdev] git branch release_31
Hi Anton,
On Thu, Apr 26, 2012 at 4:05 PM, Anton Korobeynikov
<anton at korobeynikov.info> wrote:
> Sebastian,
>
>> I just saw that the git branch remotes/origin/release_31 has been created
>> for llvm. Unfortunately it is missing the right context: right now I can only
>> see 11 patches in that branch with the last patch having no parent.
>>
>> Could