<div dir="ltr">Hi,<br>Is there anyway to produce ChangeLog file from git, when <br>running cmake on the code?<br>For start, I would like the simple command:<br>git log > ChangeLog <br><br>I'm running cmake like that:<br>
mkdir /tmp/builddir<br>cd /tmp/builddir<br>cmake /path/to/my/project<br><br>Can this last command also generate ChangeLog on the fly?<br>Regards,<br>Kfir<br></div>