aboutsummaryrefslogtreecommitdiff
path: root/refs.c
Commit message (Expand)AuthorAge
* Merge branch 'jk/blame-commit-label' into maintJunio C Hamano2015-02-24
|\
| * use xstrdup_or_null to replace ternary conditionalsJeff King2015-01-13
* | refs: plug strbuf leak in lock_ref_sha1_basic()René Scharfe2014-12-29
* | Merge branch 'jk/read-packed-refs-without-path-max'Junio C Hamano2014-12-22
|\ \
| * | read_packed_refs: use skip_prefix instead of static arrayJeff King2014-12-10
| * | read_packed_refs: pass strbuf to parse_ref_lineJeff King2014-12-10
| * | read_packed_refs: use a strbuf for reading linesJeff King2014-12-10
| * | Merge branch 'jk/prune-top-level-refs-after-packing' into maintJunio C Hamano2014-09-19
| |\ \
* | \ \ Merge branch 'jk/for-each-reflog-ent-reverse'Junio C Hamano2014-12-22
|\ \ \ \
| * | | | for_each_reflog_ent_reverse: turn leftover check into assertionJeff King2014-12-05
| * | | | for_each_reflog_ent_reverse: fix newlines on block boundariesJeff King2014-12-05
* | | | | Merge branch 'mh/simplify-repack-without-refs'Junio C Hamano2014-12-22
|\ \ \ \ \
| * | | | | repack_without_refs(): make the refnames argument a string_listMichael Haggerty2014-11-25
* | | | | | lock_ref_sha1_basic: do not die on locking errorsRonnie Sahlberg2014-11-20
|/ / / / /
* | | | | Merge branch 'jk/fetch-reflog-df-conflict'Junio C Hamano2014-11-06
|\ \ \ \ \
| * | | | | ignore stale directories when checking reflog existenceJeff King2014-11-04
* | | | | | ref_transaction_commit: bail out on failure to remove a refJonathan Nieder2014-10-15
* | | | | | refs.c: do not permit err == NULLJonathan Nieder2014-10-15
* | | | | | refs.c: allow listing and deleting badly named refsRonnie Sahlberg2014-10-15
* | | | | | packed-ref cache: forbid dot-components in refnamesJonathan Nieder2014-10-15
* | | | | | branch -d: avoid repeated symref resolutionJonathan Nieder2014-10-15
* | | | | | refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-15
* | | | | | refs.c: make write_ref_sha1 staticRonnie Sahlberg2014-10-15
* | | | | | refs.c: ref_transaction_commit: distinguish name conflicts from other errorsRonnie Sahlberg2014-10-15
* | | | | | refs.c: pass a list of names to skip to is_refname_availableRonnie Sahlberg2014-10-15
* | | | | | refs.c: call lock_ref_sha1_basic directly from commitRonnie Sahlberg2014-10-15
* | | | | | refs.c: refuse to lock badly named refs in lock_ref_sha1_basicRonnie Sahlberg2014-10-15
* | | | | | rename_ref: don't ask read_ref_full where the ref came fromRonnie Sahlberg2014-10-15
* | | | | | refs.c: pass the ref log message to _create/delete/update instead of _commitRonnie Sahlberg2014-10-15
* | | | | | refs.c: add an err argument to delete_ref_looseRonnie Sahlberg2014-10-15
* | | | | | refs.c: lock_ref_sha1_basic is used for all refsRonnie Sahlberg2014-10-15
* | | | | | wrapper.c: remove/unlink_or_warn: simplify, treat ENOENT as successRonnie Sahlberg2014-10-15
* | | | | | commit_packed_refs(): reimplement using fdopen_lock_file()Michael Haggerty2014-10-01
* | | | | | lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty2014-10-01
* | | | | | get_locked_file_path(): new functionMichael Haggerty2014-10-01
* | | | | | lockfile: rename LOCK_NODEREF to LOCK_NO_DEREFMichael Haggerty2014-10-01
* | | | | | lockfile: change lock_file::filename into a strbufMichael Haggerty2014-10-01
* | | | | | delete_ref_loose(): don't muck around in the lock_file's filenameMichael Haggerty2014-10-01
* | | | | | cache.h: define constants LOCK_SUFFIX and LOCK_SUFFIX_LENMichael Haggerty2014-10-01
* | | | | | unable_to_lock_die(): rename function from unable_to_lock_index_die()Michael Haggerty2014-10-01
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'da/rev-parse-verify-quiet'Junio C Hamano2014-09-29
|\ \ \ \ \
| * | | | | refs: make rev-parse --quiet actually quietDavid Aguilar2014-09-19
* | | | | | Merge branch 'jk/faster-name-conflicts'Junio C Hamano2014-09-26
|\ \ \ \ \ \
| * | | | | | refs: speed up is_refname_availableJeff King2014-09-12
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'jk/write-packed-refs-via-stdio'Junio C Hamano2014-09-26
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | refs: write packed_refs file using stdioJeff King2014-09-10
| |/ / / /
* | | | | Merge branch 'jk/prune-top-level-refs-after-packing'Junio C Hamano2014-09-11
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | pack-refs: prune top-level refs like "refs/foo"Jeff King2014-08-25
| | |/ / | |/| |
| * | | add object_as_type helper for casting objectsJeff King2014-07-28
* | | | Merge branch 'rs/ref-transaction-1'Junio C Hamano2014-09-11
|\ \ \ \ | |_|/ / |/| | |