$ git log --diff-filter=D --summary | grep -B10 ${ファイル名}
-
--diff-filter=Dでファイル削除のコミットログのみ追う -
grep -B10でファイル名の前にある commit hash などを雑に取得する
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
$ git log --diff-filter=D --summary | grep -B10 ${ファイル名}
--diff-filter=D でファイル削除のコミットログのみ追うgrep -B10 でファイル名の前にある commit hash などを雑に取得するRegister as a new user and use Qiita more conveniently
Go to list of users who liked