]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'bc/block-sha1-without-gcc-asm-extension'
authorJunio C Hamano <gitster@pobox.com>
Wed, 23 Mar 2022 21:09:29 +0000 (14:09 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Mar 2022 21:09:29 +0000 (14:09 -0700)
Get rid of one use of __asm__() GCC extension that does not help us
much these days, which has an added advantage of not having to
worry about -pedantic complaining.

* bc/block-sha1-without-gcc-asm-extension:
  block-sha1: remove use of obsolete x86 assembly


Trivial merge