summaryrefslogtreecommitdiff
path: root/refs.c
AgeCommit message (Expand)Author
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
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_put takes "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong
2019-06-20object: convert lookup_unknown_object() to use object_idJeff King
2019-06-13Merge branch 'nd/worktree-name-sanitization'Junio C Hamano
2019-05-15worktree add: sanitize worktree namesNguyễn Thái Ngọc Duy
2019-04-08refs.c: remove the_repo from read_ref_at()Nguyễn Thái Ngọc Duy
2019-04-08refs.c: add repo_dwim_log()Nguyễn Thái Ngọc Duy
2019-04-08refs.c: add repo_dwim_ref()Nguyễn Thái Ngọc Duy
2019-04-08refs.c: remove the_repo from expand_ref()Nguyễn Thái Ngọc Duy
2019-04-08refs.c: remove the_repo from substitute_branch_name()Nguyễn Thái Ngọc Duy
2019-04-08refs.c: add refs_shorten_unambiguous_ref()Nguyễn Thái Ngọc Duy
2019-04-08refs.c: add refs_ref_exists()Nguyễn Thái Ngọc Duy
2019-01-08convert has_sha1_file() callers to has_object_file()Jeff King
2018-11-18Merge branch 'ra/rev-parse-exclude-glob'Junio C Hamano
2018-11-13Merge branch 'nd/per-worktree-ref-iteration'Junio C Hamano
2018-11-13refs: fix some exclude patterns being ignoredRafael Ascensão
2018-10-22refs: new ref types to make per-worktree refs visible to all worktreesNguyễn Thái Ngọc Duy
2018-10-16Merge branch 'ds/commit-graph-with-grafts'Junio C Hamano
2018-10-06Add a place for (not) sharing stuff between worktreesNguyễn Thái Ngọc Duy
2018-10-06refs.c: indent with tabs, not spacesNguyễn Thái Ngọc Duy