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