summaryrefslogtreecommitdiff
path: root/refs.c
AgeCommit message (Expand)Author
2015-08-03Merge branch 'mh/reporting-broken-refs-from-for-each-ref' into maintJunio C Hamano
2015-06-08read_loose_refs(): treat NULL_SHA1 loose references as brokenMichael Haggerty
2015-06-05Merge branch 'mh/write-refs-sooner-2.4' into maintJunio C Hamano
2015-06-03read_loose_refs(): simplify function logicMichael 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-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-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
2015-02-17struct ref_update: move "have_old" into "flags"Michael Haggerty
2015-02-17refs.c: change some "flags" to "unsigned int"Michael Haggerty
2015-02-12refs: remove the gap in the REF_* constant valuesMichael Haggerty
2015-02-12refs: move REF_DELETING to refs.cMichael Haggerty
2015-02-11Merge branch 'mh/reflog-expire'Junio C Hamano
2015-02-11Merge branch 'jk/blame-commit-label'Junio C Hamano