summaryrefslogtreecommitdiff
path: root/refs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ma/lockfile-cleanup'Junio C Hamano2018-05-301-7/+9
|\
| * refs.c: do not die if locking fails in `delete_pseudoref()`Martin Ågren2018-05-101-4/+7
| * refs.c: do not die if locking fails in `write_pseudoref()`Martin Ågren2018-05-101-3/+2
* | Merge branch 'js/rebase-recreate-merge'Junio C Hamano2018-05-231-1/+2
|\ \
| * | sequencer: make refs generated by the `label` command worktree-localJohannes Schindelin2018-04-261-1/+2
* | | Merge branch 'sb/oid-object-info'Junio C Hamano2018-05-231-1/+1
|\ \ \
| * | | cache.h: add repository argument to oid_object_infoStefan Beller2018-04-261-1/+1
* | | | Merge branch 'sb/object-store-replace'Junio C Hamano2018-05-231-0/+3
|\ \ \ \
| * | | | get_main_ref_store: BUG() when outside a repositoryJeff King2018-05-211-0/+3
| |/ / /
* | | | Merge branch 'sb/object-store-replace'Junio C Hamano2018-05-081-41/+39
|\ \ \ \ | |/ / /
| * | | refs: allow for_each_replace_ref to handle arbitrary repositoriesStefan Beller2018-04-121-2/+2
| * | | refs: store the main ref store inside the repository structStefan Beller2018-04-121-8/+5
| * | | refs: add repository argument to for_each_replace_refStefan Beller2018-04-121-1/+1
| * | | refs: add repository argument to get_main_ref_storeStefan Beller2018-04-121-33/+34
| |/ /
* | | Merge branch 'bw/protocol-v2'Junio C Hamano2018-05-081-0/+14
|\ \ \ | |/ / |/| |
| * | ls-remote: pass ref prefixes when requesting a remote's refsBrandon Williams2018-03-151-0/+14
| |/
* | sha1_file: convert sha1_object_info* to object_idbrian m. carlson2018-03-141-1/+1
|/
* log: add option to choose which refs to decoratera/decorate-limit-refsRafael Ascensão2017-11-221-0/+65
* refs: update some more docs to use "oid" rather than "sha1"mh/tidy-ref-update-flagsMichael Haggerty2017-11-061-1/+1
* ref_transaction_add_update(): remove a checkMichael Haggerty2017-11-061-3/+0
* ref_transaction_update(): die on disallowed flagsMichael Haggerty2017-11-061-1/+2
* refs: convert read_raw_ref backends to struct object_idbrian m. carlson2017-10-161-4/+4
* refs: convert peel_object to struct object_idbrian m. carlson2017-10-161-5/+5
* refs: convert resolve_ref_unsafe to struct object_idbrian m. carlson2017-10-161-15/+14
* refs: convert resolve_gitlink_ref to struct object_idbrian m. carlson2017-10-161-3/+3
* refs: convert reflog_expire parameter to struct object_idbrian m. carlson2017-10-161-4/+4
* refs: convert read_ref_at to struct object_idbrian m. carlson2017-10-161-17/+17
* refs: convert peel_ref to struct object_idbrian m. carlson2017-10-161-5/+5
* refs: convert dwim_log to struct object_idbrian m. carlson2017-10-161-4/+4
* refs: convert dwim_ref and expand_ref to struct object_idbrian m. carlson2017-10-161-7/+8
* refs: convert read_ref and read_ref_full to object_idbrian m. carlson2017-10-161-13/+13
* refs: convert resolve_refdup and refs_resolve_refdup to struct object_idbrian m. carlson2017-10-161-4/+4
* refs: update ref transactions to use struct object_idbrian m. carlson2017-10-161-26/+24
* refs: prevent accidental NULL dereference in write_pseudorefbrian m. carlson2017-10-161-0/+3
* refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson2017-10-161-23/+16
* refs: convert delete_ref and refs_delete_ref to struct object_idbrian m. carlson2017-10-161-10/+11
* refs_resolve_ref_unsafe: handle d/f conflicts for writesjk/refs-df-conflictJeff King2017-10-071-1/+14
* Merge branch 'mh/mmap-packed-refs'Junio C Hamano2017-10-031-1/+21
|\
| * ref_store: implement `refs_peel_ref()` genericallyMichael Haggerty2017-09-251-1/+17
| * ref_iterator: keep track of whether the iterator output is orderedMichael Haggerty2017-09-141-0/+4
* | Merge branch 'sd/branch-copy'Junio C Hamano2017-10-031-0/+11
|\ \
| * | branch: add a --copy (-c) option to go with --move (-m)Sahil Dua2017-06-181-0/+11
* | | Merge branch 'rs/resolve-ref-optional-result'Junio C Hamano2017-09-281-4/+5
|\ \ \
| * | | refs: pass NULL to resolve_ref_unsafe() if hash is not neededRené Scharfe2017-09-241-4/+2
| * | | refs: make sha1 output parameter of refs_resolve_ref_unsafe() optionalRené Scharfe2017-09-241-0/+3
* | | | Merge branch 'tg/refs-allowed-flags'Junio C Hamano2017-09-251-0/+2
|\ \ \ \
| * | | | refs: strip out not allowed flags from ref_transaction_updatetg/refs-allowed-flagsThomas Gummerer2017-09-141-0/+2
* | | | | Merge branch 'jn/per-repo-object-store-fixes'Junio C Hamano2017-09-251-1/+1
|\ \ \ \ \
| * | | | | replace-objects: evaluate replacement refs without using the object storejn/per-repo-object-store-fixesStefan Beller2017-09-141-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'jk/write-in-full-fix'Junio C Hamano2017-09-251-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |