]> granicus.if.org Git - git/commit
Merge branch 'hv/bitshift-constants-in-blame' into jch
authorJunio C Hamano <gitster@pobox.com>
Thu, 24 Oct 2019 04:34:24 +0000 (13:34 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 24 Oct 2019 04:34:24 +0000 (13:34 +0900)
commit70a25b5647c49548ebdd3cc453b68eb1eb7da16e
tree76fee4dd29ae4f60b309093bea630b3a79a49005
parent9e75e6ccbe1b9ea97117647513064ceb64a344ea
parent86795774bb9ca3c63b94d3d0930405c1ba9148ec
Merge branch 'hv/bitshift-constants-in-blame' into jch

Move the definition of a set of bitmask constants from 0ctal
literal to (1U<<count) notation.

* hv/bitshift-constants-in-blame:
  builtin/blame.c: constants into bit shift format
builtin/blame.c