]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jh/userdiff-python-async'
authorJunio C Hamano <gitster@pobox.com>
Thu, 5 Dec 2019 20:52:44 +0000 (12:52 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Dec 2019 20:52:44 +0000 (12:52 -0800)
commit9502b616f187c567b93db69cd9c6f0028019bd15
tree63c35ad83af6ad1ddc1059ce5132698d8e771530
parent76c68246c6b9752fd692f84b928cf867befd57cc
parent077a1fda82b237c16eb10bd988650468683a94b5
Merge branch 'jh/userdiff-python-async'

The userdiff machinery has been taught that "async def" is another
way to begin a "function" in Python.

* jh/userdiff-python-async:
  userdiff: support Python async functions
userdiff.c