5 years ago d1f6d47b18 Stefan Sperling
add support for diffing fileindex against an on-disk directory tree
5 years ago f44ffd20ba Stefan Sperling
rename tree-specific fileindex diff callbacks
5 years ago 289e3cbff4 Stefan Sperling
set CTYPE locale category only; leave others in "C" locale
5 years ago e397b6db7c Stefan Sperling
make got_ref_list() return a sorted list
5 years ago 29b5c21419 Stefan Sperling
on-disk refs must take precedence over packed-refs
5 years ago 1e37702e75 Stefan Sperling
internally represent a non-existent ref as NULL rather than as error
5 years ago 141c2bffb4 Stefan Sperling
abbreviate remote refs in output of 'got log'
5 years ago a04f49d2f6 Stefan Sperling
include non-packed refs in results from got_ref_list()
5 years ago 76b4ead278 Stefan Sperling
add missing error checks in got_ref_list()
5 years ago 30c0868d39 Stefan Sperling
improve error codes in lib/reference.c
5 years ago a808cfa5a7 Stefan Sperling
add GOT_ERR_BAD_REF_DATA
5 years ago 2aa0475caa Stefan Sperling
add got_error_not_ref()
5 years ago e34f9ed6ad Stefan Sperling
in 'got log' output, abbreviate ref names under heads/
5 years ago 199a402734 Stefan Sperling
make 'got log' show packed refs and HEAD ref (pther refs not shown yet)
5 years ago e0e55b50ec Stefan Sperling
Support tags in Linux git repo which do not carry name of tagger.
5 years ago 1caad61b79 Stefan Sperling
make 'got log' resolve tags in -c option argument
5 years ago 0ae4af15cd Stefan Sperling
add missing error check in got-raed-pack's tag_request()
5 years ago 0bd18d379f Stefan Sperling
add potentially useful helpers for tag objects and refs
5 years ago 532920c816 Stefan Sperling
actually return once parse_packed_ref_line() succeeds
5 years ago 0dec1cc0f4 Stefan Sperling
parse packed refs in a single pass over packed-refs file
5 years ago c5f754cc3d Stefan Sperling
optimize code path for lookup of well-known refs
5 years ago bd376bb34a Stefan Sperling
handle absolute refs being passed to open_packed_ref()
5 years ago fb79db15f5 Stefan Sperling
add read support for packed refs
5 years ago 62d20534cc Stefan Sperling
remove redundant condition check in cmp_entries()
5 years ago bad322f277 Stefan Sperling
make cmp_entries() operate on paths instead of structs