Thread (1 message) 1 message, 1 author, 2016-06-15

Re: RFC: update hook for GPG signed submission on secured branches

From: Junio C Hamano <hidden>
Date: 2016-06-15 23:03:36

"Jason Pyeron" [off-list ref] writes:
quoted
Is this complex pipeline the same as this (I didn't understand the
trailing I at the end)?
Case insensitive, could have used [0-9a-fA-F].
Ahh, a GNU extension.
quoted
	git cat-file commit "$newrev" |
        sed -ne '/^gpgsig /,/^ -----END/{
        	s/^gpgsig //
                s/^ //p
	}' |
Will all future signature values end with a "^ -----END"?
If it bothers you, alternatively, you can stop at the end of the
commit object header, i.e.

	/^gpgsig /,/^$/{
        	s/^gigsig//
                s/^ //p
	}

but I do not think it matters that much ;-)
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help