aboutsummaryrefslogtreecommitdiff
path: root/refs.c
Commit message (Expand)AuthorAge
* log: add option to choose which refs to decorateRafael Ascensão2017-11-22
* refs: update some more docs to use "oid" rather than "sha1"Michael Haggerty2017-11-06
* ref_transaction_add_update(): remove a checkMichael Haggerty2017-11-06
* ref_transaction_update(): die on disallowed flagsMichael Haggerty2017-11-06
* refs: convert read_raw_ref backends to struct object_idbrian m. carlson2017-10-16
* refs: convert peel_object to struct object_idbrian m. carlson2017-10-16
* refs: convert resolve_ref_unsafe to struct object_idbrian m. carlson2017-10-16
* refs: convert resolve_gitlink_ref to struct object_idbrian m. carlson2017-10-16
* refs: convert reflog_expire parameter to struct object_idbrian m. carlson2017-10-16
* refs: convert read_ref_at to struct object_idbrian m. carlson2017-10-16
* refs: convert peel_ref to struct object_idbrian m. carlson2017-10-16
* refs: convert dwim_log to struct object_idbrian m. carlson2017-10-16
* refs: convert dwim_ref and expand_ref to struct object_idbrian m. carlson2017-10-16
* refs: convert read_ref and read_ref_full to object_idbrian m. carlson2017-10-16
* refs: convert resolve_refdup and refs_resolve_refdup to struct object_idbrian m. carlson2017-10-16
* refs: update ref transactions to use struct object_idbrian m. carlson2017-10-16
* refs: prevent accidental NULL dereference in write_pseudorefbrian m. carlson2017-10-16
* refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson2017-10-16
* refs: convert delete_ref and refs_delete_ref to struct object_idbrian m. carlson2017-10-16
* refs_resolve_ref_unsafe: handle d/f conflicts for writesJeff King2017-10-07
* Merge branch 'mh/mmap-packed-refs'Junio C Hamano2017-10-03
|\
| * ref_store: implement `refs_peel_ref()` genericallyMichael Haggerty2017-09-25
| * ref_iterator: keep track of whether the iterator output is orderedMichael Haggerty2017-09-14
* | Merge branch 'sd/branch-copy'Junio C Hamano2017-10-03
|\ \
| * | branch: add a --copy (-c) option to go with --move (-m)Sahil Dua2017-06-18
* | | Merge branch 'rs/resolve-ref-optional-result'Junio C Hamano2017-09-28
|\ \ \
| * | | refs: pass NULL to resolve_ref_unsafe() if hash is not neededRené Scharfe2017-09-24
| * | | refs: make sha1 output parameter of refs_resolve_ref_unsafe() optionalRené Scharfe2017-09-24
* | | | Merge branch 'tg/refs-allowed-flags'Junio C Hamano2017-09-25
|\ \ \ \
| * | | | refs: strip out not allowed flags from ref_transaction_updateThomas Gummerer2017-09-14
* | | | | Merge branch 'jn/per-repo-object-store-fixes'Junio C Hamano2017-09-25
|\ \ \ \ \
| * | | | | replace-objects: evaluate replacement refs without using the object storeStefan Beller2017-09-14
| | |_|_|/ | |/| | |
* | | | | Merge branch 'jk/write-in-full-fix'Junio C Hamano2017-09-25
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | avoid "write_in_full(fd, buf, len) != len" patternJeff King2017-09-14
| | |/ / | |/| |
| * | | Merge branch 'cc/ref-is-hidden-microcleanup' into maintJunio C Hamano2017-08-23
| |\ \ \
* | \ \ \ Merge branch 'rs/strbuf-leakfix'Junio C Hamano2017-09-19
|\ \ \ \ \
| * | | | | refs: release strbuf on error return in write_pseudoref()Rene Scharfe2017-09-07
| | |_|/ / | |/| | |
* | | | | Merge branch 'nd/prune-in-worktree'Junio C Hamano2017-09-19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | refs.c: reindent get_submodule_ref_store()Nguyễn Thái Ngọc Duy2017-08-24
| * | | | refs.c: remove fallback-to-main-store code get_submodule_ref_store()Nguyễn Thái Ngọc Duy2017-08-24
| * | | | refs: remove dead for_each_*_submodule()Nguyễn Thái Ngọc Duy2017-08-24
| * | | | refs.c: move for_each_remote_ref_submodule() to submodule.cNguyễn Thái Ngọc Duy2017-08-24
| * | | | revision.c: use refs_for_each*() instead of for_each_*_submodule()Nguyễn Thái Ngọc Duy2017-08-24
| * | | | refs: add refs_head_ref()Nguyễn Thái Ngọc Duy2017-08-24
| * | | | refs: move submodule slash stripping code to get_submodule_ref_storeNguyễn Thái Ngọc Duy2017-08-24
| * | | | refs.c: refactor get_submodule_ref_store(), share common free blockNguyễn Thái Ngọc Duy2017-08-24
| * | | | refs.c: use is_dir_sep() in resolve_gitlink_ref()Nguyễn Thái Ngọc Duy2017-08-24
* | | | | Merge branch 'mh/ref-lock-entry'Junio C Hamano2017-08-26
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | refs: retry acquiring reference locks for 100msMichael Haggerty2017-08-23
| |/ / /
* | | | Merge branch 'mh/packed-ref-store'Junio C Hamano2017-08-22
|\ \ \ \