Sorry, I'm not very accustomed to mailing list development. I had assumed that this was being threaded with the other messages in the series, hence leaving the subject blank and only putting new info in the body. In the future I'll add in an appropriate subject and brief re-hash in the body. Thanks for bringing it up. Nickolai On Mon, Apr 29, 2019 at 1:57 PM Johannes Schindelin <Johannes.Schindelin@xxxxxx> wrote: > > Hi, > > am I the only person who is puzzled every time this patch series with a > completely empty subject and without any further explanation about the > intent in the mail body is sent? > > Ciao, > Johannes > > > On Sun, 28 Apr 2019, nbelakovski@xxxxxxxxx wrote: > > > From: Nickolai Belakovski <nbelakovski@xxxxxxxxx> > > > > Added test_i18ncmp per instructions from Szeder > > > > Is there some other part of the infrastructure that's testing for this? Because it did not fail in any of my Travis CI builds. > > > > Travis CI results: https://travis-ci.org/nbelakovski/git/builds/525801210 > > > > Nickolai Belakovski (3): > > ref-filter: add worktreepath atom > > branch: update output to include worktree info > > branch: add worktree info on verbose output > > > > Documentation/git-branch.txt | 12 ++++-- > > Documentation/git-for-each-ref.txt | 5 +++ > > builtin/branch.c | 16 ++++++-- > > ref-filter.c | 78 ++++++++++++++++++++++++++++++++++++++ > > t/t3200-branch.sh | 16 +++++--- > > t/t3203-branch-output.sh | 43 ++++++++++++++++++++- > > t/t6302-for-each-ref-filter.sh | 13 +++++++ > > 7 files changed, 168 insertions(+), 15 deletions(-) > > > > -- > > 2.14.2 > > > >