summaryrefslogtreecommitdiffstats
path: root/refs
AgeCommit message (Expand)AuthorLines
2020-09-08refs: move REF_LOG_ONLY to refs-internal.hHan-Wen Nienhuys-7/+7
2020-08-19refs: move gitdir into base ref_storeHan-Wen Nienhuys-9/+10
2020-08-19refs: fix comment about submodule ref_storesHan-Wen Nienhuys-1/+1
2020-08-19refs: split off reading loose ref data in separate functionHan-Wen Nienhuys-15/+25
2020-07-31refs: move the logic to add \t to reflog to the files backendHan-Wen Nienhuys-1/+3
2020-07-10reflog: cleanse messages in the refs.c layerJunio C Hamano-7/+1
2020-05-20refs: improve documentation for ref iteratorHan-Wen Nienhuys-3/+15
2020-03-30refs: fix segfault when aborting empty transactionPatrick Steinhardt-8/+10
2020-01-31C: use skip_prefix() to avoid hardcoded string lengthJunio C Hamano-2/+1
2019-12-11refs: pass NULL to refs_read_ref_full() because object ID is not neededRené Scharfe-2/+2
2019-11-10Fix spelling errors in code commentsElijah Newren-1/+1
2019-08-22Merge branch 'sc/pack-refs-deletion-racefix'Junio C Hamano-7/+16
2019-08-07dir-iterator: release strbuf after useRené Scharfe-1/+3
2019-08-02pack-refs: always refresh after taking the lock fileSun Chao-7/+16
2019-07-11dir-iterator: add flags parameter to dir_iterator_beginMatheus Tavares-1/+1
2019-07-11dir-iterator: refactor state machine modelMatheus Tavares-4/+13
2019-04-16Merge branch 'jk/refs-double-abort'Junio C Hamano-1/+15
2019-04-10Merge branch 'nd/rewritten-ref-is-per-worktree'Junio C Hamano-22/+28
2019-03-22refs/files-backend: don't look at an aborted transactionJeff King-1/+5
2019-03-22refs/files-backend: handle packed transaction prepare failureJeff King-0/+10
2019-03-08Make sure refs/rewritten/ is per-worktreeNguyễn Thái Ngọc Duy-2/+2
2019-03-08files-backend.c: reduce duplication in add_per_worktree_entries_to_dir()Nguyễn Thái Ngọc Duy-11/+11
2019-03-08files-backend.c: factor out per-worktree code in loose_fill_ref_dir()Nguyễn Thái Ngọc Duy-22/+28
2019-02-14files-backend: drop refs parameter from split_symref_update()Jeff King-3/+2
2018-11-26Merge branch 'nd/per-worktree-ref-iteration'Junio C Hamano-1/+2
2018-11-26files-backend.c: fix build error on SolarisNguyễn Thái Ngọc Duy-1/+2
2018-11-13Merge branch 'nd/per-worktree-ref-iteration'Junio C Hamano-3/+39
2018-10-30Merge branch 'bc/hash-transition-part-15'Junio C Hamano-7/+7
2018-10-22refs: new ref types to make per-worktree refs visible to all worktreesNguyễn Thái Ngọc Duy-0/+28
2018-10-16Merge branch 'rj/header-check'Junio C Hamano-0/+9
2018-10-16Merge branch 'tq/refs-internal-comment-fix'Junio C Hamano-1/+1
2018-10-16Merge branch 'ds/commit-graph-with-grafts'Junio C Hamano-5/+6
2018-10-15refs/packed-backend: express constants using the_hash_algobrian m. carlson-7/+7
2018-10-07Add a place for (not) sharing stuff between worktreesNguyễn Thái Ngọc Duy-3/+11
2018-09-20refs/refs-internal.h: add missing declarations (hdr-check)Ramsay Jones-0/+4
2018-09-20refs/packed-backend.h: add missing declaration (hdr-check)Ramsay Jones-0/+2
2018-09-20refs/ref-cache.h: add missing declarations (hdr-check)Ramsay Jones-0/+3
2018-09-17refs: docstring typoTao Qingyun-1/+1
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King-3/+3
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King-2/+2
2018-08-21refs.c: migrate internal ref iteration to pass thru repository argumentStefan Beller-5/+6
2018-08-15Merge branch 'jk/size-t'Junio C Hamano-1/+1
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano-1/+1
2018-08-02Merge branch 'bc/object-id'Junio C Hamano-2/+2
2018-07-24Merge branch 'bp/log-ref-write-fd-with-strbuf'Junio C Hamano-23/+13
2018-07-24Merge branch 'bb/pedantic'Junio C Hamano-0/+2
2018-07-24pass st.st_size as hint for strbuf_readlink()Jeff King-1/+1
2018-07-16refs/files-backend: use the_hash_algo for writing refsbrian m. carlson-2/+2
2018-07-10convert log_ref_write_fd() to use strbufBen Peart-23/+13
2018-07-09fixup! refs/refs-internal.h: avoid forward declaration of an enumJunio C Hamano-1/+1