Re: What's cooking in git.git (Apr 2019, #05; Thu, 25)

2019-05-06 Thread Junio C Hamano
Duy Nguyen writes: > On Thu, Apr 25, 2019 at 8:15 PM Junio C Hamano wrote: >> * nd/config-move-to (2019-01-14) 7 commits >> - config.h: fix hdr-check warnings >> - config: add --move-to >> - config: factor out set_config_source_file() >> - config: use OPT_FILENAME() >> - config.c: add repo_

Re: What's cooking in git.git (Apr 2019, #05; Thu, 25)

2019-05-06 Thread Duy Nguyen
On Thu, Apr 25, 2019 at 8:15 PM Junio C Hamano wrote: > * nd/config-move-to (2019-01-14) 7 commits > - config.h: fix hdr-check warnings > - config: add --move-to > - config: factor out set_config_source_file() > - config: use OPT_FILENAME() > - config.c: add repo_config_set_worktree_gently()

Re: js/macos-gettext-build, was Re: What's cooking in git.git (Apr 2019, #05; Thu, 25)

2019-05-04 Thread Junio C Hamano
Johannes Schindelin writes: > Hi Junio, > > On Thu, 25 Apr 2019, Junio C Hamano wrote: > >> * js/macos-gettext-build (2019-04-15) 1 commit >> (merged to 'next' on 2019-04-22 at de4cbb1431) >> + macOS: make sure that gettext is found >> >> Build with gettext breaks on recent macOS w/ Homebrew

Re: js/partial-clone-connectivity-check (was: What's cooking in git.git (Apr 2019, #05; Thu, 25))

2019-05-02 Thread Jeff King
On Thu, May 02, 2019 at 05:45:09PM -0400, Jeff King wrote: > Here's what I came up with. Note that there's a bug in 'master' right > now which causes perf to produce nonsense results. It's due to my > 0baf78e7bc (perf-lib.sh: rely on test-lib.sh for --tee handling, > 2019-03-15). I'll fix that sep

Re: js/partial-clone-connectivity-check (was: What's cooking in git.git (Apr 2019, #05; Thu, 25))

2019-05-02 Thread Jeff King
On Wed, May 01, 2019 at 10:52:06PM -0400, Jeff King wrote: > > > * js/partial-clone-connectivity-check (2019-04-21) 1 commit > > > (merged to 'next' on 2019-04-25 at ebd8b4bffd) > > > + clone: do faster object check for partial clones > > > > > > During an initial "git clone --depth=..." part

Re: js/partial-clone-connectivity-check (was: What's cooking in git.git (Apr 2019, #05; Thu, 25))

2019-05-02 Thread Josh Steadmon
On 2019.05.01 22:52, Jeff King wrote: > On Thu, Apr 25, 2019 at 03:16:57PM -0700, Josh Steadmon wrote: > > > On 2019.04.25 19:15, Junio C Hamano wrote: > > > * js/partial-clone-connectivity-check (2019-04-21) 1 commit > > > (merged to 'next' on 2019-04-25 at ebd8b4bffd) > > > + clone: do faster

Re: What's cooking in git.git (Apr 2019, #05; Thu, 25)

2019-05-01 Thread Jeff King
On Sat, Apr 27, 2019 at 02:06:55PM +0900, Junio C Hamano wrote: > 2019年4月27日(土) 2:58 Kaartic Sivaraam : > > > > May be you are searching for the following view which lists (similar to git > > log --one-line) the commits starting from 97dd512 which is the last in the > > tb/unexpected series? >

Re: js/partial-clone-connectivity-check (was: What's cooking in git.git (Apr 2019, #05; Thu, 25))

2019-05-01 Thread Jeff King
On Thu, Apr 25, 2019 at 03:16:57PM -0700, Josh Steadmon wrote: > On 2019.04.25 19:15, Junio C Hamano wrote: > > * js/partial-clone-connectivity-check (2019-04-21) 1 commit > > (merged to 'next' on 2019-04-25 at ebd8b4bffd) > > + clone: do faster object check for partial clones > > > > During

js/macos-gettext-build, was Re: What's cooking in git.git (Apr 2019, #05; Thu, 25)

2019-04-29 Thread Johannes Schindelin
Hi Junio, On Thu, 25 Apr 2019, Junio C Hamano wrote: > * js/macos-gettext-build (2019-04-15) 1 commit > (merged to 'next' on 2019-04-22 at de4cbb1431) > + macOS: make sure that gettext is found > > Build with gettext breaks on recent macOS w/ Homebrew when > /usr/local/bin is not on PATH, wh

Re: What's cooking in git.git (Apr 2019, #05; Thu, 25)

2019-04-26 Thread Kaartic Sivaraam
Hi Junio, On 27 April 2019 10:36:55 GMT+05:30, Junio C Hamano wrote: >2019年4月27日(土) 2:58 Kaartic Sivaraam : >> > >I can click it and reach https://github.com/git/git/commit/c49927fca0d >but then >that is more like "git show c49927fca". I can even go to its second >parent with >one click, but th

Re: What's cooking in git.git (Apr 2019, #05; Thu, 25)

2019-04-26 Thread Junio C Hamano
2019年4月27日(土) 2:58 Kaartic Sivaraam : > > May be you are searching for the following view which lists (similar to git > log --one-line) the commits starting from 97dd512 which is the last in the > tb/unexpected series? > > https://github.com/git/git/commits/97dd512af7ce4afb4f638ef73b4770921c8ca3

Re: What's cooking in git.git (Apr 2019, #05; Thu, 25)

2019-04-26 Thread Kaartic Sivaraam
Hi Junio, On 26 April 2019 11:11:38 GMT+05:30, Junio C Hamano wrote: > >Unfortunately, I do not know how to ask GitHub web UI to give us a >simple "log --oneline" equivalent of list like gitweb did (sadly >cgit is not much better wrt this), but I think clicking on the >parent link starting from

Re: What's cooking in git.git (Apr 2019, #05; Thu, 25)

2019-04-25 Thread Junio C Hamano
Taylor Blau writes: > Ah, I _can_ see the merge in my local copy (fetched from > https://github.com/git/git) as c49927fca0 (Merge branch 'tb/unexpected' > into next, 2019-04-25). > > I looked for the commits themselves with: > > $ git log --author=Taylor > > on 'next', but only found the first

Re: What's cooking in git.git (Apr 2019, #05; Thu, 25)

2019-04-25 Thread Taylor Blau
On Fri, Apr 26, 2019 at 02:41:38PM +0900, Junio C Hamano wrote: > Taylor Blau writes: > > > On Thu, Apr 25, 2019 at 07:15:06PM +0900, Junio C Hamano wrote: > >> * tb/unexpected (2019-04-10) 7 commits > >> (merged to 'next' on 2019-04-25 at c49927fca0) > >> + rev-list: detect broken root trees >

Re: What's cooking in git.git (Apr 2019, #05; Thu, 25)

2019-04-25 Thread Junio C Hamano
Taylor Blau writes: > On Thu, Apr 25, 2019 at 07:15:06PM +0900, Junio C Hamano wrote: >> * tb/unexpected (2019-04-10) 7 commits >> (merged to 'next' on 2019-04-25 at c49927fca0) >> + rev-list: detect broken root trees >> + rev-list: let traversal die when --missing is not in use >> + get_com

Re: What's cooking in git.git (Apr 2019, #05; Thu, 25)

2019-04-25 Thread Taylor Blau
Hi Junio, On Thu, Apr 25, 2019 at 07:15:06PM +0900, Junio C Hamano wrote: > * tb/unexpected (2019-04-10) 7 commits > (merged to 'next' on 2019-04-25 at c49927fca0) > + rev-list: detect broken root trees > + rev-list: let traversal die when --missing is not in use > + get_commit_tree(): return

js/partial-clone-connectivity-check (was: What's cooking in git.git (Apr 2019, #05; Thu, 25))

2019-04-25 Thread Josh Steadmon
On 2019.04.25 19:15, Junio C Hamano wrote: > * js/partial-clone-connectivity-check (2019-04-21) 1 commit > (merged to 'next' on 2019-04-25 at ebd8b4bffd) > + clone: do faster object check for partial clones > > During an initial "git clone --depth=..." partial clone, it is > pointless to spen

Re: What's cooking in git.git (Apr 2019, #05; Thu, 25)

2019-04-25 Thread Elijah Newren
On Thu, Apr 25, 2019 at 7:16 AM Junio C Hamano wrote > * en/unicode-in-refnames (2019-04-24) 1 commit > - Honor core.precomposeUnicode in more places > > The names of the refs stored as filesystem entities may become > different from what the end-user expects, just like files in the > working

What's cooking in git.git (Apr 2019, #05; Thu, 25)

2019-04-25 Thread Junio C Hamano
Here are the topics that have been cooking. Commits prefixed with '-' are only in 'pu' (proposed updates) while commits prefixed with '+' are in 'next'. The ones marked with '.' do not appear in any of the integration branches, but I am still holding onto them. You can find the changes described