summaryrefslogtreecommitdiffstats
path: root/refs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'hn/refs-iterator-peel-returns-boolean'Junio C Hamano2021-07-161-1/+1
|\
| * refs: make explicit that ref_iterator_peel returns booleanHan-Wen Nienhuys2021-05-201-1/+1
* | Merge branch 'bc/hash-transition-interop-part-1'Junio C Hamano2021-05-101-2/+2
|\ \
| * | hash: provide per-algorithm null OIDsbrian m. carlson2021-04-271-2/+2
| |/
* / lookup_unknown_object(): take a repository argumentJeff King2021-04-131-1/+1
|/
* use CALLOC_ARRAYRené Scharfe2021-03-131-2/+2
* Merge branch 'tb/ls-refs-optim'Junio C Hamano2021-02-051-0/+87
|\
| * refs: expose 'for_each_fullref_in_prefixes'Taylor Blau2021-01-221-0/+87
* | Merge branch 'jk/peel-iterated-oid'Junio C Hamano2021-02-031-23/+6
|\ \
| * | refs: switch peel_ref() to peel_iterated_oid()Jeff King2021-01-211-23/+6
| |/
* | refs: allow @{n} to work with n-sized reflogDenton Liu2021-01-111-14/+32
* | refs: factor out set_read_ref_cutoffs()Denton Liu2021-01-101-17/+17
|/
* init: provide useful advice about init.defaultBranchJohannes Schindelin2020-12-131-1/+17
* get_default_branch_name(): prepare for showing some adviceJohannes Schindelin2020-12-131-3/+3
* tests: start moving to a different default main branch nameJohannes Schindelin2020-10-231-1/+4
* Merge branch 'hn/refs-trace-backend'Junio C Hamano2020-09-221-0/+1
|\
| * refs: add GIT_TRACE_REFS debugging mechanismHan-Wen Nienhuys2020-09-091-0/+1
* | Merge branch 'jt/interpret-branch-name-fallback'Junio C Hamano2020-09-091-10/+10
|\ \ | |/ |/|
| * wt-status: tolerate dangling marksJonathan Tan2020-09-021-5/+9
| * refs: move dwim_ref() to header fileJonathan Tan2020-09-021-5/+0
| * sha1-name: replace unsigned int with option structJonathan Tan2020-09-021-1/+2
* | Merge branch 'ps/ref-transaction-hook'Junio C Hamano2020-08-311-9/+2
|\ \
| * | refs: remove lookup cache for reference-transaction hookPatrick Steinhardt2020-08-251-9/+2
* | | Merge branch 'hn/refs-pseudorefs'Junio C Hamano2020-08-311-1/+1
|\ \ \
| * | | refs: make refs_ref_exists publicHan-Wen Nienhuys2020-08-211-1/+1
* | | | Merge branch 'hn/refs-fetch-head-is-special'Junio C Hamano2020-08-271-1/+27
|\| | |
| * | | refs: read FETCH_HEAD and MERGE_HEAD genericallyHan-Wen Nienhuys2020-08-191-1/+27
* | | | Merge branch 'hn/reftable-prep-part-2'Junio C Hamano2020-08-171-117/+10
|\ \ \ \
| * | | | Make HEAD a PSEUDOREF rather than PER_WORKTREE.Han-Wen Nienhuys2020-07-271-4/+3
| * | | | Modify pseudo refs through ref backend storageHan-Wen Nienhuys2020-07-271-113/+7
* | | | | Merge branch 'ps/ref-transaction-hook'Junio C Hamano2020-08-171-1/+1
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | refs: fix interleaving hook calls with reference-transaction hookPatrick Steinhardt2020-08-071-1/+1
* | | | Merge branch 'jk/strvec'Junio C Hamano2020-08-101-4/+4
|\ \ \ \
| * | | | strvec: convert remaining callers away from argv_array nameJeff King2020-07-281-3/+3
| * | | | strvec: rename files from argv-array to strvecJeff King2020-07-281-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'hn/reftable' into masterJunio C Hamano2020-08-011-1/+0
|\ \ \ \
| * | | | refs: move the logic to add \t to reflog to the files backendHan-Wen Nienhuys2020-07-311-1/+0
| | |_|/ | |/| |
* | | | Merge branch 'hn/reftable' into masterJunio C Hamano2020-07-301-9/+41
|\| | | | |/ / |/| |
| * | reflog: cleanse messages in the refs.c layerJunio C Hamano2020-07-101-9/+41
* | | Merge branch 'js/default-branch-name'Junio C Hamano2020-07-061-0/+30
|\ \ \
| * | | init: allow setting the default for the initial branch name via the configDon Goodman-Wilson2020-06-241-0/+30
| |/ /
* | | Merge branch 'ak/commit-graph-to-slab'Junio C Hamano2020-07-061-1/+1
|\ \ \ | |_|/ |/| |
| * | object: drop parsed_object_pool->commit_countAbhishek Kumar2020-06-171-1/+1
| |/
* / refs: implement reference transaction hookPatrick Steinhardt2020-06-191-2/+74
|/
* Merge branch 'ds/log-exclude-decoration-config'Junio C Hamano2020-04-281-44/+0
|\
| * log-tree: make ref_filter_match() a helper methodDerrick Stolee2020-04-161-44/+0
* | Merge branch 'jc/missing-ref-store-fix'Junio C Hamano2020-04-221-4/+4
|\ \ | |/ |/|
| * repository: mark the "refs" pointer as privateJeff King2020-04-091-4/+4
* | hashmap_entry: remove first member requirement from docsEric Wong2019-10-071-1/+1
* | hashmap_cmp_fn takes hashmap_entry paramsEric Wong2019-10-071-3/+8