summaryrefslogtreecommitdiff
path: root/refs.c
AgeCommit message (Expand)Author
2015-05-25refs: convert struct ref_entry to use struct object_idbrian m. carlson
2015-05-22Merge branch 'mh/lockfile-retry'Junio C Hamano
2015-05-22Merge branch 'mh/ref-directory-file'Junio C Hamano
2015-05-22Merge branch 'mh/write-refs-sooner-2.4'Junio C Hamano
2015-05-19Merge branch 'sb/ref-lock-lose-lock-fd'Junio C Hamano
2015-05-14lock_packed_refs(): allow retries when acquiring the packed-refs lockMichael Haggerty
2015-05-13ref_transaction_commit(): fix atomicity and avoid fd exhaustionMichael Haggerty
2015-05-13ref_transaction_commit(): remove the local flags variableMichael Haggerty
2015-05-13ref_transaction_commit(): inline call to write_ref_sha1()Michael Haggerty
2015-05-13rename_ref(): inline calls to write_ref_sha1() from this functionMichael Haggerty
2015-05-13commit_ref_update(): new function, extracted from write_ref_sha1()Michael Haggerty
2015-05-13write_ref_to_lockfile(): new function, extracted from write_ref_sha1()Michael Haggerty
2015-05-11Merge branch 'jk/reading-packed-refs'Junio C Hamano
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano
2015-05-11reflog_expire(): integrate lock_ref_sha1_basic() errors into oursMichael Haggerty
2015-05-11ref_transaction_commit(): delete extra "the" from error messageMichael Haggerty
2015-05-11ref_transaction_commit(): provide better error messagesMichael Haggerty
2015-05-11rename_ref(): integrate lock_ref_sha1_basic() errors into oursMichael Haggerty
2015-05-11lock_ref_sha1_basic(): improve diagnostics for ref D/F conflictsMichael Haggerty
2015-05-11lock_ref_sha1_basic(): report errors via a "struct strbuf *err"Michael Haggerty
2015-05-11verify_refname_available(): report errors via a "struct strbuf *err"Michael Haggerty
2015-05-11verify_refname_available(): rename functionMichael Haggerty
2015-05-11refs: check for D/F conflicts among refs created in a transactionMichael Haggerty
2015-05-11ref_transaction_commit(): use a string_list for detecting duplicatesMichael Haggerty
2015-05-11is_refname_available(): use dirname in first loopMichael Haggerty
2015-05-11struct nonmatching_ref_data: store a refname instead of a ref_entryMichael Haggerty
2015-05-11report_refname_conflict(): inline functionMichael Haggerty
2015-05-11entry_matches(): inline functionMichael Haggerty
2015-05-11is_refname_available(): convert local variable "dirname" to strbufMichael Haggerty
2015-05-11is_refname_available(): avoid shadowing "dir" variableMichael Haggerty
2015-05-11is_refname_available(): revamp the commentsMichael Haggerty
2015-05-11refs.c: remove lock_fd from struct ref_lockStefan Beller
2015-04-16read_packed_refs: avoid double-checking sane refsJeff King
2015-03-25Merge branch 'jk/prune-with-corrupt-refs'Junio C Hamano
2015-03-20refs.c: drop curate_packed_refsJeff King
2015-03-20refs: introduce a "ref paranoia" flagJeff King
2015-03-10Merge branch 'mh/expire-updateref-fixes'Junio C Hamano
2015-03-05reflog_expire(): never update a reference to null_sha1Michael Haggerty
2015-03-05reflog_expire(): ignore --updateref for symbolic referencesMichael Haggerty
2015-03-05struct ref_lock: delete the force_write memberStefan Beller
2015-03-05lock_ref_sha1_basic(): do not set force_write for missing referencesMichael Haggerty
2015-03-05write_ref_sha1(): move write elision test to callersMichael Haggerty
2015-03-05write_ref_sha1(): remove check for lock == NULLMichael Haggerty
2015-02-25Merge branch 'jk/blame-commit-label' into maintJunio C Hamano
2015-02-17update_ref(): improve documentationMichael Haggerty
2015-02-17ref_transaction_verify(): new function to check a reference's valueMichael Haggerty
2015-02-17ref_transaction_delete(): check that old_sha1 is not null_sha1Michael Haggerty
2015-02-17ref_transaction_create(): check that new_sha1 is validMichael Haggerty
2015-02-17ref_transaction_delete(): remove "have_old" parameterMichael Haggerty
2015-02-17ref_transaction_update(): remove "have_old" parameterMichael Haggerty