summaryrefslogtreecommitdiffstats
path: root/refs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-13use CALLOC_ARRAYRené Scharfe4-9/+9
2021-01-06refs/files-backend: don't peek into `struct lock_file`Martin Ågren1-2/+2
2020-09-22Merge branch 'hn/refs-trace-backend'Junio C Hamano2-0/+403
2020-09-09refs: add GIT_TRACE_REFS debugging mechanismHan-Wen Nienhuys2-0/+403
2020-09-08refs: move REF_LOG_ONLY to refs-internal.hHan-Wen Nienhuys2-7/+7
2020-08-19refs: move gitdir into base ref_storeHan-Wen Nienhuys3-9/+10
2020-08-19refs: fix comment about submodule ref_storesHan-Wen Nienhuys1-1/+1
2020-08-19refs: split off reading loose ref data in separate functionHan-Wen Nienhuys2-15/+25
2020-07-31refs: move the logic to add \t to reflog to the files backendHan-Wen Nienhuys1-1/+3
2020-07-10reflog: cleanse messages in the refs.c layerJunio C Hamano2-7/+1
2020-05-20refs: improve documentation for ref iteratorHan-Wen Nienhuys1-3/+15
2020-03-30refs: fix segfault when aborting empty transactionPatrick Steinhardt1-8/+10
2020-01-31C: use skip_prefix() to avoid hardcoded string lengthJunio C Hamano1-2/+1
2019-12-11refs: pass NULL to refs_read_ref_full() because object ID is not neededRené Scharfe1-2/+2
2019-11-10Fix spelling errors in code commentsElijah Newren1-1/+1
2019-08-22Merge branch 'sc/pack-refs-deletion-racefix'Junio C Hamano1-7/+16
2019-08-07dir-iterator: release strbuf after useRené Scharfe1-1/+3
2019-08-02pack-refs: always refresh after taking the lock fileSun Chao1-7/+16
2019-07-11dir-iterator: add flags parameter to dir_iterator_beginMatheus Tavares1-1/+1
2019-07-11dir-iterator: refactor state machine modelMatheus Tavares1-4/+13
2019-04-16Merge branch 'jk/refs-double-abort'Junio C Hamano1-1/+15
2019-04-10Merge branch 'nd/rewritten-ref-is-per-worktree'Junio C Hamano1-22/+28
2019-03-22refs/files-backend: don't look at an aborted transactionJeff King1-1/+5
2019-03-22refs/files-backend: handle packed transaction prepare failureJeff King1-0/+10
2019-03-08Make sure refs/rewritten/ is per-worktreeNguyễn Thái Ngọc Duy1-2/+2
2019-03-08files-backend.c: reduce duplication in add_per_worktree_entries_to_dir()Nguyễn Thái Ngọc Duy1-11/+11
2019-03-08files-backend.c: factor out per-worktree code in loose_fill_ref_dir()Nguyễn Thái Ngọc Duy1-22/+28
2019-02-14files-backend: drop refs parameter from split_symref_update()Jeff King1-3/+2
2018-11-26Merge branch 'nd/per-worktree-ref-iteration'Junio C Hamano1-1/+2
2018-11-26files-backend.c: fix build error on SolarisNguyễn Thái Ngọc Duy1-1/+2
2018-11-13Merge branch 'nd/per-worktree-ref-iteration'Junio C Hamano1-3/+39
2018-10-30Merge branch 'bc/hash-transition-part-15'Junio C Hamano1-7/+7
2018-10-22refs: new ref types to make per-worktree refs visible to all worktreesNguyễn Thái Ngọc Duy1-0/+28
2018-10-16Merge branch 'rj/header-check'Junio C Hamano3-0/+9
2018-10-16Merge branch 'tq/refs-internal-comment-fix'Junio C Hamano1-1/+1
2018-10-16Merge branch 'ds/commit-graph-with-grafts'Junio C Hamano2-5/+6
2018-10-15refs/packed-backend: express constants using the_hash_algobrian m. carlson1-7/+7
2018-10-07Add a place for (not) sharing stuff between worktreesNguyễn Thái Ngọc Duy1-3/+11
2018-09-20refs/refs-internal.h: add missing declarations (hdr-check)Ramsay Jones1-0/+4
2018-09-20refs/packed-backend.h: add missing declaration (hdr-check)Ramsay Jones1-0/+2
2018-09-20refs/ref-cache.h: add missing declarations (hdr-check)Ramsay Jones1-0/+3
2018-09-17refs: docstring typoTao Qingyun1-1/+1
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King3-3/+3
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King1-2/+2
2018-08-21refs.c: migrate internal ref iteration to pass thru repository argumentStefan Beller2-5/+6
2018-08-15Merge branch 'jk/size-t'Junio C Hamano1-1/+1
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano1-1/+1
2018-08-02Merge branch 'bc/object-id'Junio C Hamano1-2/+2
2018-07-24Merge branch 'bp/log-ref-write-fd-with-strbuf'Junio C Hamano2-23/+13
2018-07-24Merge branch 'bb/pedantic'Junio C Hamano1-0/+2