]> git.ipfire.org Git - thirdparty/git.git/commit - git-p4.py
git-p4: add gitConfigInt reader
authorLars Schneider <larsxschneider@gmail.com>
Sat, 26 Sep 2015 07:54:59 +0000 (09:54 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 3 Oct 2015 17:21:13 +0000 (10:21 -0700)
commitcb1dafdfdadca4d1bbe4147d2f9c72b5ef0f4ab7
tree241979080b8e81499438e2bc9b1a80e3e7297d10
parent692e17964dd4f8da4b3994c5c7055ec9a8c22a75
git-p4: add gitConfigInt reader

Add a git config reader for integer variables. Please note that the
git config implementation automatically supports k, m, and g suffixes.

Signed-off-by: Lars Schneider <larsxschneider@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-p4.py