Age | Commit message (Expand) | Author | Files | Lines |
2013-05-01 | refs: extract a function ref_resolves_to_object() | Michael Haggerty | 1 | -8/+20 |
2013-05-01 | repack_without_ref(): use function get_packed_ref() | Michael Haggerty | 1 | -3/+5 |
2013-05-01 | peel_ref(): use function get_packed_ref() | Michael Haggerty | 1 | -3/+2 |
2013-05-01 | get_packed_ref(): return a ref_entry | Michael Haggerty | 1 | -11/+9 |
2013-05-01 | do_for_each_ref_in_dirs(): remove dead code | Michael Haggerty | 1 | -7/+0 |
2013-05-01 | refs: define constant PEELED_LINE_LENGTH | Michael Haggerty | 1 | -2/+5 |
2013-05-01 | refs: document how current_ref is used | Michael Haggerty | 1 | -0/+9 |
2013-05-01 | refs: document do_for_each_ref() and do_one_ref() | Michael Haggerty | 1 | -1/+14 |
2013-05-01 | refs: document the fields of struct ref_value | Michael Haggerty | 1 | -0/+12 |
2013-05-01 | refs: document flags constants REF_* | Michael Haggerty | 1 | -1/+11 |
2013-04-03 | Merge branch 'jk/fully-peeled-packed-ref' into maint-1.8.1 | Junio C Hamano | 1 | -5/+44 |
2013-03-18 | pack-refs: add fully-peeled trait | Michael Haggerty | 1 | -5/+44 |
2013-01-10 | Merge branch 'jk/repack-ref-racefix' into maint | Junio C Hamano | 1 | -1/+4 |
2012-12-21 | refs: do not use cached refs in repack_without_ref | Jeff King | 1 | -1/+4 |
2012-11-25 | Merge branch 'jh/update-ref-d-through-symref' | Junio C Hamano | 1 | -1/+1 |
2012-11-09 | Merge branch 'rs/lock-correct-ref-during-delete' | Jeff King | 1 | -13/+5 |
2012-10-21 | Fix failure to delete a packed ref through a symref | Johan Herland | 1 | -1/+1 |
2012-10-16 | refs: lock symref that is to be deleted, not its target | René Scharfe | 1 | -13/+5 |
2012-10-04 | peel_ref: check object type before loading | Jeff King | 1 | -2/+9 |
2012-10-04 | peel_ref: do not return a null sha1 | Jeff King | 1 | -0/+2 |
2012-10-04 | peel_ref: use faster deref_tag_noverify | Jeff King | 1 | -1/+1 |
2012-05-29 | Merge branch 'rs/refs-string-slice' | Junio C Hamano | 1 | -29/+41 |
2012-05-29 | Merge branch 'mh/ref-api-lazy-loose' | Junio C Hamano | 1 | -2/+7 |
2012-05-25 | Merge branch 'mh/ref-api' | Junio C Hamano | 1 | -0/+6 |
2012-05-24 | Avoid sorting if references are added to ref_cache in order | Michael Haggerty | 1 | -0/+6 |
2012-05-22 | refs: do not create ref_entry when searching | Junio C Hamano | 1 | -9/+23 |
2012-05-22 | refs: use strings directly in find_containing_dir() | René Scharfe | 1 | -9/+4 |
2012-05-22 | refs: convert parameter of create_dir_entry() to length-limited string | René Scharfe | 1 | -8/+10 |
2012-05-22 | refs: convert parameter of search_ref_dir() to length-limited string | René Scharfe | 1 | -6/+7 |
2012-05-20 | free_ref_entry(): do not trigger reading of loose refs | Michael Haggerty | 1 | -2/+7 |
2012-05-10 | Merge branch 'mh/ref-api-lazy-loose' | Junio C Hamano | 1 | -134/+242 |
2012-05-04 | refs: fix find_containing_dir() regression | Junio C Hamano | 1 | -1/+3 |
2012-05-03 | refs: read loose references lazily | Michael Haggerty | 1 | -29/+96 |
2012-05-03 | read_loose_refs(): eliminate ref_cache argument | Michael Haggerty | 1 | -4/+4 |
2012-05-03 | struct ref_dir: store a reference to the enclosing ref_cache | Michael Haggerty | 1 | -4/+11 |
2012-05-03 | search_for_subdir(): return (ref_dir *) instead of (ref_entry *) | Michael Haggerty | 1 | -11/+10 |
2012-05-03 | get_ref_dir(): add function for getting a ref_dir from a ref_entry | Michael Haggerty | 1 | -15/+25 |
2012-05-03 | read_loose_refs(): rename function from get_ref_dir() | Michael Haggerty | 1 | -7/+7 |
2012-05-03 | refs: wrap top-level ref_dirs in ref_entries | Michael Haggerty | 1 | -18/+19 |
2012-05-03 | find_containing_dir(): use strbuf in implementation of this function | Michael Haggerty | 1 | -9/+10 |
2012-05-03 | do_for_each_reflog(): use a strbuf to hold logfile name | Michael Haggerty | 1 | -29/+31 |
2012-05-03 | do_for_each_reflog(): return early on error | Michael Haggerty | 1 | -35/+35 |
2012-05-03 | get_ref_dir(): take the containing directory as argument | Michael Haggerty | 1 | -4/+8 |
2012-05-03 | refs.c: extract function search_for_subdir() | Michael Haggerty | 1 | -10/+24 |
2012-05-03 | get_ref_dir(): require that the dirname argument ends in '/' | Michael Haggerty | 1 | -7/+7 |
2012-05-03 | get_ref_dir(): rename "base" parameter to "dirname" | Michael Haggerty | 1 | -10/+10 |
2012-05-03 | get_ref_dir(): use a strbuf to hold refname | Michael Haggerty | 1 | -28/+26 |
2012-05-02 | Merge branch 'nd/i18n' | Junio C Hamano | 1 | -0/+1 |
2012-04-25 | get_ref_dir(): return early if directory cannot be read | Michael Haggerty | 1 | -41/+44 |
2012-04-24 | i18n: make warn_dangling_symref() automatically append \n | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |