Re: nd/merge-quit, was Re: What's cooking in git.git (May 2019, #01; Thu, 9)

2019-05-13 Thread Johannes Schindelin
Hi Eric, On Mon, 13 May 2019, Eric Sunshine wrote: > On Mon, May 13, 2019 at 10:06 AM Johannes Schindelin > wrote: > > I should have posted the link, as it may not be totally obvious where you > > can download artifacts: > > > > https://dev.azure.com/mseng/AzureDevOps/_build/results?buildId=9464

Re: nd/merge-quit, was Re: What's cooking in git.git (May 2019, #01; Thu, 9)

2019-05-13 Thread Eric Sunshine
On Mon, May 13, 2019 at 10:06 AM Johannes Schindelin wrote: > I should have posted the link, as it may not be totally obvious where you > can download artifacts: > > https://dev.azure.com/mseng/AzureDevOps/_build/results?buildId=9464474&view=artifacts This link leads to a Login page requiring som

Re: nd/merge-quit, was Re: What's cooking in git.git (May 2019, #01; Thu, 9)

2019-05-13 Thread Johannes Schindelin
Hi, On Mon, 13 May 2019, Johannes Schindelin wrote: > On Fri, 10 May 2019, Duy Nguyen wrote: > > > On Fri, May 10, 2019 at 3:54 AM Johannes Schindelin > > wrote: > > > > > > Hi Junio & Duy, > > > > > > On Thu, 9 May 2019, Junio C Hamano wrote: > > > > > > > * nd/merge-quit (2019-05-07) 2 commits

Re: nd/merge-quit, was Re: What's cooking in git.git (May 2019, #01; Thu, 9)

2019-05-13 Thread Johannes Schindelin
Hi Duy, On Fri, 10 May 2019, Duy Nguyen wrote: > On Fri, May 10, 2019 at 3:54 AM Johannes Schindelin > wrote: > > > > Hi Junio & Duy, > > > > On Thu, 9 May 2019, Junio C Hamano wrote: > > > > > * nd/merge-quit (2019-05-07) 2 commits > > > - merge: add --quit > > > - merge: remove drop_save() i

Re: What's cooking in git.git (May 2019, #01; Thu, 9)

2019-05-13 Thread Phillip Wood
Hi Dscho On 10/05/2019 14:49, Johannes Schindelin wrote: Hi Phillip, On Thu, 9 May 2019, Phillip Wood wrote: On 08/05/2019 18:23, Junio C Hamano wrote: * pw/rebase-abort-clean-rewritten (2019-05-08) 1 commit - rebase --abort: cleanup refs/rewritten (this branch uses pw/rebase-i-interna

Re: What's cooking in git.git (May 2019, #01; Thu, 9)

2019-05-10 Thread Johannes Schindelin
Hi Phillip, On Thu, 9 May 2019, Phillip Wood wrote: > On 08/05/2019 18:23, Junio C Hamano wrote: > > * pw/rebase-abort-clean-rewritten (2019-05-08) 1 commit > > - rebase --abort: cleanup refs/rewritten > > (this branch uses pw/rebase-i-internal.) > > > > "git rebase --abort" used to leave r

Re: en/fast-export-encoding, was Re: What's cooking in git.git (May 2019, #01; Thu, 9)

2019-05-10 Thread Johannes Schindelin
Hi Hannes & Elijah, On Fri, 10 May 2019, Johannes Sixt wrote: > Am 10.05.19 um 02:14 schrieb Elijah Newren: > > Hi Johannes, > > > > On Thu, May 9, 2019 at 1:46 PM Johannes Schindelin > > wrote: > >> > >> Hi Junio & Elijah, > >> > >> On Thu, 9 May 2019, Junio C Hamano wrote: > >> > >>> * en/fast

Re: nd/merge-quit, was Re: What's cooking in git.git (May 2019, #01; Thu, 9)

2019-05-10 Thread Duy Nguyen
On Fri, May 10, 2019 at 3:54 AM Johannes Schindelin wrote: > > Hi Junio & Duy, > > On Thu, 9 May 2019, Junio C Hamano wrote: > > > * nd/merge-quit (2019-05-07) 2 commits > > - merge: add --quit > > - merge: remove drop_save() in favor of remove_merge_branch_state() > > > > "git merge" learned "

Re: en/fast-export-encoding, was Re: What's cooking in git.git (May 2019, #01; Thu, 9)

2019-05-09 Thread Johannes Sixt
Am 10.05.19 um 02:14 schrieb Elijah Newren: > Hi Johannes, > > On Thu, May 9, 2019 at 1:46 PM Johannes Schindelin > wrote: >> >> Hi Junio & Elijah, >> >> On Thu, 9 May 2019, Junio C Hamano wrote: >> >>> * en/fast-export-encoding (2019-05-07) 5 commits >>> - fast-export: do automatic reencoding o

Re: en/fast-export-encoding, was Re: What's cooking in git.git (May 2019, #01; Thu, 9)

2019-05-09 Thread Elijah Newren
Hi Johannes, On Thu, May 9, 2019 at 1:46 PM Johannes Schindelin wrote: > > Hi Junio & Elijah, > > On Thu, 9 May 2019, Junio C Hamano wrote: > > > * en/fast-export-encoding (2019-05-07) 5 commits > > - fast-export: do automatic reencoding of commit messages only if requested > > - fast-export: d

nd/merge-quit, was Re: What's cooking in git.git (May 2019, #01; Thu, 9)

2019-05-09 Thread Johannes Schindelin
Hi Junio & Duy, On Thu, 9 May 2019, Junio C Hamano wrote: > * nd/merge-quit (2019-05-07) 2 commits > - merge: add --quit > - merge: remove drop_save() in favor of remove_merge_branch_state() > > "git merge" learned "--quit" option that cleans up the in-progress > merge while leaving the worki

en/fast-export-encoding, was Re: What's cooking in git.git (May 2019, #01; Thu, 9)

2019-05-09 Thread Johannes Schindelin
Hi Junio & Elijah, On Thu, 9 May 2019, Junio C Hamano wrote: > * en/fast-export-encoding (2019-05-07) 5 commits > - fast-export: do automatic reencoding of commit messages only if requested > - fast-export: differentiate between explicitly utf-8 and implicitly utf-8 > - fast-export: avoid stri

Re: What's cooking in git.git (May 2019, #01; Thu, 9)

2019-05-09 Thread Duy Nguyen
On Thu, May 9, 2019 at 12:23 AM Junio C Hamano wrote: > > * nd/merge-quit (2019-05-07) 2 commits > - merge: add --quit > - merge: remove drop_save() in favor of remove_merge_branch_state() > > "git merge" learned "--quit" option that cleans up the in-progress > merge while leaving the working

Re: What's cooking in git.git (May 2019, #01; Thu, 9)

2019-05-09 Thread Phillip Wood
On 08/05/2019 18:23, Junio C Hamano wrote: * pw/rebase-abort-clean-rewritten (2019-05-08) 1 commit - rebase --abort: cleanup refs/rewritten (this branch uses pw/rebase-i-internal.) "git rebase --abort" used to leave refs/rewritten/ when concluding "git rebase -r", which has been correcte

Re: What's cooking in git.git (May 2019, #01; Thu, 9)

2019-05-08 Thread Elijah Newren
On Wed, May 8, 2019 at 10:23 AM Junio C Hamano wrote: > * en/unicode-in-refnames (2019-04-26) 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 > workin

Re: What's cooking in git.git (May 2019, #01; Thu, 9)

2019-05-08 Thread Denton Liu
Hi Junio, On Thu, May 09, 2019 at 02:23:24AM +0900, Junio C Hamano wrote: > 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 integrat