$ git lg1 --author=name . |awk -F' ' '{print $2}'
8901004
4e4c435
ab9e126
$ git lg1 --author=name . |awk -F' ' '{print $2}'|xargs -I{} git show {} --name-only
fatal: ambiguous argument '8901004': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
Question> How should I do here to fix the git complaint?
Note: git lg1 Pretty git branch graphs