Hi Ævar, thanks for your quick reply! On Mon, Apr 09, 2018 at 11:28:45AM +0200, Ævar Arnfjörð Bjarmason wrote: > On Mon, Apr 09 2018, Michael Vogt wrote: [..] > > Subject: [PATCH] support: git show --follow-symlinks HEAD:symlink > > > > Add support for the `--follow-symlinks` options to git-show. This > > allows to write: > > > > git show --follow-symlink HEAD:path-a-symlink > > The patch looks reasonable, but please submit it as described in > Documentation/SubmittingPatches, i.e. inline instead of as an > attachment, and with a signed-off-by line etc. We'd also need some tests > for this. Thanks for the intial reivew. I updated the patch with a test and documentation for the new option. Happy to merge the test into one of the existing test files, I read t/README and greping around I did not find a place that looked like a good fit. I added the updated patch as an mutt inline attachment now. Cheers, Michael