Re: What's cooking in git.git (Oct 2015, #01; Mon, 5)

2015-10-06 Thread Mike Rappazzo
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

Re: What's cooking in git.git (Oct 2015, #01; Mon, 5)

2015-10-05 Thread Matthieu Moy
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"

Re: What's cooking in git.git (Oct 2015, #01; Mon, 5)

2015-10-05 Thread Junio C Hamano
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:

Re: What's cooking in git.git (Oct 2015, #01; Mon, 5)

2015-10-05 Thread Junio C Hamano
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

Re: What's cooking in git.git (Oct 2015, #01; Mon, 5)

2015-10-05 Thread Torsten Bögershausen
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

Re: What's cooking in git.git (Oct 2015, #01; Mon, 5)

2015-10-05 Thread Torsten Bögershausen
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