summaryrefslogtreecommitdiffstats
path: root/refs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-15refs.c: allow listing and deleting badly named refsRonnie Sahlberg1-2/+10
2014-10-15packed-ref cache: forbid dot-components in refnamesJonathan Nieder1-5/+1
2014-10-15branch -d: avoid repeated symref resolutionJonathan Nieder1-0/+2
2014-10-15refs.c: make write_ref_sha1 staticRonnie Sahlberg1-3/+0
2014-10-15refs.c: ref_transaction_commit: distinguish name conflicts from other errorsRonnie Sahlberg1-2/+7
2014-10-15refs.c: pass the ref log message to _create/delete/update instead of _commitRonnie Sahlberg1-6/+6
2014-09-29Merge branch 'da/rev-parse-verify-quiet'Junio C Hamano1-1/+2
2014-09-19Merge branch 'da/styles'Junio C Hamano1-1/+1
2014-09-19refs: make rev-parse --quiet actually quietDavid Aguilar1-1/+2
2014-09-11Merge branch 'rs/ref-transaction-1'Junio C Hamano1-18/+59
2014-09-03refs.c: make prune_ref use a transaction to delete the refRonnie Sahlberg1-2/+11
2014-09-03refs.c: make lock_ref_sha1 staticRonnie Sahlberg1-6/+0
2014-09-03refs.c: make ref_transaction_begin take an err argumentRonnie Sahlberg1-1/+1
2014-09-03refs.c: update ref_transaction_delete to check for error and return statusRonnie Sahlberg1-4/+8
2014-09-03refs.c: change ref_transaction_create to do error checking and return statusRonnie Sahlberg1-7/+41
2014-09-02stylefix: asterisks stick to the variable, not the typeDavid Aguilar1-1/+1
2014-07-21Merge branch 'rs/unify-is-branch'Junio C Hamano1-0/+2
2014-07-16refs.c: add a public is_branch functionRonnie Sahlberg1-0/+2
2014-07-14refs.c: change ref_transaction_update() to do error checking and return statusRonnie Sahlberg1-5/+9
2014-07-14refs.c: remove the onerr argument to ref_transaction_commitRonnie Sahlberg1-2/+1
2014-07-14refs.c: commit_packed_refs to return a meaningful errno on failureRonnie Sahlberg1-0/+1
2014-07-14refs.c: verify_lock should set errno to something meaningfulRonnie Sahlberg1-1/+5
2014-07-14refs.c: make sure log_ref_setup returns a meaningful errnoRonnie Sahlberg1-1/+3
2014-07-14refs.c: add an err argument to repack_without_refsRonnie Sahlberg1-1/+2
2014-07-14lockfile.c: make lock_file return a meaningful errno on failureiRonnie Sahlberg1-0/+1
2014-07-14refs.c: add a strbuf argument to ref_transaction_commit for error loggingRonnie Sahlberg1-1/+4
2014-07-14refs.c: constify the sha arguments for ref_transaction_create|delete|updateRonnie Sahlberg1-3/+4
2014-07-14refs.c: ref_transaction_commit should not free the transactionRonnie Sahlberg1-3/+2
2014-07-14refs.c: remove ref_transaction_rollbackRonnie Sahlberg1-9/+7
2014-06-16Merge branch 'jl/remote-rm-prune'Junio C Hamano1-0/+3
2014-06-06Merge branch 'rs/reflog-exists'Junio C Hamano1-0/+6
2014-05-27remote prune: optimize "dangling symref" check/warningJens Lindström1-0/+1
2014-05-27remote: repack packed-refs once when deleting multiple refsJens Lindström1-0/+2
2014-05-08refs.c: add new functions reflog_exists and delete_reflogRonnie Sahlberg1-0/+6
2014-04-07struct ref_update: rename field "ref_name" to "refname"Michael Haggerty1-1/+1
2014-04-07refs: remove API function update_refs()Michael Haggerty1-20/+0
2014-04-07refs: add a concept of a reference transactionMichael Haggerty1-0/+65
2014-04-07update_refs(): fix constnessMichael Haggerty1-1/+1
2014-04-07refs.h: rename the action_on_err constantsMichael Haggerty1-2/+7
2013-11-01Merge branch 'sb/refs-code-cleanup'Junio C Hamano1-8/+0
2013-10-28refs: remove unused function invalidate_ref_cacheStefan Beller1-8/+0
2013-09-04refs: add update_refs for multiple simultaneous updatesBrad King1-0/+20
2013-08-30refs: report ref type from lock_any_ref_for_updateBrad King1-1/+1
2013-06-20refs: implement simple transactions for the packed-refs fileMichael Haggerty1-2/+24
2013-06-14Merge branch 'mh/reflife'Junio C Hamano1-6/+16
2013-06-02refs: document the lifetime of the args passed to each_ref_fnMichael Haggerty1-6/+16
2013-05-29Merge branch 'mh/packed-refs-various'Junio C Hamano1-0/+35
2013-05-01pack-refs: merge code from pack-refs.{c,h} into refs.{c,h}Michael Haggerty1-0/+14
2013-05-01peel_ref(): fix return value for non-peelable, not-current referenceMichael Haggerty1-0/+8
2013-05-01refs: document flags constants REF_*Michael Haggerty1-0/+13