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