Re: [PATCH 1/1] status: remove the empty line after hints

2019-06-04 Thread Johannes Schindelin
Hi John Lin, On Mon, 3 Jun 2019, 林自均 wrote: > Thank you for your kind and detailed explanation. I really appreciate > that. By the way, I just saw it passed all the Azure Pipeline checks. > Please consider merging it into nd/switch-and-restore. Thank you. Could you issue a new `/submit`, now tha

Re: [PATCH 1/1] status: remove the empty line after hints

2019-06-03 Thread 林自均
Hi Johannes, Thank you for your kind and detailed explanation. I really appreciate that. By the way, I just saw it passed all the Azure Pipeline checks. Please consider merging it into nd/switch-and-restore. Thank you. Best, John Lin Johannes Schindelin 於 2019年6月3日 週一 下午10:17寫道: > > Hi John Lin

Re: [PATCH 1/1] status: remove the empty line after hints

2019-06-03 Thread Johannes Schindelin
Hi John Lin, On Sat, 1 Jun 2019, 林自均 wrote: > Johannes Schindelin 於 2019年5月29日 週三 > 下午7:51寫道: > > > > You could already rebase it on top of > > https://github.com/gitgitgadget/git/tree/nd/switch-and-restore, say so in > > your cover letter, and send a new iteration. > > Thanks for the suggestion

Re: [PATCH 1/1] status: remove the empty line after hints

2019-05-31 Thread 林自均
Hi Johannes, Johannes Schindelin 於 2019年5月29日 週三 下午7:51寫道: > > Hi John Lin, > > You could already rebase it on top of > https://github.com/gitgitgadget/git/tree/nd/switch-and-restore, say so in > your cover letter, and send a new iteration. Thanks for the suggestion. I already rebase on your nd/

Re: [PATCH 1/1] status: remove the empty line after hints

2019-05-29 Thread Johannes Schindelin
Hi John Lin, On Wed, 29 May 2019, 林自均 wrote: > Junio C Hamano 於 2019年5月29日 週三 上午4:41寫道: > > > > 林自均 writes: > > > > > John Lin via GitGitGadget 於 2019年5月15日 週三 > > > 下午6:54寫道: > > >> > > >> From: John Lin > > >> > > >> Before this patch, there is inconsistency between the status > > >> messa

Re: [PATCH 1/1] status: remove the empty line after hints

2019-05-28 Thread 林自均
Hi Junio, Junio C Hamano 於 2019年5月29日 週三 上午4:41寫道: > > 林自均 writes: > > > Hi Junio, > > > > John Lin via GitGitGadget 於 2019年5月15日 週三 下午6:54寫道: > >> > >> From: John Lin > >> > >> Before this patch, there is inconsistency between the status > >> messages with hints and the ones without hints: th

Re: [PATCH 1/1] status: remove the empty line after hints

2019-05-28 Thread Junio C Hamano
林自均 writes: > Hi Junio, > > John Lin via GitGitGadget 於 2019年5月15日 週三 下午6:54寫道: >> >> From: John Lin >> >> Before this patch, there is inconsistency between the status >> messages with hints and the ones without hints: there is an >> empty line between the title and the file list if hints are >

Re: [PATCH 1/1] status: remove the empty line after hints

2019-05-28 Thread 林自均
Hi Junio, John Lin via GitGitGadget 於 2019年5月15日 週三 下午6:54寫道: > > From: John Lin > > Before this patch, there is inconsistency between the status > messages with hints and the ones without hints: there is an > empty line between the title and the file list if hints are > presented, but there isn

[PATCH 1/1] status: remove the empty line after hints

2019-05-15 Thread John Lin via GitGitGadget
From: John Lin Before this patch, there is inconsistency between the status messages with hints and the ones without hints: there is an empty line between the title and the file list if hints are presented, but there isn't one if there are no hints. This patch remove the inconsistency by removin