summaryrefslogtreecommitdiff
path: root/refs.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | avoid "write_in_full(fd, buf, len) != len" patternJeff King2017-09-141-1/+1
| | |/ / | |/| |
| * | | Merge branch 'cc/ref-is-hidden-microcleanup' into maintJunio C Hamano2017-08-231-5/+4
| |\ \ \
* | \ \ \ Merge branch 'rs/strbuf-leakfix'Junio C Hamano2017-09-191-1/+1
|\ \ \ \ \
| * | | | | refs: release strbuf on error return in write_pseudoref()Rene Scharfe2017-09-071-1/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'nd/prune-in-worktree'Junio C Hamano2017-09-191-79/+31
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | refs.c: reindent get_submodule_ref_store()nd/prune-in-worktreeNguyễn Thái Ngọc Duy2017-08-241-7/+5
| * | | | refs.c: remove fallback-to-main-store code get_submodule_ref_store()Nguyễn Thái Ngọc Duy2017-08-241-8/+3
| * | | | refs: remove dead for_each_*_submodule()Nguyễn Thái Ngọc Duy2017-08-241-33/+0
| * | | | refs.c: move for_each_remote_ref_submodule() to submodule.cNguyễn Thái Ngọc Duy2017-08-241-6/+0
| * | | | revision.c: use refs_for_each*() instead of for_each_*_submodule()Nguyễn Thái Ngọc Duy2017-08-241-5/+4
| * | | | refs: add refs_head_ref()Nguyễn Thái Ngọc Duy2017-08-241-10/+13
| * | | | refs: move submodule slash stripping code to get_submodule_ref_storeNguyễn Thái Ngọc Duy2017-08-241-16/+17
| * | | | refs.c: refactor get_submodule_ref_store(), share common free blockNguyễn Thái Ngọc Duy2017-08-241-11/+6
| * | | | refs.c: use is_dir_sep() in resolve_gitlink_ref()Nguyễn Thái Ngọc Duy2017-08-241-1/+1
* | | | | Merge branch 'mh/ref-lock-entry'Junio C Hamano2017-08-261-3/+21
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | refs: retry acquiring reference locks for 100msmh/ref-lock-entryMichael Haggerty2017-08-231-3/+21
| |/ / /
* | | | Merge branch 'mh/packed-ref-store'Junio C Hamano2017-08-221-0/+18
|\ \ \ \
| * | | | packed-backend: new module for handling packed referencesMichael Haggerty2017-06-231-0/+18
* | | | | Merge branch 'cc/ref-is-hidden-microcleanup'Junio C Hamano2017-08-111-5/+4
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | refs: use skip_prefix() in ref_is_hidden()cc/ref-is-hidden-microcleanupChristian Couder2017-07-241-5/+4
| * | | | Merge branch 'jk/interpret-branch-name' into maintJunio C Hamano2017-03-281-1/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'jk/parse-config-key-cleanup' into maintJunio C Hamano2017-03-281-3/+3
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'bc/object-id'Junio C Hamano2017-08-111-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | sha1_name: convert GET_SHA1* flags to GET_OID*brian m. carlson2017-07-171-1/+1
* | | | | | | Merge branch 'sb/hashmap-customize-comparison'Junio C Hamano2017-07-131-2/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | hashmap.h: compare function has access to a data fieldStefan Beller2017-06-301-2/+3
* | | | | | | Merge branch 'ab/wildmatch'Junio C Hamano2017-07-101-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |