git/compat
Junio C Hamano db3876ce47 Merge branch 'jk/parse-int' into jch
Introduce a more robust way to parse a decimal integer stored in a
piece of memory that is not necessarily terminated with NUL (which
Asan strict-string-check complains even when use of strtol() is
safe due to varified existence of whitespace after the digits).

* jk/parse-int:
  fsck: use parse_unsigned_from_buf() for parsing timestamp
  cache-tree: use parse_int_from_buf()
  parse: add functions for parsing from non-string buffers
  parse: prefer bool to int for boolean returns
2026-01-08 16:40:35 +09:00
..
2025-12-07 07:28:12 +09:00
2025-12-30 12:58:19 +09:00
2022-05-02 09:50:37 -07:00
2010-11-23 16:06:50 -08:00
2026-01-08 16:40:35 +09:00
2024-06-14 10:26:33 -07:00
2021-10-29 15:00:58 -07:00