summaryrefslogtreecommitdiffstats
path: root/refs.c
AgeCommit message (Expand)AuthorLines
2018-05-30Merge branch 'jk/snprintf-truncation'Junio C Hamano-2/+2
2018-05-30Merge branch 'ma/create-pseudoref-with-null-old-oid'Junio C Hamano-5/+17
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano-17/+17
2018-05-30Merge branch 'ma/lockfile-cleanup'Junio C Hamano-7/+9
2018-05-23Merge branch 'js/rebase-recreate-merge'Junio C Hamano-1/+2
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano-1/+1
2018-05-23Merge branch 'sb/object-store-replace'Junio C Hamano-0/+3
2018-05-21shorten_unambiguous_ref: use xsnprintfJeff King-2/+2
2018-05-21get_main_ref_store: BUG() when outside a repositoryJeff King-0/+3
2018-05-13refs: handle zero oid for pseudorefsMartin Ågren-3/+13
2018-05-13refs.c: refer to "object ID", not "sha1", in error messagesMartin Ågren-2/+4
2018-05-10refs.c: do not die if locking fails in `delete_pseudoref()`Martin Ågren-4/+7
2018-05-10refs.c: do not die if locking fails in `write_pseudoref()`Martin Ågren-3/+2
2018-05-08Merge branch 'sb/object-store-replace'Junio C Hamano-41/+39
2018-05-08Merge branch 'bw/protocol-v2'Junio C Hamano-0/+14
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin-17/+17
2018-04-26sequencer: make refs generated by the `label` command worktree-localJohannes Schindelin-1/+2
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller-1/+1
2018-04-12refs: allow for_each_replace_ref to handle arbitrary repositoriesStefan Beller-2/+2
2018-04-12refs: store the main ref store inside the repository structStefan Beller-8/+5
2018-04-12refs: add repository argument to for_each_replace_refStefan Beller-1/+1
2018-04-12refs: add repository argument to get_main_ref_storeStefan Beller-33/+34
2018-03-15ls-remote: pass ref prefixes when requesting a remote's refsBrandon Williams-0/+14
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson-1/+1
2017-11-22log: add option to choose which refs to decorateRafael Ascensão-0/+65
2017-11-06refs: update some more docs to use "oid" rather than "sha1"Michael Haggerty-1/+1
2017-11-06ref_transaction_add_update(): remove a checkMichael Haggerty-3/+0
2017-11-06ref_transaction_update(): die on disallowed flagsMichael Haggerty-1/+2
2017-10-16refs: convert read_raw_ref backends to struct object_idbrian m. carlson-4/+4
2017-10-16refs: convert peel_object to struct object_idbrian m. carlson-5/+5
2017-10-16refs: convert resolve_ref_unsafe to struct object_idbrian m. carlson-15/+14
2017-10-16refs: convert resolve_gitlink_ref to struct object_idbrian m. carlson-3/+3
2017-10-16refs: convert reflog_expire parameter to struct object_idbrian m. carlson-4/+4
2017-10-16refs: convert read_ref_at to struct object_idbrian m. carlson-17/+17
2017-10-16refs: convert peel_ref to struct object_idbrian m. carlson-5/+5
2017-10-16refs: convert dwim_log to struct object_idbrian m. carlson-4/+4
2017-10-16refs: convert dwim_ref and expand_ref to struct object_idbrian m. carlson-7/+8
2017-10-16refs: convert read_ref and read_ref_full to object_idbrian m. carlson-13/+13
2017-10-16refs: convert resolve_refdup and refs_resolve_refdup to struct object_idbrian m. carlson-4/+4
2017-10-16refs: update ref transactions to use struct object_idbrian m. carlson-26/+24
2017-10-16refs: prevent accidental NULL dereference in write_pseudorefbrian m. carlson-0/+3
2017-10-16refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson-23/+16
2017-10-16refs: convert delete_ref and refs_delete_ref to struct object_idbrian m. carlson-10/+11
2017-10-07refs_resolve_ref_unsafe: handle d/f conflicts for writesJeff King-1/+14
2017-10-03Merge branch 'mh/mmap-packed-refs'Junio C Hamano-1/+21
2017-10-03Merge branch 'sd/branch-copy'Junio C Hamano-0/+11
2017-09-28Merge branch 'rs/resolve-ref-optional-result'Junio C Hamano-4/+5
2017-09-25ref_store: implement `refs_peel_ref()` genericallyMichael Haggerty-1/+17
2017-09-25Merge branch 'tg/refs-allowed-flags'Junio C Hamano-0/+2
2017-09-25Merge branch 'jn/per-repo-object-store-fixes'Junio C Hamano-1/+1