aboutsummaryrefslogtreecommitdiff
path: root/refs.h
Commit message (Expand)AuthorAge
* 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
|\ \
| * | refs.c: don't expose the internal struct ref_lock in the header fileStefan Beller2014-12-22
| * | lock_any_ref_for_update(): inline functionMichael Haggerty2014-12-22
| * | refs.c: remove unlock_ref/close_ref/commit_ref from the refs apiRonnie Sahlberg2014-12-22
| * | reflog_expire(): new function in the reference APIMichael Haggerty2014-12-22
| * | refs.c: make ref_transaction_delete a wrapper for ref_transaction_updateRonnie Sahlberg2014-12-04
| |/
* | repack_without_refs(): make the refnames argument a string_listMichael Haggerty2014-11-25
|/
* refs.c: allow listing and deleting badly named refsRonnie Sahlberg2014-10-15
* packed-ref cache: forbid dot-components in refnamesJonathan Nieder2014-10-15
* branch -d: avoid repeated symref resolutionJonathan Nieder2014-10-15
* refs.c: make write_ref_sha1 staticRonnie Sahlberg2014-10-15
* refs.c: ref_transaction_commit: distinguish name conflicts from other errorsRonnie Sahlberg2014-10-15
* refs.c: pass the ref log message to _create/delete/update instead of _commitRonnie Sahlberg2014-10-15
* Merge branch 'da/rev-parse-verify-quiet'Junio C Hamano2014-09-29
|\
| * refs: make rev-parse --quiet actually quietDavid Aguilar2014-09-19
* | Merge branch 'da/styles'Junio C Hamano2014-09-19
|\ \ | |/ |/|
| * stylefix: asterisks stick to the variable, not the typeDavid Aguilar2014-09-02
* | Merge branch 'rs/ref-transaction-1'Junio C Hamano2014-09-11
|\ \ | |/ |/|
| * refs.c: make prune_ref use a transaction to delete the refRonnie Sahlberg2014-09-03
| * refs.c: make lock_ref_sha1 staticRonnie Sahlberg2014-09-03