aboutsummaryrefslogtreecommitdiff
path: root/refs.c
Commit message (Expand)AuthorAge
* Merge branch 'mh/reporting-broken-refs-from-for-each-ref'Junio C Hamano2015-06-24
|\
| * 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/verify-lock-error-report'Junio C Hamano2015-06-11
|\ \
| * | ref_transaction_commit(): do not capitalize error messagesMichael Haggerty2015-05-27
| * | verify_lock(): do not capitalize error messagesMichael Haggerty2015-05-27
| * | verify_lock(): report errors via a strbufMichael Haggerty2015-05-27
| * | verify_lock(): on errors, let the caller unlock the lockMichael Haggerty2015-05-27
| * | verify_lock(): return 0/-1 rather than struct ref_lock *Michael Haggerty2015-05-27
* | | struct ref_lock: convert old_sha1 member to object_idMichael Haggerty2015-05-25
* | | warn_if_dangling_symref(): convert local variable "junk" to object_idMichael Haggerty2015-05-25
* | | each_ref_fn_adapter(): remove adapterMichael Haggerty2015-05-25
* | | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-25
* | | refs: convert struct ref_entry to use struct object_idbrian m. carlson2015-05-25
|/ /
* | Merge branch 'mh/lockfile-retry'Junio C Hamano2015-05-22
|\ \
| * | lock_packed_refs(): allow retries when acquiring the packed-refs lockMichael Haggerty2015-05-14
* | | Merge branch 'mh/ref-directory-file'Junio C Hamano2015-05-22
|\ \ \
| * | | 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 'mh/write-refs-sooner-2.4'Junio C Hamano2015-05-22
|\ \ \ \
| * | | | 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
| |/ / /
* | | | Merge branch 'sb/ref-lock-lose-lock-fd'Junio C Hamano2015-05-19
|\ \ \ \ | |_|/ / |/| | |
| * | | refs.c: remove lock_fd from struct ref_lockStefan Beller2015-05-10
| |/ /
* | | Merge branch 'jk/reading-packed-refs'Junio C Hamano2015-05-11
|\ \ \
| * | | read_packed_refs: avoid double-checking sane refsJeff King2015-04-16
| |/ /
* | | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-11
|\ \ \ | |/ / |/| |
| * | git_snpath(): retire and replace with strbuf_git_path()Nguyễn Thái Ngọc Duy2014-12-01
| * | path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy2014-12-01
* | | Merge branch 'jk/prune-with-corrupt-refs'Junio C Hamano2015-03-25
|\ \ \ | | |/ | |/|
| * | refs.c: drop curate_packed_refsJeff King2015-03-20