この回答 スタッシュに対して差分を表示する方法を知っています。
git stash show -p stash@{1}
しかし、どのようにして隠し場所から特定のファイルへの差分を表示できますか?
次のパスでdiffコマンドを使用できます。
git diff stash@{1} -- <path>