Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am stgpetrovic on github.
* I am slon (https://keybase.io/slon) on keybase.
* I have a public key whose fingerprint is 3EF3 F2B2 E683 1751 7C70 651F 94A0 C93E C01A F116
To claim this, I am signing this object:
@stgpetrovic
stgpetrovic / gist:9364785
Created March 5, 2014 10:28
Print git show with names relative to cwd.
sed s/${PWD##$(git rev-parse --show-toplevel)/}/./ <(git show --name-only)