summaryrefslogtreecommitdiffstats
path: root/refs.h
AgeCommit message (Expand)AuthorLines
2017-01-31refs: add option core.logAllRefUpdates = alwaysCornelius Weig-0/+2
2016-10-10Merge branch 'nd/shallow-deepen'Junio C Hamano-0/+1
2016-09-19Merge branch 'bc/object-id'Junio C Hamano-0/+3
2016-09-19Merge branch 'mh/ref-store'Junio C Hamano-4/+9
2016-09-09refs: add methods to init refs dbDavid Turner-0/+2
2016-09-09resolve_gitlink_ref(): rename path parameter to submoduleMichael Haggerty-4/+5
2016-09-09refs: add a backend method structureRonnie Sahlberg-0/+2
2016-09-07refs: add an update_ref_oid function.brian m. carlson-0/+3
2016-07-25Merge branch 'mh/ref-iterators'Junio C Hamano-63/+78
2016-06-20refs: introduce an iterator interfaceMichael Haggerty-1/+3
2016-06-20delete_refs(): add a flags argumentMichael Haggerty-2/+3
2016-06-13refs: add expand_ref()Nguyễn Thái Ngọc Duy-0/+1
2016-06-13refs: remove unnecessary "extern" keywordsMichael Haggerty-61/+73
2016-06-10refs.h: fix misspelt "occurred" in a commentPeter Colberg-1/+1
2016-04-04refs: add a new function set_worktree_head_symrefKazuki Yamaguchi-0/+9
2016-02-26Merge branch 'dt/initial-ref-xn-commit-doc'Junio C Hamano-0/+12
2016-02-25refs: document transaction semanticsDavid Turner-0/+12
2015-12-29create_symref: modernize variable namesJeff King-1/+1
2015-11-05hideRefs: add support for matching full refsLukas Fleischer-1/+9
2015-10-05Merge branch 'kn/for-each-tag'Junio C Hamano-0/+1
2015-09-17ref-filter: add option to filter out tags, branches and remotesKarthik Nayak-0/+1
2015-08-25Merge branch 'dt/refs-pseudo'Junio C Hamano-0/+8
2015-08-03Merge branch 'jk/refspec-parse-wildcard'Junio C Hamano-2/+2
2015-08-03Merge branch 'dt/refs-backend-preamble'Junio C Hamano-2/+3
2015-07-31refs: add ref_type functionDavid Turner-0/+8
2015-07-27refs: loosen restriction on wildcard "*" refspecsJacob Keller-2/+2
2015-07-21refs: add REF_FORCE_CREATE_REFLOG flagDavid Turner-0/+1
2015-07-21refs: new public ref function: safe_create_reflogDavid Turner-1/+1
2015-07-21refs.c: add err arguments to reflog functionsDavid Turner-2/+2
2015-06-22delete_ref(): use the usual convention for old_sha1Michael Haggerty-5/+5
2015-06-22refs.h: add some parameter names to function declarationsMichael Haggerty-11/+11
2015-06-22refs: move the remaining ref module declarations to refs.hMichael Haggerty-23/+98
2015-06-22refs: remove some functions from the module's public interfaceMichael Haggerty-30/+0
2015-06-22initial_ref_transaction_commit(): function for initial ref creationMichael Haggerty-0/+14
2015-06-22repack_without_refs(): make function privateMichael Haggerty-11/+0
2015-06-22delete_refs(): new function for the refs APIMichael Haggerty-0/+7
2015-06-22delete_ref(): move declaration to refs.hMichael Haggerty-0/+10
2015-05-25each_ref_fn_adapter(): remove adapterMichael Haggerty-11/+0
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty-1/+12
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano-1/+1
2015-02-17refs.h: remove duplication in function docstringsMichael Haggerty-23/+43
2015-02-17update_ref(): improve documentationMichael Haggerty-3/+10
2015-02-17ref_transaction_verify(): new function to check a reference's valueMichael Haggerty-8/+26
2015-02-17ref_transaction_delete(): remove "have_old" parameterMichael Haggerty-3/+3
2015-02-17ref_transaction_update(): remove "have_old" parameterMichael Haggerty-3/+3
2015-02-17refs.c: change some "flags" to "unsigned int"Michael Haggerty-5/+5
2015-02-12refs: move REF_DELETING to refs.cMichael Haggerty-3/+1
2015-02-11Merge branch 'mh/reflog-expire'Junio C Hamano-27/+48
2014-12-22refs.c: don't expose the internal struct ref_lock in the header fileStefan Beller-9/+0
2014-12-22lock_any_ref_for_update(): inline functionMichael Haggerty-8/+1