On Monday 13 March 2017 12:33:32 Oswald Buddenhagen wrote:
> neglecting 5.8 (for two months now)

  $ git log --ancestry-path 'gerrit/5.8@{2 month ago}..gerrit/5.8' \
   --oneline | wc -l
  402
  $ git log --ancestry-path 'gerrit/5.9@{2 month ago}..gerrit/5.9' \
   --oneline | wc -l
  warning: Log for 'gerrit/5.9' only goes back to Mon, 13 Feb 2017 12:08:20
  195
  $ git log --ancestry-path \
    'gerrit/5.8@{Mon, 13 Feb 2017 12:08:20 +0100}..gerrit/5.8' \
    --oneline | wc -l
  153

-- 
Marc Mutz <marc.m...@kdab.com> | Senior Software Engineer
KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company
Tel: +49-30-521325470
KDAB - The Qt, C++ and OpenGL Experts
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to