Page MenuHomeFreeBSD
Paste P471

git log -1 --pretty=raw
ActivePublic

Authored by cem on Jan 3 2021, 1:16 PM.
Tags
None
Referenced Files
F14670401: git log -1 --pretty=raw
Jan 3 2021, 1:16 PM
Subscribers
None
commit 000000907b19782eff5f4111b62bdc2a96a0f4eb
tree 4e778673b8af45ecd4c62e8b1d1438d06db7f440
parent 00000080b4fc4c2066fa05641e73d5f0985c15ea
author Conrad Meyer <cem@FreeBSD.org> 1590357489 -0700
committer Conrad Meyer <cem@FreeBSD.org> 1590357489 -0700
x-gitbrutec-nonce YYZSKGIQCLLXGE
Use 'git update-ref' in post-commit example
kwal points out that update-ref does everything I want and as a core part of
git, is less likely to break (or in some cases, do the wrong thing).

Event Timeline

cem changed the title of this paste from untitled to git log -1 --pretty=raw.