]> git.ipfire.org Git - thirdparty/git.git/commit
oidcpy_with_padding: constify `src' arg
authorEric Wong <e@80x24.org>
Wed, 7 Jul 2021 23:10:18 +0000 (23:10 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Jul 2021 04:28:02 +0000 (21:28 -0700)
commit90e07f0a342df836a33b92e179eb105243dba88d
treeed877c826b23510b8df350bd5eb6e96ea2a2dcc3
parent33f379eee63a0529f85079857598ac6325d3aec5
oidcpy_with_padding: constify `src' arg

As with `oidcpy', the source struct will not be modified and
this will allow an upcoming const-correct caller to use it.

Signed-off-by: Eric Wong <e@80x24.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
hash.h