It tells you what new names existed or old names removed in your commit log during the specified periods. Suppport comparing based on name+email or name only. Support recursively looping through all subdirectries.<p>Sample usage:<p># git-fired 2021/06/01 2021/05/01 -single<p># git-fired 2021/06/01 2021/05/01 -multi<p># git-fired 2021/06/01 2021/05/01 -single -name<p># git-fired 2021/06/01 2021/05/01 -single -name<p>compares the commit log of the current repo (-single) or all git repos under current directory (-multi) during 2021/05/01 to 2021/06/01 and 2021/06/01 to now, by default compares using name+email, pass -name to compare using name only.