aboutsummaryrefslogtreecommitdiff
path: root/refs.c
Commit message (Expand)AuthorAge
...
* | | | | 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
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | refs.c: let fprintf handle the formattingStefan Beller2014-12-22
| * | | | refs.c: don't expose the internal struct ref_lock in the header fileStefan Beller2014-12-22
| * | | | lock_any_ref_for_update(): inline functionMichael Haggerty2014-12-22
| * | | | refs.c: remove unlock_ref/close_ref/commit_ref from the refs apiRonnie Sahlberg2014-12-22
| * | | | reflog_expire(): new function in the reference APIMichael Haggerty2014-12-22
| * | | | refs.c: add a function to append a reflog entry to a fdRonnie Sahlberg2014-12-12
| * | | | refs.c: make ref_transaction_delete a wrapper for ref_transaction_updateRonnie Sahlberg2014-12-04
| * | | | refs.c: make ref_transaction_create a wrapper for ref_transaction_updateRonnie Sahlberg2014-12-04
| | |_|/ | |/| |
* | | | Merge branch 'jk/blame-commit-label'Junio C Hamano2015-02-11
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | 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