summaryrefslogtreecommitdiff
path: root/refs.c
AgeCommit message (Expand)Author
2021-07-17Merge branch 'hn/refs-iterator-peel-returns-boolean'Junio C Hamano
2021-05-19refs: make explicit that ref_iterator_peel returns booleanHan-Wen Nienhuys
2021-05-10Merge branch 'bc/hash-transition-interop-part-1'Junio C Hamano
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson
2021-04-13lookup_unknown_object(): take a repository argumentJeff King
2021-03-14use CALLOC_ARRAYRené Scharfe
2021-02-06Merge branch 'tb/ls-refs-optim'Junio C Hamano
2021-02-03Merge branch 'jk/peel-iterated-oid'Junio C Hamano
2021-01-23refs: expose 'for_each_fullref_in_prefixes'Taylor Blau
2021-01-21refs: switch peel_ref() to peel_iterated_oid()Jeff King
2021-01-11refs: allow @{n} to work with n-sized reflogDenton Liu
2021-01-10refs: factor out set_read_ref_cutoffs()Denton Liu
2020-12-13init: provide useful advice about init.defaultBranchJohannes Schindelin
2020-12-13get_default_branch_name(): prepare for showing some adviceJohannes Schindelin
2020-10-23tests: start moving to a different default main branch nameJohannes Schindelin
2020-09-22Merge branch 'hn/refs-trace-backend'Junio C Hamano
2020-09-09Merge branch 'jt/interpret-branch-name-fallback'Junio C Hamano
2020-09-09refs: add GIT_TRACE_REFS debugging mechanismHan-Wen Nienhuys
2020-09-02wt-status: tolerate dangling marksJonathan Tan
2020-09-02refs: move dwim_ref() to header fileJonathan Tan
2020-09-02sha1-name: replace unsigned int with option structJonathan Tan
2020-08-31Merge branch 'ps/ref-transaction-hook'Junio C Hamano
2020-08-31Merge branch 'hn/refs-pseudorefs'Junio C Hamano
2020-08-27Merge branch 'hn/refs-fetch-head-is-special'Junio C Hamano
2020-08-25refs: remove lookup cache for reference-transaction hookPatrick Steinhardt
2020-08-21refs: make refs_ref_exists publicHan-Wen Nienhuys
2020-08-19refs: read FETCH_HEAD and MERGE_HEAD genericallyHan-Wen Nienhuys
2020-08-18Merge branch 'hn/reftable-prep-part-2'Junio C Hamano
2020-08-18Merge branch 'ps/ref-transaction-hook'Junio C Hamano
2020-08-10Merge branch 'jk/strvec'Junio C Hamano
2020-08-07refs: fix interleaving hook calls with reference-transaction hookPatrick Steinhardt
2020-08-01Merge branch 'hn/reftable' into masterJunio C Hamano
2020-07-31refs: move the logic to add \t to reflog to the files backendHan-Wen Nienhuys
2020-07-30Merge branch 'hn/reftable' into masterJunio C Hamano
2020-07-28strvec: convert remaining callers away from argv_array nameJeff King
2020-07-28strvec: rename files from argv-array to strvecJeff King
2020-07-27Make HEAD a PSEUDOREF rather than PER_WORKTREE.Han-Wen Nienhuys
2020-07-27Modify pseudo refs through ref backend storageHan-Wen Nienhuys
2020-07-10reflog: cleanse messages in the refs.c layerJunio C Hamano
2020-07-07Merge branch 'js/default-branch-name'Junio C Hamano
2020-07-07Merge branch 'ak/commit-graph-to-slab'Junio C Hamano
2020-06-24init: allow setting the default for the initial branch name via the configDon Goodman-Wilson
2020-06-19refs: implement reference transaction hookPatrick Steinhardt
2020-06-17object: drop parsed_object_pool->commit_countAbhishek Kumar
2020-04-28Merge branch 'ds/log-exclude-decoration-config'Junio C Hamano
2020-04-22Merge branch 'jc/missing-ref-store-fix'Junio C Hamano
2020-04-16log-tree: make ref_filter_match() a helper methodDerrick Stolee
2020-04-10repository: mark the "refs" pointer as privateJeff King
2019-10-07hashmap_entry: remove first member requirement from docsEric Wong
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong