summaryrefslogtreecommitdiff
path: root/t/t5527-fetch-odd-refs.sh
diff options
context:
space:
mode:
authorLibravatar Hariom Verma <hariom18599@gmail.com>2019-10-17 17:46:51 +0000
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-10-21 12:45:51 +0900
commit86795774bb9ca3c63b94d3d0930405c1ba9148ec (patch)
tree567bb859e1975bdbd1c6860027c8fd4a4a5f6d9e /t/t5527-fetch-odd-refs.sh
parentGit 2.23 (diff)
downloadtgif-86795774bb9ca3c63b94d3d0930405c1ba9148ec.tar.xz
builtin/blame.c: constants into bit shift format
We are looking at bitfield constants, and elsewhere in the Git source code, such cases are handled via bit shift operators rather than octal numbers, which also makes it easier to spot holes in the range (if, say, 1<<5 was missing, it is easier to spot it between 1<<4 and 1<<6 than it is to spot a missing 040 between a 020 and a 0100). Signed-off-by: Hariom Verma <hariom18599@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5527-fetch-odd-refs.sh')
0 files changed, 0 insertions, 0 deletions