aboutsummaryrefslogtreecommitdiff
path: root/refs.c
Commit message (Expand)AuthorAge
* Merge branch 'mh/safe-create-leading-directories'Junio C Hamano2014-01-27
|\
| * rename_tmp_log(): on SCLD_VANISHED, retryMichael Haggerty2014-01-21
| * rename_tmp_log(): limit the number of remote_empty_directories() attemptsMichael Haggerty2014-01-21
| * rename_tmp_log(): handle a possible mkdir/rmdir raceMichael Haggerty2014-01-21
| * rename_ref(): extract function rename_tmp_log()Michael Haggerty2014-01-21
| * lock_ref_sha1_basic(): if locking fails with ENOENT, retryMichael Haggerty2014-01-21
| * lock_ref_sha1_basic(): on SCLD_VANISHED, retryMichael Haggerty2014-01-21
* | Merge branch 'mh/retire-ref-fetch-rules'Junio C Hamano2014-01-27
|\ \
| * | refname_match(): always use the rules in ref_rev_parse_rulesMichael Haggerty2014-01-14
| |/
* | Merge branch 'mh/shorten-unambigous-ref'Junio C Hamano2014-01-13
|\ \
| * | shorten_unambiguous_ref(): tighten up pointer arithmeticMichael Haggerty2014-01-09
| * | gen_scanf_fmt(): delete function and use snprintf() insteadMichael Haggerty2014-01-09
| * | shorten_unambiguous_ref(): introduce a new local variableMichael Haggerty2014-01-09
| |/
* | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
|/
* 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