]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'hv/bitshift-constants-in-blame'
authorJunio C Hamano <gitster@pobox.com>
Sun, 10 Nov 2019 09:02:12 +0000 (18:02 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 Nov 2019 09:02:12 +0000 (18:02 +0900)
commit8f40d897834c9c60ebab3d34607a5b8a7f33163d
treea4406d6dadf79d3faeb358181c3dfb6b153103aa
parentd4a98e701f86bdff469d0f1ed912ba1651c23c3f
parent86795774bb9ca3c63b94d3d0930405c1ba9148ec
Merge branch 'hv/bitshift-constants-in-blame'

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