summaryrefslogtreecommitdiff
path: root/refs.c
AgeCommit message (Expand)Author
2013-05-01search_ref_dir(): return an index rather than a pointerMichael Haggerty
2013-05-01repack_without_ref(): silence errors for dangling packed refsMichael Haggerty
2013-05-01refs: change the internal reference-iteration APIMichael Haggerty
2013-05-01refs: extract a function peel_entry()Michael Haggerty
2013-05-01peel_ref(): fix return value for non-peelable, not-current referenceMichael Haggerty
2013-05-01peel_object(): give more specific information in return valueMichael Haggerty
2013-05-01refs: extract function peel_object()Michael Haggerty
2013-05-01refs: extract a function ref_resolves_to_object()Michael Haggerty
2013-05-01repack_without_ref(): use function get_packed_ref()Michael Haggerty
2013-05-01peel_ref(): use function get_packed_ref()Michael Haggerty
2013-05-01get_packed_ref(): return a ref_entryMichael Haggerty
2013-05-01do_for_each_ref_in_dirs(): remove dead codeMichael Haggerty
2013-05-01refs: define constant PEELED_LINE_LENGTHMichael Haggerty
2013-05-01refs: document how current_ref is usedMichael Haggerty
2013-05-01refs: document do_for_each_ref() and do_one_ref()Michael Haggerty
2013-05-01refs: document the fields of struct ref_valueMichael Haggerty
2013-05-01refs: document flags constants REF_*Michael Haggerty
2013-04-03Merge branch 'jk/fully-peeled-packed-ref' into maint-1.8.1Junio C Hamano
2013-03-26Merge branch 'jc/reflog-reverse-walk'Junio C Hamano
2013-03-25Merge branch 'jk/fully-peeled-packed-ref'Junio C Hamano
2013-03-24refs.c: fix fread error handlingJohn Keeping
2013-03-18pack-refs: add fully-peeled traitMichael Haggerty
2013-03-08reflog: add for_each_reflog_ent_reverse() APIJunio C Hamano
2013-03-08for_each_recent_reflog_ent(): simplify opening of a reflog fileJunio C Hamano
2013-03-08for_each_reflog_ent(): extract a helper to process a single entryJunio C Hamano
2013-02-17Merge branch 'jc/hidden-refs'Junio C Hamano
2013-02-07upload/receive-pack: allow hiding ref hierarchiesJunio C Hamano
2013-01-24Merge branch 'rs/clarify-entry-cmp-sslice'Junio C Hamano
2013-01-16refs: use strncmp() instead of strlen() and memcmp()René Scharfe
2013-01-10Merge branch 'jk/repack-ref-racefix' into maintJunio C Hamano
2013-01-02Merge branch 'jk/repack-ref-racefix'Junio C Hamano
2012-12-21refs: do not use cached refs in repack_without_refJeff King
2012-11-26Merge branch 'jh/update-ref-d-through-symref'Junio C Hamano
2012-11-09Merge branch 'rs/lock-correct-ref-during-delete'Jeff King
2012-10-21Fix failure to delete a packed ref through a symrefJohan Herland
2012-10-16refs: lock symref that is to be deleted, not its targetRené Scharfe
2012-10-05peel_ref: check object type before loadingJeff King
2012-10-05peel_ref: do not return a null sha1Jeff King
2012-10-05peel_ref: use faster deref_tag_noverifyJeff King
2012-05-29Merge branch 'rs/refs-string-slice'Junio C Hamano
2012-05-29Merge branch 'mh/ref-api-lazy-loose'Junio C Hamano
2012-05-25Merge branch 'mh/ref-api'Junio C Hamano
2012-05-24Avoid sorting if references are added to ref_cache in orderMichael Haggerty
2012-05-22refs: do not create ref_entry when searchingJunio C Hamano
2012-05-22refs: use strings directly in find_containing_dir()René Scharfe
2012-05-22refs: convert parameter of create_dir_entry() to length-limited stringRené Scharfe
2012-05-22refs: convert parameter of search_ref_dir() to length-limited stringRené Scharfe
2012-05-20free_ref_entry(): do not trigger reading of loose refsMichael Haggerty
2012-05-10Merge branch 'mh/ref-api-lazy-loose'Junio C Hamano
2012-05-04refs: fix find_containing_dir() regressionJunio C Hamano