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.
Sample usage:
# git-fired 2021/06/01 2021/05/01 -single
# git-fired 2021/06/01 2021/05/01 -multi
# git-fired 2021/06/01 2021/05/01 -single -name
# git-fired 2021/06/01 2021/05/01 -single -name
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.
Comments
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.
Sample usage:
# git-fired 2021/06/01 2021/05/01 -single
# git-fired 2021/06/01 2021/05/01 -multi
# git-fired 2021/06/01 2021/05/01 -single -name
# git-fired 2021/06/01 2021/05/01 -single -name
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.