| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'mh/ref-races' | Junio C Hamano | 2013-06-30 | 1 | -51/+265 |
|\ |
|
| * | for_each_ref: load all loose refs before packed refs | Jeff King | 2013-06-20 | 1 | -4/+35 |
| * | get_packed_ref_cache: reload packed-refs file when it changes | Jeff King | 2013-06-20 | 1 | -5/+16 |
| * | packed_ref_cache: increment refcount when locked | Michael Haggerty | 2013-06-20 | 1 | -1/+7 |
| * | do_for_each_entry(): increment the packed refs cache refcount | Michael Haggerty | 2013-06-20 | 1 | -1/+4 |
| * | refs: manage lifetime of packed refs cache via reference counting | Michael Haggerty | 2013-06-20 | 1 | -3/+36 |
| * | refs: implement simple transactions for the packed-refs file | Michael Haggerty | 2013-06-20 | 1 | -18/+70 |
| * | refs: wrap the packed refs cache in a level of indirection | Michael Haggerty | 2013-06-20 | 1 | -6/+26 |
| * | pack_refs(): split creation of packed refs and entry writing | Michael Haggerty | 2013-06-20 | 1 | -14/+34 |
| * | repack_without_ref(): split list curation and entry writing | Michael Haggerty | 2013-06-20 | 1 | -12/+50 |
* | | resolve_ref_unsafe(): close race condition reading loose refs | Michael Haggerty | 2013-06-19 | 1 | -4/+24 |
* | | resolve_ref_unsafe(): handle the case of an SHA-1 within loop | Michael Haggerty | 2013-06-19 | 1 | -9/+13 |
* | | resolve_ref_unsafe(): extract function handle_missing_loose_ref() | Michael Haggerty | 2013-06-19 | 1 | -21/+35 |
|/ |
|
* | Merge branch 'fc/at-head' | Junio C Hamano | 2013-06-11 | 1 | -0/+4 |
|\ |
|
| * | Add new @ shortcut for HEAD | Felipe Contreras | 2013-05-08 | 1 | -0/+4 |
* | | Merge branch 'mh/packed-refs-various' | Junio C Hamano | 2013-05-29 | 1 | -171/+562 |
|\ \
| |/
|/| |
|
| * | refs: handle the main ref_cache specially | Michael Haggerty | 2013-05-01 | 1 | -29/+31 |
| * | refs: change do_for_each_*() functions to take ref_cache arguments | Michael Haggerty | 2013-05-01 | 1 | -15/+14 |
| * | pack_one_ref(): do some cheap tests before a more expensive one | Michael Haggerty | 2013-05-01 | 1 | -6/+5 |
| * | pack_one_ref(): use write_packed_entry() to do the writing | Michael Haggerty | 2013-05-01 | 1 | -25/+8 |
| * | pack_one_ref(): use function peel_entry() | Michael Haggerty | 2013-05-01 | 1 | -16/+23 |
| * | refs: inline function do_not_prune() | Michael Haggerty | 2013-05-01 | 1 | -9/+2 |
| * | pack_refs(): change to use do_for_each_entry() | Michael Haggerty | 2013-05-01 | 1 | -14/+15 |
| * | refs: use same lock_file object for both ref-packing functions | Michael Haggerty | 2013-05-01 | 1 | -6/+4 |
| * | pack_one_ref(): rename "path" parameter to "refname" | Michael Haggerty | 2013-05-01 | 1 | -7/+7 |
| * | pack-refs: merge code from pack-refs.{c,h} into refs.{c,h} | Michael Haggerty | 2013-05-01 | 1 | -0/+144 |
| * | refs: extract a function write_packed_entry() | Michael Haggerty | 2013-05-01 | 1 | -16/+30 |
| * | repack_without_ref(): write peeled refs in the rewritten file | Michael Haggerty | 2013-05-01 | 1 | -0/+23 |
| * | refs: change how packed refs are deleted | Michael Haggerty | 2013-05-01 | 1 | -16/+68 |
| * | search_ref_dir(): return an index rather than a pointer | Michael Haggerty | 2013-05-01 | 1 | -12/+18 |
| * | repack_without_ref(): silence errors for dangling packed refs | Michael Haggerty | 2013-05-01 | 1 | -2/+35 |
| * | refs: change the internal reference-iteration API | Michael Haggerty | 2013-05-01 | 1 | -61/+83 |
| * | refs: extract a function peel_entry() | Michael Haggerty | 2013-05-01 | 1 | -14/+49 |
| * | peel_ref(): fix return value for non-peelable, not-current reference | Michael Haggerty | 2013-05-01 | 1 | -1/+4 |
| * | peel_object(): give more specific information in return value | Michael Haggerty | 2013-05-01 | 1 | -8/+24 |
| * | refs: extract function peel_object() | Michael Haggerty | 2013-05-01 | 1 | -20/+30 |
| * | refs: extract a function ref_resolves_to_object() | Michael Haggerty | 2013-05-01 | 1 | -8/+20 |
| * | repack_without_ref(): use function get_packed_ref() | Michael Haggerty | 2013-05-01 | 1 | -3/+5 |
| * | peel_ref(): use function get_packed_ref() | Michael Haggerty | 2013-05-01 | 1 | -3/+2 |
| * | get_packed_ref(): return a ref_entry | Michael Haggerty | 2013-05-01 | 1 | -11/+9 |
| * | do_for_each_ref_in_dirs(): remove dead code | Michael Haggerty | 2013-05-01 | 1 | -7/+0 |
| * | refs: define constant PEELED_LINE_LENGTH | Michael Haggerty | 2013-05-01 | 1 | -2/+5 |
| * | refs: document how current_ref is used | Michael Haggerty | 2013-05-01 | 1 | -0/+9 |
| * | refs: document do_for_each_ref() and do_one_ref() | Michael Haggerty | 2013-05-01 | 1 | -1/+14 |
| * | refs: document the fields of struct ref_value | Michael Haggerty | 2013-05-01 | 1 | -0/+12 |
| * | refs: document flags constants REF_* | Michael Haggerty | 2013-05-01 | 1 | -1/+11 |
| * | Merge branch 'jk/fully-peeled-packed-ref' into maint-1.8.1 | Junio C Hamano | 2013-04-03 | 1 | -5/+44 |
| |\ |
|
| * \ | Merge branch 'jk/repack-ref-racefix' into maint | Junio C Hamano | 2013-01-10 | 1 | -1/+4 |
| |\ \ |
|
* | \ \ | Merge branch 'jc/reflog-reverse-walk' | Junio C Hamano | 2013-03-26 | 1 | -46/+115 |
|\ \ \ \ |
|
| * | | | | refs.c: fix fread error handling | John Keeping | 2013-03-23 | 1 | -1/+1 |