summaryrefslogtreecommitdiff
path: root/refs.c
AgeCommit message (Expand)Author
2015-08-03Merge branch 'jk/refspec-parse-wildcard'Junio C Hamano
2015-08-03Merge branch 'dt/refs-backend-preamble'Junio C Hamano
2015-08-03Merge branch 'jk/date-mode-format'Junio C Hamano
2015-08-03Merge branch 'mh/init-delete-refs-api'Junio C Hamano
2015-08-03Merge branch 'mh/replace-refs'Junio C Hamano
2015-07-27refs: loosen restriction on wildcard "*" refspecsJacob Keller
2015-07-27refs: cleanup comments regarding check_refname_component()Jacob Keller
2015-07-21refs: add REF_FORCE_CREATE_REFLOG flagDavid Turner
2015-07-21refs: new public ref function: safe_create_reflogDavid Turner
2015-07-21refs: break out check for reflog autocreationDavid Turner
2015-07-21refs.c: add err arguments to reflog functionsDavid Turner
2015-06-29convert "enum date_mode" into a structJeff King
2015-06-24Merge branch 'mh/reporting-broken-refs-from-for-each-ref'Junio C Hamano
2015-06-22delete_ref(): use the usual convention for old_sha1Michael Haggerty
2015-06-22refs: move the remaining ref module declarations to refs.hMichael Haggerty
2015-06-22initial_ref_transaction_commit(): check for ref D/F conflictsMichael Haggerty
2015-06-22initial_ref_transaction_commit(): check for duplicate refsMichael Haggerty
2015-06-22refs: remove some functions from the module's public interfaceMichael Haggerty
2015-06-22initial_ref_transaction_commit(): function for initial ref creationMichael Haggerty
2015-06-22repack_without_refs(): make function privateMichael Haggerty
2015-06-22delete_refs(): bail early if the packed-refs file cannot be rewrittenMichael Haggerty
2015-06-22delete_refs(): make error message more genericMichael Haggerty
2015-06-22delete_refs(): new function for the refs APIMichael Haggerty
2015-06-22delete_ref(): handle special case more explicitlyMichael Haggerty
2015-06-22delete_ref(): move declaration to refs.hMichael Haggerty
2015-06-12Allow to control where the replace refs are looked forMike Hommey
2015-06-11Merge branch 'mh/verify-lock-error-report'Junio C Hamano
2015-06-08read_loose_refs(): treat NULL_SHA1 loose references as brokenMichael Haggerty
2015-06-05Merge branch 'mh/write-refs-sooner-2.4' into maintJunio C Hamano
2015-06-03read_loose_refs(): simplify function logicMichael Haggerty
2015-05-27ref_transaction_commit(): do not capitalize error messagesMichael Haggerty
2015-05-27verify_lock(): do not capitalize error messagesMichael Haggerty
2015-05-27verify_lock(): report errors via a strbufMichael Haggerty
2015-05-27verify_lock(): on errors, let the caller unlock the lockMichael Haggerty
2015-05-27verify_lock(): return 0/-1 rather than struct ref_lock *Michael Haggerty
2015-05-25struct ref_lock: convert old_sha1 member to object_idMichael Haggerty
2015-05-25warn_if_dangling_symref(): convert local variable "junk" to object_idMichael Haggerty
2015-05-25each_ref_fn_adapter(): remove adapterMichael Haggerty
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty
2015-05-25refs: convert struct ref_entry to use struct object_idbrian m. carlson
2015-05-22Merge branch 'mh/lockfile-retry'Junio C Hamano
2015-05-22Merge branch 'mh/ref-directory-file'Junio C Hamano
2015-05-22Merge branch 'mh/write-refs-sooner-2.4'Junio C Hamano
2015-05-19Merge branch 'sb/ref-lock-lose-lock-fd'Junio C Hamano
2015-05-14lock_packed_refs(): allow retries when acquiring the packed-refs lockMichael Haggerty
2015-05-13ref_transaction_commit(): fix atomicity and avoid fd exhaustionMichael Haggerty
2015-05-13ref_transaction_commit(): remove the local flags variableMichael Haggerty
2015-05-13ref_transaction_commit(): inline call to write_ref_sha1()Michael Haggerty
2015-05-13rename_ref(): inline calls to write_ref_sha1() from this functionMichael Haggerty
2015-05-13commit_ref_update(): new function, extracted from write_ref_sha1()Michael Haggerty