summaryrefslogtreecommitdiffstats
path: root/refs.c
AgeCommit message (Expand)AuthorLines
2019-04-08refs.c: remove the_repo from read_ref_at()Nguyễn Thái Ngọc Duy-3/+4
2019-04-08refs.c: add repo_dwim_log()Nguyễn Thái Ngọc Duy-6/+15
2019-04-08refs.c: add repo_dwim_ref()Nguyễn Thái Ngọc Duy-3/+9
2019-04-08refs.c: remove the_repo from expand_ref()Nguyễn Thái Ngọc Duy-4/+6
2019-04-08refs.c: remove the_repo from substitute_branch_name()Nguyễn Thái Ngọc Duy-4/+5
2019-04-08refs.c: add refs_shorten_unambiguous_ref()Nguyễn Thái Ngọc Duy-2/+9
2019-04-08refs.c: add refs_ref_exists()Nguyễn Thái Ngọc Duy-1/+6
2019-01-08convert has_sha1_file() callers to has_object_file()Jeff King-1/+1
2018-11-18Merge branch 'ra/rev-parse-exclude-glob'Junio C Hamano-0/+4
2018-11-13Merge branch 'nd/per-worktree-ref-iteration'Junio C Hamano-1/+23
2018-11-13refs: fix some exclude patterns being ignoredRafael Ascensão-0/+4
2018-10-22refs: new ref types to make per-worktree refs visible to all worktreesNguyễn Thái Ngọc Duy-0/+21
2018-10-16Merge branch 'ds/commit-graph-with-grafts'Junio C Hamano-7/+41
2018-10-07Add a place for (not) sharing stuff between worktreesNguyễn Thái Ngọc Duy-0/+1
2018-10-07refs.c: indent with tabs, not spacesNguyễn Thái Ngọc Duy-1/+1
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King-4/+4
2018-08-21refs.c: upgrade for_each_replace_ref to be a each_repo_ref_fn callbackStefan Beller-5/+4
2018-08-21refs.c: migrate internal ref iteration to pass thru repository argumentStefan Beller-2/+37
2018-08-17Merge branch 'jt/refspec-dwim-precedence-fix'Junio C Hamano-5/+13
2018-08-15Merge branch 'nd/i18n'Junio C Hamano-20/+20
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano-1/+1
2018-08-02remote: make refspec follow the same disambiguation rule as local refsJunio C Hamano-5/+13
2018-07-24Merge branch 'bp/log-ref-write-fd-with-strbuf'Junio C Hamano-8/+4
2018-07-23refs.c: mark more strings for translationNguyễn Thái Ngọc Duy-20/+20
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy-6/+6
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano-0/+1
2018-07-10convert log_ref_write_fd() to use strbufBen Peart-8/+4
2018-06-29object: add repository argument to object_as_typeStefan Beller-1/+1
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano-0/+1
2018-05-30Merge branch 'jk/snprintf-truncation'Junio C Hamano-2/+2
2018-05-30Merge branch 'ma/create-pseudoref-with-null-old-oid'Junio C Hamano-5/+17
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano-17/+17
2018-05-30Merge branch 'ma/lockfile-cleanup'Junio C Hamano-7/+9
2018-05-23Merge branch 'js/rebase-recreate-merge'Junio C Hamano-1/+2
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano-1/+1
2018-05-23Merge branch 'sb/object-store-replace'Junio C Hamano-0/+3
2018-05-21shorten_unambiguous_ref: use xsnprintfJeff King-2/+2
2018-05-21get_main_ref_store: BUG() when outside a repositoryJeff King-0/+3
2018-05-16object-store: move object access functions to object-store.hStefan Beller-0/+1
2018-05-13refs: handle zero oid for pseudorefsMartin Ågren-3/+13
2018-05-13refs.c: refer to "object ID", not "sha1", in error messagesMartin Ågren-2/+4
2018-05-10refs.c: do not die if locking fails in `delete_pseudoref()`Martin Ågren-4/+7
2018-05-10refs.c: do not die if locking fails in `write_pseudoref()`Martin Ågren-3/+2
2018-05-08Merge branch 'sb/object-store-replace'Junio C Hamano-41/+39
2018-05-08Merge branch 'bw/protocol-v2'Junio C Hamano-0/+14
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin-17/+17
2018-04-26sequencer: make refs generated by the `label` command worktree-localJohannes Schindelin-1/+2
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller-1/+1
2018-04-12refs: allow for_each_replace_ref to handle arbitrary repositoriesStefan Beller-2/+2
2018-04-12refs: store the main ref store inside the repository structStefan Beller-8/+5