]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commitdc2588b2ba2b265e74c10efcfe20a78b291dfad4
tree49de70ab057efe981f2d58e6a388caea1538cfd8
parent7649bfbaa2be9472e2c9ee2fab7525887d4c0fc9
parent544d93bc3b459f6e40526acdcf36a14c3d5dfec6
Merge branch 'bc/block-sha1-without-gcc-asm-extension'

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