summaryrefslogtreecommitdiff
path: root/refs.c
AgeCommit message (Expand)Author
2017-10-07refs_resolve_ref_unsafe: handle d/f conflicts for writesJeff King
2017-10-03Merge branch 'mh/mmap-packed-refs'Junio C Hamano
2017-10-03Merge branch 'sd/branch-copy'Junio C Hamano
2017-09-28Merge branch 'rs/resolve-ref-optional-result'Junio C Hamano
2017-09-25ref_store: implement `refs_peel_ref()` genericallyMichael Haggerty
2017-09-25Merge branch 'tg/refs-allowed-flags'Junio C Hamano
2017-09-25Merge branch 'jn/per-repo-object-store-fixes'Junio C Hamano
2017-09-25Merge branch 'jk/write-in-full-fix'Junio C Hamano
2017-09-24refs: pass NULL to resolve_ref_unsafe() if hash is not neededRené Scharfe
2017-09-24refs: make sha1 output parameter of refs_resolve_ref_unsafe() optionalRené Scharfe
2017-09-19Merge branch 'rs/strbuf-leakfix'Junio C Hamano
2017-09-19Merge branch 'nd/prune-in-worktree'Junio C Hamano
2017-09-14ref_iterator: keep track of whether the iterator output is orderedMichael Haggerty
2017-09-14avoid "write_in_full(fd, buf, len) != len" patternJeff King
2017-09-14replace-objects: evaluate replacement refs without using the object storeStefan Beller
2017-09-14refs: strip out not allowed flags from ref_transaction_updateThomas Gummerer
2017-09-06refs: release strbuf on error return in write_pseudoref()Rene Scharfe
2017-08-27Merge branch 'mh/ref-lock-entry'Junio C Hamano
2017-08-24refs.c: reindent get_submodule_ref_store()Nguyễn Thái Ngọc Duy
2017-08-24refs.c: remove fallback-to-main-store code get_submodule_ref_store()Nguyễn Thái Ngọc Duy
2017-08-24refs: remove dead for_each_*_submodule()Nguyễn Thái Ngọc Duy
2017-08-24refs.c: move for_each_remote_ref_submodule() to submodule.cNguyễn Thái Ngọc Duy
2017-08-24revision.c: use refs_for_each*() instead of for_each_*_submodule()Nguyễn Thái Ngọc Duy
2017-08-24refs: add refs_head_ref()Nguyễn Thái Ngọc Duy
2017-08-24refs: move submodule slash stripping code to get_submodule_ref_storeNguyễn Thái Ngọc Duy
2017-08-24refs.c: refactor get_submodule_ref_store(), share common free blockNguyễn Thái Ngọc Duy
2017-08-24refs.c: use is_dir_sep() in resolve_gitlink_ref()Nguyễn Thái Ngọc Duy
2017-08-23Merge branch 'cc/ref-is-hidden-microcleanup' into maintJunio C Hamano
2017-08-23refs: retry acquiring reference locks for 100msMichael Haggerty
2017-08-22Merge branch 'mh/packed-ref-store'Junio C Hamano
2017-08-11Merge branch 'cc/ref-is-hidden-microcleanup'Junio C Hamano
2017-08-11Merge branch 'bc/object-id'Junio C Hamano
2017-07-24refs: use skip_prefix() in ref_is_hidden()Christian Couder
2017-07-17sha1_name: convert GET_SHA1* flags to GET_OID*brian m. carlson
2017-07-13Merge branch 'sb/hashmap-customize-comparison'Junio C Hamano
2017-07-10Merge branch 'ab/wildmatch'Junio C Hamano
2017-06-30hashmap.h: compare function has access to a data fieldStefan Beller
2017-06-26Merge branch 'mh/packed-ref-store-prep'Junio C Hamano
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-24wildmatch: remove unused wildopts parameterÆvar Arnfjörð Bjarmason
2017-06-23packed-backend: new module for handling packed referencesMichael Haggerty
2017-06-19for_each_bisect_ref(): don't trim refnamesMichael Haggerty
2017-06-19branch: add a --copy (-c) option to go with --move (-m)Sahil Dua
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-05-23refs_ref_iterator_begin(): handle `GIT_REF_PARANOIA`Michael Haggerty
2017-05-23ref_update_reject_duplicates(): add a sanity checkMichael Haggerty
2017-05-23ref_update_reject_duplicates(): use `size_t` rather than `int`Michael Haggerty
2017-05-23ref_update_reject_duplicates(): expose function to whole refs moduleMichael Haggerty
2017-05-23ref_transaction_prepare(): new optional step for reference updatesMichael Haggerty
2017-05-23ref_transaction_commit(): check for valid `transaction->state`Michael Haggerty