On Tue, Oct 6, 2015 at 1:55 AM, Junio C Hamano wrote:
> Torsten Bögershausen writes:
>
>> Minor comment from my compiler:
>>
>> worktree.c:181: warning: assuming signed overflow does not occur when
>> assuming
>> that (X + c) > X is always true
>
> Thanks; I think the allocation in that function
Junio C Hamano writes:
> Torsten Bögershausen writes:
>
>> On 06.10.15 00:59, Junio C Hamano wrote:
>>> * gr/rebase-i-drop-warn (2015-10-02) 2 commits
>>> - rebase-i: loosen over-eager check_bad_cmd check
>>> - rebase-i: explicitly accept tab as separator in commands
>>>
>>> "git rebase -i"
Torsten Bögershausen writes:
> Minor comment from my compiler:
>
> worktree.c:181: warning: assuming signed overflow does not occur when assuming
> that (X + c) > X is always true
Thanks; I think the allocation in that function (the use it uses
ALLOC_GROW()) is somewhat bogus.
It does this:
Torsten Bögershausen writes:
> On 06.10.15 00:59, Junio C Hamano wrote:
>> * gr/rebase-i-drop-warn (2015-10-02) 2 commits
>> - rebase-i: loosen over-eager check_bad_cmd check
>> - rebase-i: explicitly accept tab as separator in commands
>>
>> "git rebase -i" had a minor regression recently, w
On 06.10.15 00:59, Junio C Hamano wrote:
> * gr/rebase-i-drop-warn (2015-10-02) 2 commits
> - rebase-i: loosen over-eager check_bad_cmd check
> - rebase-i: explicitly accept tab as separator in commands
>
> "git rebase -i" had a minor regression recently, which stopped
> considering a line tha
On 2015-10-06 00.59, Junio C Hamano wrote:
> * mr/worktree-list (2015-10-02) 7 commits
> - SQUASH???
> - worktree: add 'list' command
> - worktree: add details to the worktree struct
> - worktree: add a function to get worktree details
> - SQUASH???
> - worktree: refactor find_linked_symref f
6 matches
Mail list logo