summaryrefslogtreecommitdiff
path: root/varint.c
Commit message (Collapse)AuthorAgeFilesLines
* cleanups: ensure that git-compat-util.h is included firstda/include-compat-util-first-in-cDavid Aguilar2014-09-151-0/+1
| | | | | | | | | CodingGuidelines states that the first #include in C files should be git-compat-util.h or another header file that includes it, such as cache.h or builtin.h. Signed-off-by: David Aguilar <davvid@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* varint: make it available outside the context of packJunio C Hamano2012-04-031-0/+29
Signed-off-by: Junio C Hamano <gitster@pobox.com>