aboutsummaryrefslogtreecommitdiff
path: root/refs.h
Commit message (Expand)AuthorAge
...
* | delete_ref: accept a reflog message argumentKyle Meyer2017-02-20
|/
* refs: add option core.logAllRefUpdates = alwaysCornelius Weig2017-01-31
* Merge branch 'nd/shallow-deepen'Junio C Hamano2016-10-10
|\
| * refs: add expand_ref()Nguyễn Thái Ngọc Duy2016-06-13
* | Merge branch 'bc/object-id'Junio C Hamano2016-09-19
|\ \
| * | refs: add an update_ref_oid function.brian m. carlson2016-09-07
* | | Merge branch 'mh/ref-store'Junio C Hamano2016-09-19
|\ \ \ | |/ / |/| |
| * | refs: add methods to init refs dbDavid Turner2016-09-09
| * | resolve_gitlink_ref(): rename path parameter to submoduleMichael Haggerty2016-09-09
| * | refs: add a backend method structureRonnie Sahlberg2016-09-09
* | | Merge branch 'mh/ref-iterators'Junio C Hamano2016-07-25
|\ \ \ | |/ /
| * | refs: introduce an iterator interfaceMichael Haggerty2016-06-20
| * | delete_refs(): add a flags argumentMichael Haggerty2016-06-20
| * | refs: remove unnecessary "extern" keywordsMichael Haggerty2016-06-13
* | | refs.h: fix misspelt "occurred" in a commentPeter Colberg2016-06-10
|/ /
* | refs: add a new function set_worktree_head_symrefKazuki Yamaguchi2016-04-04
* | Merge branch 'dt/initial-ref-xn-commit-doc'Junio C Hamano2016-02-26
|\ \ | |/ |/|
| * refs: document transaction semanticsDavid Turner2016-02-25
* | create_symref: modernize variable namesJeff King2015-12-29
|/
* hideRefs: add support for matching full refsLukas Fleischer2015-11-05
* Merge branch 'kn/for-each-tag'Junio C Hamano2015-10-05
|\
| * ref-filter: add option to filter out tags, branches and remotesKarthik Nayak2015-09-17
* | Merge branch 'dt/refs-pseudo'Junio C Hamano2015-08-25
|\ \ | |/ |/|
| * refs: add ref_type functionDavid Turner2015-07-31
* | Merge branch 'jk/refspec-parse-wildcard'Junio C Hamano2015-08-03
|\ \
| * | refs: loosen restriction on wildcard "*" refspecsJacob Keller2015-07-27
* | | Merge branch 'dt/refs-backend-preamble'Junio C Hamano2015-08-03
|\ \ \ | | |/ | |/|
| * | refs: add REF_FORCE_CREATE_REFLOG flagDavid Turner2015-07-21
| * | refs: new public ref function: safe_create_reflogDavid Turner2015-07-21
| * | refs.c: add err arguments to reflog functionsDavid Turner2015-07-21
* | | delete_ref(): use the usual convention for old_sha1Michael Haggerty2015-06-22
* | | refs.h: add some parameter names to function declarationsMichael Haggerty2015-06-22
* | | refs: move the remaining ref module declarations to refs.hMichael Haggerty2015-06-22
* | | refs: remove some functions from the module's public interfaceMichael Haggerty2015-06-22
* | | initial_ref_transaction_commit(): function for initial ref creationMichael Haggerty2015-06-22
* | | repack_without_refs(): make function privateMichael Haggerty2015-06-22
* | | delete_refs(): new function for the refs APIMichael Haggerty2015-06-22
* | | delete_ref(): move declaration to refs.hMichael Haggerty2015-06-22
|/ /
* | each_ref_fn_adapter(): remove adapterMichael Haggerty2015-05-25
* | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-25
* | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-11
|\ \ | |/ |/|
| * git_snpath(): retire and replace with strbuf_git_path()Nguyễn Thái Ngọc Duy2014-12-01
* | refs.h: remove duplication in function docstringsMichael Haggerty2015-02-17
* | update_ref(): improve documentationMichael Haggerty2015-02-17
* | ref_transaction_verify(): new function to check a reference's valueMichael Haggerty2015-02-17
* | ref_transaction_delete(): remove "have_old" parameterMichael Haggerty2015-02-17
* | ref_transaction_update(): remove "have_old" parameterMichael Haggerty2015-02-17
* | refs.c: change some "flags" to "unsigned int"Michael Haggerty2015-02-17
* | refs: move REF_DELETING to refs.cMichael Haggerty2015-02-12
* | Merge branch 'mh/reflog-expire'Junio C Hamano2015-02-11
|\ \