我正在寻找可能已在 Git 存储库中提交的内容。我正在使用如下命令:
git grep ABCD `git rev-list --all`
并获得类似的输出
Binary file 9246a896bf37856f37d424dbcb40d14a51b6b315:blah-blah-blah-ABCD-blah-blah matches
Binary file 083407e0ea97796054f614c28808ae9a4fcf2fe8:blah-blah-blah-ABCD-blah-blah matches
我怎样才能找到与此相关的一个或多个提交?