]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ak/instaweb-python-port-binding-fix'
authorJunio C Hamano <gitster@pobox.com>
Thu, 23 Jan 2025 23:07:02 +0000 (15:07 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Jan 2025 23:07:02 +0000 (15:07 -0800)
The "instaweb" bound only to local IP address without "--local" and
to all addresses with "--local", which was the other way around, when
using Python's http.server class, which has been corrected.

* ak/instaweb-python-port-binding-fix:
  instaweb: fix ip binding for the python http.server


Trivial merge