1
0
mirror of https://github.com/git/git.git synced 2024-10-20 09:59:05 +02:00
git/refs
brian m. carlson 43bc3b6cee refs: simplify parsing of reflog entries
The current code for reflog entries uses a lot of hard-coded constants,
making it hard to read and modify.  Use parse_oid_hex and two temporary
variables to simplify the code and reduce the use of magic constants.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2017-02-22 10:12:15 -08:00
..
files-backend.c refs: simplify parsing of reflog entries 2017-02-22 10:12:15 -08:00
iterator.c do_for_each_ref(): reimplement using reference iteration 2016-06-20 11:38:20 -07:00
refs-internal.h refs: add option core.logAllRefUpdates = always 2017-01-31 10:01:24 -08:00