summaryrefslogtreecommitdiff
path: root/refs.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bc/object-id'Junio C Hamano2016-09-191-0/+3
|\
| * refs: add an update_ref_oid function.brian m. carlson2016-09-071-0/+3
* | Merge branch 'mh/ref-store'Junio C Hamano2016-09-191-4/+9
|\ \ | |/ |/|
| * refs: add methods to init refs dbDavid Turner2016-09-091-0/+2
| * resolve_gitlink_ref(): rename path parameter to submoduleMichael Haggerty2016-09-091-4/+5
| * refs: add a backend method structureRonnie Sahlberg2016-09-091-0/+2
* | Merge branch 'mh/ref-iterators'Junio C Hamano2016-07-251-63/+78
|\ \ | |/
| * refs: introduce an iterator interfaceMichael Haggerty2016-06-201-1/+3
| * delete_refs(): add a flags argumentMichael Haggerty2016-06-201-2/+3
| * refs: remove unnecessary "extern" keywordsMichael Haggerty2016-06-131-61/+73
* | refs.h: fix misspelt "occurred" in a commentPeter Colberg2016-06-101-1/+1
|/
* refs: add a new function set_worktree_head_symrefKazuki Yamaguchi2016-04-041-0/+9
* Merge branch 'dt/initial-ref-xn-commit-doc'Junio C Hamano2016-02-261-0/+12
|\
| * refs: document transaction semanticsdt/initial-ref-xn-commit-docDavid Turner2016-02-251-0/+12
* | create_symref: modernize variable namesJeff King2015-12-291-1/+1
|/
* hideRefs: add support for matching full refsLukas Fleischer2015-11-051-1/+9
* Merge branch 'kn/for-each-tag'Junio C Hamano2015-10-051-0/+1
|\
| * ref-filter: add option to filter out tags, branches and remotesKarthik Nayak2015-09-171-0/+1
* | Merge branch 'dt/refs-pseudo'Junio C Hamano2015-08-251-0/+8
|\ \ | |/ |/|
| * refs: add ref_type functionDavid Turner2015-07-311-0/+8
* | Merge branch 'jk/refspec-parse-wildcard'Junio C Hamano2015-08-031-2/+2
|\ \
| * | refs: loosen restriction on wildcard "*" refspecsjk/refspec-parse-wildcardJacob Keller2015-07-271-2/+2
* | | Merge branch 'dt/refs-backend-preamble'Junio C Hamano2015-08-031-2/+3
|\ \ \ | | |/ | |/|
| * | refs: add REF_FORCE_CREATE_REFLOG flagDavid Turner2015-07-211-0/+1
| * | refs: new public ref function: safe_create_reflogDavid Turner2015-07-211-1/+1
| * | refs.c: add err arguments to reflog functionsDavid Turner2015-07-211-2/+2
* | | delete_ref(): use the usual convention for old_sha1mh/init-delete-refs-apiMichael Haggerty2015-06-221-5/+5
* | | refs.h: add some parameter names to function declarationsMichael Haggerty2015-06-221-11/+11
* | | refs: move the remaining ref module declarations to refs.hMichael Haggerty2015-06-221-23/+98
* | | refs: remove some functions from the module's public interfaceMichael Haggerty2015-06-221-30/+0
* | | initial_ref_transaction_commit(): function for initial ref creationMichael Haggerty2015-06-221-0/+14
* | | repack_without_refs(): make function privateMichael Haggerty2015-06-221-11/+0
* | | delete_refs(): new function for the refs APIMichael Haggerty2015-06-221-0/+7
* | | delete_ref(): move declaration to refs.hMichael Haggerty2015-06-221-0/+10
|/ /
* | each_ref_fn_adapter(): remove adapterMichael Haggerty2015-05-251-11/+0
* | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-1/+12
* | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-111-1/+1
|\ \ | |/ |/|
| * git_snpath(): retire and replace with strbuf_git_path()Nguyễn Thái Ngọc Duy2014-12-011-1/+1
* | refs.h: remove duplication in function docstringsmh/refs-have-newMichael Haggerty2015-02-171-23/+43
* | update_ref(): improve documentationMichael Haggerty2015-02-171-3/+10
* | ref_transaction_verify(): new function to check a reference's valueMichael Haggerty2015-02-171-8/+26
* | ref_transaction_delete(): remove "have_old" parameterMichael Haggerty2015-02-171-3/+3
* | ref_transaction_update(): remove "have_old" parameterMichael Haggerty2015-02-171-3/+3
* | refs.c: change some "flags" to "unsigned int"Michael Haggerty2015-02-171-5/+5
* | refs: move REF_DELETING to refs.cMichael Haggerty2015-02-121-3/+1
* | Merge branch 'mh/reflog-expire'Junio C Hamano2015-02-111-27/+48
|\ \
| * | refs.c: don't expose the internal struct ref_lock in the header fileStefan Beller2014-12-221-9/+0
| * | lock_any_ref_for_update(): inline functionMichael Haggerty2014-12-221-8/+1
| * | refs.c: remove unlock_ref/close_ref/commit_ref from the refs apiRonnie Sahlberg2014-12-221-9/+0
| * | reflog_expire(): new function in the reference APIMichael Haggerty2014-12-221-0/+46