summaryrefslogtreecommitdiff
path: root/refs.h
AgeCommit message (Expand)Author
2016-10-10Merge branch 'nd/shallow-deepen'Junio C Hamano
2016-09-19Merge branch 'bc/object-id'Junio C Hamano
2016-09-19Merge branch 'mh/ref-store'Junio C Hamano
2016-09-09refs: add methods to init refs dbDavid Turner
2016-09-09resolve_gitlink_ref(): rename path parameter to submoduleMichael Haggerty
2016-09-09refs: add a backend method structureRonnie Sahlberg
2016-09-07refs: add an update_ref_oid function.brian m. carlson
2016-07-25Merge branch 'mh/ref-iterators'Junio C Hamano
2016-06-20refs: introduce an iterator interfaceMichael Haggerty
2016-06-20delete_refs(): add a flags argumentMichael Haggerty
2016-06-13refs: add expand_ref()Nguyễn Thái Ngọc Duy
2016-06-13refs: remove unnecessary "extern" keywordsMichael Haggerty
2016-06-10refs.h: fix misspelt "occurred" in a commentPeter Colberg
2016-04-04refs: add a new function set_worktree_head_symrefKazuki Yamaguchi
2016-02-26Merge branch 'dt/initial-ref-xn-commit-doc'Junio C Hamano
2016-02-25refs: document transaction semanticsDavid Turner
2015-12-29create_symref: modernize variable namesJeff King
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