summaryrefslogtreecommitdiff
path: root/refs.c
AgeCommit message (Expand)Author
2015-02-11Merge branch 'mh/reflog-expire'Junio C Hamano
2015-02-11Merge branch 'jk/blame-commit-label'Junio C Hamano
2015-01-13use xstrdup_or_null to replace ternary conditionalsJeff King
2014-12-29refs: plug strbuf leak in lock_ref_sha1_basic()René Scharfe
2014-12-22Merge branch 'jk/read-packed-refs-without-path-max'Junio C Hamano
2014-12-22Merge branch 'jk/for-each-reflog-ent-reverse'Junio C Hamano
2014-12-22Merge branch 'mh/simplify-repack-without-refs'Junio C Hamano
2014-12-22refs.c: let fprintf handle the formattingStefan Beller
2014-12-22refs.c: don't expose the internal struct ref_lock in the header fileStefan Beller
2014-12-22lock_any_ref_for_update(): inline functionMichael Haggerty
2014-12-22refs.c: remove unlock_ref/close_ref/commit_ref from the refs apiRonnie Sahlberg
2014-12-22reflog_expire(): new function in the reference APIMichael Haggerty
2014-12-12refs.c: add a function to append a reflog entry to a fdRonnie Sahlberg
2014-12-10read_packed_refs: use skip_prefix instead of static arrayJeff King
2014-12-10read_packed_refs: pass strbuf to parse_ref_lineJeff King
2014-12-10read_packed_refs: use a strbuf for reading linesJeff King
2014-12-05for_each_reflog_ent_reverse: turn leftover check into assertionJeff King
2014-12-05for_each_reflog_ent_reverse: fix newlines on block boundariesJeff King
2014-12-04refs.c: make ref_transaction_delete a wrapper for ref_transaction_updateRonnie Sahlberg
2014-12-04refs.c: make ref_transaction_create a wrapper for ref_transaction_updateRonnie Sahlberg
2014-11-25repack_without_refs(): make the refnames argument a string_listMichael Haggerty
2014-11-20lock_ref_sha1_basic: do not die on locking errorsRonnie Sahlberg
2014-11-06Merge branch 'jk/fetch-reflog-df-conflict'Junio C Hamano
2014-11-04ignore stale directories when checking reflog existenceJeff King
2014-10-15ref_transaction_commit: bail out on failure to remove a refJonathan Nieder
2014-10-15refs.c: do not permit err == NULLJonathan Nieder
2014-10-15refs.c: allow listing and deleting badly named refsRonnie Sahlberg
2014-10-15packed-ref cache: forbid dot-components in refnamesJonathan Nieder
2014-10-15branch -d: avoid repeated symref resolutionJonathan Nieder
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg
2014-10-15refs.c: make write_ref_sha1 staticRonnie Sahlberg
2014-10-15refs.c: ref_transaction_commit: distinguish name conflicts from other errorsRonnie Sahlberg
2014-10-15refs.c: pass a list of names to skip to is_refname_availableRonnie Sahlberg
2014-10-15refs.c: call lock_ref_sha1_basic directly from commitRonnie Sahlberg
2014-10-15refs.c: refuse to lock badly named refs in lock_ref_sha1_basicRonnie Sahlberg
2014-10-15rename_ref: don't ask read_ref_full where the ref came fromRonnie Sahlberg
2014-10-15refs.c: pass the ref log message to _create/delete/update instead of _commitRonnie Sahlberg
2014-10-15refs.c: add an err argument to delete_ref_looseRonnie Sahlberg
2014-10-15refs.c: lock_ref_sha1_basic is used for all refsRonnie Sahlberg
2014-10-15wrapper.c: remove/unlink_or_warn: simplify, treat ENOENT as successRonnie Sahlberg
2014-10-01commit_packed_refs(): reimplement using fdopen_lock_file()Michael Haggerty
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty
2014-10-01get_locked_file_path(): new functionMichael Haggerty
2014-10-01lockfile: rename LOCK_NODEREF to LOCK_NO_DEREFMichael Haggerty
2014-10-01lockfile: change lock_file::filename into a strbufMichael Haggerty
2014-10-01delete_ref_loose(): don't muck around in the lock_file's filenameMichael Haggerty
2014-10-01cache.h: define constants LOCK_SUFFIX and LOCK_SUFFIX_LENMichael Haggerty
2014-10-01unable_to_lock_die(): rename function from unable_to_lock_index_die()Michael Haggerty
2014-09-29Merge branch 'da/rev-parse-verify-quiet'Junio C Hamano
2014-09-26Merge branch 'jk/faster-name-conflicts'Junio C Hamano