]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
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

1  2 
builtin/blame.c

diff --cc builtin/blame.c
Simple merge