]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'rs/fetch-simplify-with-starts-with'
authorJunio C Hamano <gitster@pobox.com>
Tue, 5 Mar 2024 17:44:42 +0000 (09:44 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Mar 2024 17:44:42 +0000 (09:44 -0800)
commit6f744836675ea831e292854771659ac6e360959c
tree8a21ac0001d6e07a8a79afe01470eef88bf60c59
parent74522bbd98418bf94e918cef2cf911402eca692f
parent87bd7fbb9c3e165a68046e04bf12f5a76cae2965
Merge branch 'rs/fetch-simplify-with-starts-with'

Code simplification.

* rs/fetch-simplify-with-starts-with:
  fetch: convert strncmp() with strlen() to starts_with()