summaryrefslogtreecommitdiff
path: root/refs.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-01Merge branch 'sb/refs-code-cleanup'Junio C Hamano1-7/+0
2013-10-30Merge branch 'jk/refs-c-squelch-gcc'Junio C Hamano1-1/+1
2013-10-28refs: remove unused function invalidate_ref_cacheStefan Beller1-7/+0
2013-10-24silence gcc array-bounds warningJeff King1-1/+1
2013-10-14refs.c: spell NULL pointer as NULLRamsay Jones1-1/+1
2013-09-20Merge branch 'fc/at-head'Junio C Hamano1-1/+5
2013-09-20Merge branch 'bk/refs-multi-update'Junio C Hamano1-27/+168
2013-09-12Add new @ shortcut for HEADFelipe Contreras1-0/+4
2013-09-09Merge branch 'jc/push-cas'Junio C Hamano1-8/+0
2013-09-04refs: add update_refs for multiple simultaneous updatesBrad King1-0/+100
2013-09-04refs: add function to repack without multiple refsBrad King1-9/+24
2013-09-04refs: factor delete_ref loose ref step into a helperBrad King1-10/+17
2013-09-04refs: factor update_ref steps into helpersBrad King1-6/+24
2013-09-03sha1-name: pass len argument to interpret_branch_name()Felipe Contreras1-1/+1
2013-08-30refs: report ref type from lock_any_ref_for_updateBrad King1-3/+4
2013-08-14Revert "Add new @ shortcut for HEAD"Junio C Hamano1-4/+0
2013-07-31Merge branch 'mh/packed-refs-do-one-ref-recursion'Junio C Hamano1-1/+5
2013-07-24Merge branch 'mh/ref-races-optim-invalidate-cached'Junio C Hamano1-3/+6
2013-07-17do_one_ref(): save and restore value of current_refMichael Haggerty1-1/+5
2013-07-08cache.h: move remote/connect API out of itJunio C Hamano1-8/+0
2013-06-30Merge branch 'mh/ref-races'Junio C Hamano1-51/+265
2013-06-20refs: do not invalidate the packed-refs cache unnecessarilyMichael Haggerty1-3/+6
2013-06-20for_each_ref: load all loose refs before packed refsJeff King1-4/+35
2013-06-20get_packed_ref_cache: reload packed-refs file when it changesJeff King1-5/+16
2013-06-20packed_ref_cache: increment refcount when lockedMichael Haggerty1-1/+7
2013-06-20do_for_each_entry(): increment the packed refs cache refcountMichael Haggerty1-1/+4
2013-06-20refs: manage lifetime of packed refs cache via reference countingMichael Haggerty1-3/+36
2013-06-20refs: implement simple transactions for the packed-refs fileMichael Haggerty1-18/+70
2013-06-20refs: wrap the packed refs cache in a level of indirectionMichael Haggerty1-6/+26
2013-06-20pack_refs(): split creation of packed refs and entry writingMichael Haggerty1-14/+34
2013-06-20repack_without_ref(): split list curation and entry writingMichael Haggerty1-12/+50
2013-06-19resolve_ref_unsafe(): close race condition reading loose refsMichael Haggerty1-4/+24
2013-06-19resolve_ref_unsafe(): handle the case of an SHA-1 within loopMichael Haggerty1-9/+13
2013-06-19resolve_ref_unsafe(): extract function handle_missing_loose_ref()Michael Haggerty1-21/+35
2013-06-11Merge branch 'fc/at-head'Junio C Hamano1-0/+4
2013-05-29Merge branch 'mh/packed-refs-various'Junio C Hamano1-171/+562
2013-05-08Add new @ shortcut for HEADFelipe Contreras1-0/+4
2013-05-01refs: handle the main ref_cache speciallyMichael Haggerty1-29/+31
2013-05-01refs: change do_for_each_*() functions to take ref_cache argumentsMichael Haggerty1-15/+14
2013-05-01pack_one_ref(): do some cheap tests before a more expensive oneMichael Haggerty1-6/+5
2013-05-01pack_one_ref(): use write_packed_entry() to do the writingMichael Haggerty1-25/+8
2013-05-01pack_one_ref(): use function peel_entry()Michael Haggerty1-16/+23
2013-05-01refs: inline function do_not_prune()Michael Haggerty1-9/+2
2013-05-01pack_refs(): change to use do_for_each_entry()Michael Haggerty1-14/+15
2013-05-01refs: use same lock_file object for both ref-packing functionsMichael Haggerty1-6/+4
2013-05-01pack_one_ref(): rename "path" parameter to "refname"Michael Haggerty1-7/+7
2013-05-01pack-refs: merge code from pack-refs.{c,h} into refs.{c,h}Michael Haggerty1-0/+144
2013-05-01refs: extract a function write_packed_entry()Michael Haggerty1-16/+30
2013-05-01repack_without_ref(): write peeled refs in the rewritten fileMichael Haggerty1-0/+23
2013-05-01refs: change how packed refs are deletedMichael Haggerty1-16/+68