summaryrefslogtreecommitdiff
path: root/refs.h
AgeCommit message (Expand)Author
2015-06-22refs: move the remaining ref module declarations to refs.hMichael 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(): new function for the refs APIMichael Haggerty
2015-06-22delete_ref(): move declaration to refs.hMichael 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-11Merge branch 'nd/multiple-work-trees'Junio C Hamano
2015-02-17refs.h: remove duplication in function docstringsMichael Haggerty
2015-02-17update_ref(): improve documentationMichael Haggerty
2015-02-17ref_transaction_verify(): new function to check a reference's valueMichael Haggerty
2015-02-17ref_transaction_delete(): remove "have_old" parameterMichael Haggerty
2015-02-17ref_transaction_update(): remove "have_old" parameterMichael Haggerty
2015-02-17refs.c: change some "flags" to "unsigned int"Michael Haggerty
2015-02-12refs: move REF_DELETING to refs.cMichael Haggerty
2015-02-11Merge branch 'mh/reflog-expire'Junio C Hamano
2014-12-22refs.c: don't expose the internal struct ref_lock in the header fileStefan Beller
2014-12-22lock_any_ref_for_update(): inline functionMichael Haggerty
2014-12-22refs.c: remove unlock_ref/close_ref/commit_ref from the refs apiRonnie Sahlberg
2014-12-22reflog_expire(): new function in the reference APIMichael Haggerty
2014-12-04refs.c: make ref_transaction_delete a wrapper for ref_transaction_updateRonnie Sahlberg
2014-12-01git_snpath(): retire and replace with strbuf_git_path()Nguyễn Thái Ngọc Duy
2014-11-25repack_without_refs(): make the refnames argument a string_listMichael Haggerty
2014-10-15refs.c: allow listing and deleting badly named refsRonnie Sahlberg
2014-10-15packed-ref cache: forbid dot-components in refnamesJonathan Nieder
2014-10-15branch -d: avoid repeated symref resolutionJonathan Nieder
2014-10-15refs.c: make write_ref_sha1 staticRonnie Sahlberg
2014-10-15refs.c: ref_transaction_commit: distinguish name conflicts from other errorsRonnie Sahlberg
2014-10-15refs.c: pass the ref log message to _create/delete/update instead of _commitRonnie Sahlberg
2014-09-29Merge branch 'da/rev-parse-verify-quiet'Junio C Hamano
2014-09-19Merge branch 'da/styles'Junio C Hamano
2014-09-19refs: make rev-parse --quiet actually quietDavid Aguilar
2014-09-11Merge branch 'rs/ref-transaction-1'Junio C Hamano
2014-09-03refs.c: make prune_ref use a transaction to delete the refRonnie Sahlberg
2014-09-03refs.c: make lock_ref_sha1 staticRonnie Sahlberg
2014-09-03refs.c: make ref_transaction_begin take an err argumentRonnie Sahlberg
2014-09-03refs.c: update ref_transaction_delete to check for error and return statusRonnie Sahlberg
2014-09-03refs.c: change ref_transaction_create to do error checking and return statusRonnie Sahlberg
2014-09-02stylefix: asterisks stick to the variable, not the typeDavid Aguilar
2014-07-21Merge branch 'rs/unify-is-branch'Junio C Hamano
2014-07-16refs.c: add a public is_branch functionRonnie Sahlberg
2014-07-14refs.c: change ref_transaction_update() to do error checking and return statusRonnie Sahlberg
2014-07-14refs.c: remove the onerr argument to ref_transaction_commitRonnie Sahlberg
2014-07-14refs.c: commit_packed_refs to return a meaningful errno on failureRonnie Sahlberg
2014-07-14refs.c: verify_lock should set errno to something meaningfulRonnie Sahlberg
2014-07-14refs.c: make sure log_ref_setup returns a meaningful errnoRonnie Sahlberg
2014-07-14refs.c: add an err argument to repack_without_refsRonnie Sahlberg
2014-07-14lockfile.c: make lock_file return a meaningful errno on failureiRonnie Sahlberg
2014-07-14refs.c: add a strbuf argument to ref_transaction_commit for error loggingRonnie Sahlberg