aboutsummaryrefslogtreecommitdiff
path: root/refs.c
Commit message (Expand)AuthorAge
* Merge branch 'mh/reporting-broken-refs-from-for-each-ref' into maintJunio C Hamano2015-08-03
|\
| * read_loose_refs(): treat NULL_SHA1 loose references as brokenMichael Haggerty2015-06-08
| * read_loose_refs(): simplify function logicMichael Haggerty2015-06-03
* | Merge branch 'mh/write-refs-sooner-2.4' into maintJunio C Hamano2015-06-05
|\ \
| * | ref_transaction_commit(): fix atomicity and avoid fd exhaustionMichael Haggerty2015-05-12
| * | ref_transaction_commit(): remove the local flags variableMichael Haggerty2015-05-12
| * | ref_transaction_commit(): inline call to write_ref_sha1()Michael Haggerty2015-05-12
| * | rename_ref(): inline calls to write_ref_sha1() from this functionMichael Haggerty2015-05-12
| * | commit_ref_update(): new function, extracted from write_ref_sha1()Michael Haggerty2015-05-12
| * | write_ref_to_lockfile(): new function, extracted from write_ref_sha1()Michael Haggerty2015-05-12
* | | reflog_expire(): integrate lock_ref_sha1_basic() errors into oursMichael Haggerty2015-05-11
* | | ref_transaction_commit(): delete extra "the" from error messageMichael Haggerty2015-05-11
* | | ref_transaction_commit(): provide better error messagesMichael Haggerty2015-05-11
* | | rename_ref(): integrate lock_ref_sha1_basic() errors into oursMichael Haggerty2015-05-11
* | | lock_ref_sha1_basic(): improve diagnostics for ref D/F conflictsMichael Haggerty2015-05-11
* | | lock_ref_sha1_basic(): report errors via a "struct strbuf *err"Michael Haggerty2015-05-11
* | | verify_refname_available(): report errors via a "struct strbuf *err"Michael Haggerty2015-05-11
* | | verify_refname_available(): rename functionMichael Haggerty2015-05-11
* | | refs: check for D/F conflicts among refs created in a transactionMichael Haggerty2015-05-11
* | | ref_transaction_commit(): use a string_list for detecting duplicatesMichael Haggerty2015-05-11
* | | is_refname_available(): use dirname in first loopMichael Haggerty2015-05-11
* | | struct nonmatching_ref_data: store a refname instead of a ref_entryMichael Haggerty2015-05-11
* | | report_refname_conflict(): inline functionMichael Haggerty2015-05-11
* | | entry_matches(): inline functionMichael Haggerty2015-05-11
* | | is_refname_available(): convert local variable "dirname" to strbufMichael Haggerty2015-05-11
* | | is_refname_available(): avoid shadowing "dir" variableMichael Haggerty2015-05-11
* | | is_refname_available(): revamp the commentsMichael Haggerty2015-05-11
|/ /
* | Merge branch 'jk/prune-with-corrupt-refs'Junio C Hamano2015-03-25
|\ \ | |/
| * refs.c: drop curate_packed_refsJeff King2015-03-20
| * refs: introduce a "ref paranoia" flagJeff King2015-03-20
| * Merge branch 'jk/blame-commit-label' into maintJunio C Hamano2015-02-24
| |\
* | \ Merge branch 'mh/expire-updateref-fixes'Junio C Hamano2015-03-10
|\ \ \
| * | | reflog_expire(): never update a reference to null_sha1Michael Haggerty2015-03-05
| * | | reflog_expire(): ignore --updateref for symbolic referencesMichael Haggerty2015-03-05
| * | | struct ref_lock: delete the force_write memberStefan Beller2015-03-05
| * | | lock_ref_sha1_basic(): do not set force_write for missing referencesMichael Haggerty2015-03-05
| * | | write_ref_sha1(): move write elision test to callersMichael Haggerty2015-03-05
| * | | write_ref_sha1(): remove check for lock == NULLMichael Haggerty2015-03-05
| * | | Merge branch 'mh/reflog-expire' into mh/ref-trans-value-checkJunio C Hamano2015-02-09
| |\ \ \ | | |/ / | |/| |
* | | | update_ref(): improve documentationMichael Haggerty2015-02-17
* | | | ref_transaction_verify(): new function to check a reference's valueMichael Haggerty2015-02-17
* | | | ref_transaction_delete(): check that old_sha1 is not null_sha1Michael Haggerty2015-02-17
* | | | ref_transaction_create(): check that new_sha1 is validMichael Haggerty2015-02-17
* | | | ref_transaction_delete(): remove "have_old" parameterMichael Haggerty2015-02-17
* | | | ref_transaction_update(): remove "have_old" parameterMichael Haggerty2015-02-17
* | | | struct ref_update: move "have_old" into "flags"Michael Haggerty2015-02-17
* | | | refs.c: change some "flags" to "unsigned int"Michael Haggerty2015-02-17
* | | | refs: remove the gap in the REF_* constant valuesMichael Haggerty2015-02-12
* | | | refs: move REF_DELETING to refs.cMichael Haggerty2015-02-12
* | | | Merge branch 'mh/reflog-expire'Junio C Hamano2015-02-11
|\ \ \ \ | | |/ / | |/| |