Skip to content

Comment on Show HN: Git-fired tells you who was fired / added based on Git log

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.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.