Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/refs.c
AgeCommit message (Expand)Author
2014-01-27Merge branch 'mh/safe-create-leading-directories'Junio C Hamano
2014-01-27Merge branch 'mh/retire-ref-fetch-rules'Junio C Hamano
2014-01-22rename_tmp_log(): on SCLD_VANISHED, retryMichael Haggerty
2014-01-22rename_tmp_log(): limit the number of remote_empty_directories() attemptsMichael Haggerty
2014-01-22rename_tmp_log(): handle a possible mkdir/rmdir raceMichael Haggerty
2014-01-22rename_ref(): extract function rename_tmp_log()Michael Haggerty
2014-01-22lock_ref_sha1_basic(): if locking fails with ENOENT, retryMichael Haggerty
2014-01-22lock_ref_sha1_basic(): on SCLD_VANISHED, retryMichael Haggerty
2014-01-15refname_match(): always use the rules in ref_rev_parse_rulesMichael Haggerty
2014-01-13Merge branch 'mh/shorten-unambigous-ref'Junio C Hamano
2014-01-10shorten_unambiguous_ref(): tighten up pointer arithmeticMichael Haggerty
2014-01-10gen_scanf_fmt(): delete function and use snprintf() insteadMichael Haggerty
2014-01-10shorten_unambiguous_ref(): introduce a new local variableMichael Haggerty
2013-12-06replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-11-01Merge branch 'sb/refs-code-cleanup'Junio C Hamano
2013-10-30Merge branch 'jk/refs-c-squelch-gcc'Junio C Hamano
2013-10-28refs: remove unused function invalidate_ref_cacheStefan Beller
2013-10-25silence gcc array-bounds warningJeff King
2013-10-15refs.c: spell NULL pointer as NULLRamsay Jones
2013-09-20Merge branch 'fc/at-head'Junio C Hamano
2013-09-20Merge branch 'bk/refs-multi-update'Junio C Hamano
2013-09-13Add new @ shortcut for HEADFelipe Contreras
2013-09-10Merge branch 'jc/push-cas'Junio C Hamano
2013-09-04refs: add update_refs for multiple simultaneous updatesBrad King
2013-09-04refs: add function to repack without multiple refsBrad King
2013-09-04refs: factor delete_ref loose ref step into a helperBrad King
2013-09-04refs: factor update_ref steps into helpersBrad King
2013-09-03sha1-name: pass len argument to interpret_branch_name()Felipe Contreras
2013-08-31refs: report ref type from lock_any_ref_for_updateBrad King
2013-08-15Revert "Add new @ shortcut for HEAD"Junio C Hamano
2013-07-31Merge branch 'mh/packed-refs-do-one-ref-recursion'Junio C Hamano
2013-07-25Merge branch 'mh/ref-races-optim-invalidate-cached'Junio C Hamano
2013-07-18do_one_ref(): save and restore value of current_refMichael Haggerty
2013-07-09cache.h: move remote/connect API out of itJunio C Hamano
2013-07-01Merge branch 'mh/ref-races'Junio C Hamano
2013-06-21refs: do not invalidate the packed-refs cache unnecessarilyMichael Haggerty
2013-06-21for_each_ref: load all loose refs before packed refsJeff King
2013-06-21get_packed_ref_cache: reload packed-refs file when it changesJeff King
2013-06-21packed_ref_cache: increment refcount when lockedMichael Haggerty
2013-06-21do_for_each_entry(): increment the packed refs cache refcountMichael Haggerty
2013-06-21refs: manage lifetime of packed refs cache via reference countingMichael Haggerty
2013-06-21refs: implement simple transactions for the packed-refs fileMichael Haggerty
2013-06-21refs: wrap the packed refs cache in a level of indirectionMichael Haggerty
2013-06-21pack_refs(): split creation of packed refs and entry writingMichael Haggerty
2013-06-21repack_without_ref(): split list curation and entry writingMichael Haggerty
2013-06-19resolve_ref_unsafe(): close race condition reading loose refsMichael Haggerty
2013-06-19resolve_ref_unsafe(): handle the case of an SHA-1 within loopMichael Haggerty
2013-06-19resolve_ref_unsafe(): extract function handle_missing_loose_ref()Michael Haggerty
2013-06-12Merge branch 'fc/at-head'Junio C Hamano
2013-05-30Merge branch 'mh/packed-refs-various'Junio C Hamano