summaryrefslogtreecommitdiff
path: root/refs.h
AgeCommit message (Expand)Author
2015-11-05hideRefs: add support for matching full refsLukas Fleischer
2015-10-05Merge branch 'kn/for-each-tag'Junio C Hamano
2015-09-17ref-filter: add option to filter out tags, branches and remotesKarthik Nayak
2015-08-25Merge branch 'dt/refs-pseudo'Junio C Hamano
2015-08-03Merge branch 'jk/refspec-parse-wildcard'Junio C Hamano
2015-08-03Merge branch 'dt/refs-backend-preamble'Junio C Hamano
2015-07-31refs: add ref_type functionDavid Turner
2015-07-27refs: loosen restriction on wildcard "*" refspecsJacob 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.c: add err arguments to reflog functionsDavid Turner
2015-06-22delete_ref(): use the usual convention for old_sha1Michael Haggerty
2015-06-22refs.h: add some parameter names to function declarationsMichael Haggerty
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