summaryrefslogtreecommitdiff
path: root/refs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong2019-10-071-1/+4
* | hashmap_put takes "struct hashmap_entry *"Eric Wong2019-10-071-1/+4
* | hashmap_entry_init takes "struct hashmap_entry *"Eric Wong2019-10-071-1/+1
* | object: convert lookup_unknown_object() to use object_idJeff King2019-06-201-1/+1
* | Merge branch 'nd/worktree-name-sanitization'Junio C Hamano2019-06-131-20/+90
|\ \ | |/ |/|
| * worktree add: sanitize worktree namesNguyễn Thái Ngọc Duy2019-05-151-20/+90
* | refs.c: remove the_repo from read_ref_at()Nguyễn Thái Ngọc Duy2019-04-081-3/+4
* | refs.c: add repo_dwim_log()Nguyễn Thái Ngọc Duy2019-04-081-6/+15
* | refs.c: add repo_dwim_ref()Nguyễn Thái Ngọc Duy2019-04-081-3/+9
* | refs.c: remove the_repo from expand_ref()Nguyễn Thái Ngọc Duy2019-04-081-4/+6
* | refs.c: remove the_repo from substitute_branch_name()Nguyễn Thái Ngọc Duy2019-04-081-4/+5
* | refs.c: add refs_shorten_unambiguous_ref()Nguyễn Thái Ngọc Duy2019-04-081-2/+9