summaryrefslogtreecommitdiff
path: root/refs.c
AgeCommit message (Expand)Author
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
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King
2018-08-21refs.c: upgrade for_each_replace_ref to be a each_repo_ref_fn callbackStefan Beller
2018-08-21refs.c: migrate internal ref iteration to pass thru repository argumentStefan Beller
2018-08-17Merge branch 'jt/refspec-dwim-precedence-fix'Junio C Hamano
2018-08-15Merge branch 'nd/i18n'Junio C Hamano
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano
2018-08-02remote: make refspec follow the same disambiguation rule as local refsJunio C Hamano
2018-07-24Merge branch 'bp/log-ref-write-fd-with-strbuf'Junio C Hamano
2018-07-23refs.c: mark more strings for translationNguyễn Thái Ngọc Duy
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano
2018-07-10convert log_ref_write_fd() to use strbufBen Peart
2018-06-29object: add repository argument to object_as_typeStefan Beller
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano
2018-05-30Merge branch 'jk/snprintf-truncation'Junio C Hamano
2018-05-30Merge branch 'ma/create-pseudoref-with-null-old-oid'Junio C Hamano
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano
2018-05-30Merge branch 'ma/lockfile-cleanup'Junio C Hamano
2018-05-23Merge branch 'js/rebase-recreate-merge'Junio C Hamano
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano
2018-05-23Merge branch 'sb/object-store-replace'Junio C Hamano
2018-05-21shorten_unambiguous_ref: use xsnprintfJeff King
2018-05-21get_main_ref_store: BUG() when outside a repositoryJeff King
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-05-13refs: handle zero oid for pseudorefsMartin Ågren
2018-05-13refs.c: refer to "object ID", not "sha1", in error messagesMartin Ågren
2018-05-10refs.c: do not die if locking fails in `delete_pseudoref()`Martin Ågren
2018-05-10refs.c: do not die if locking fails in `write_pseudoref()`Martin Ågren
2018-05-08Merge branch 'sb/object-store-replace'Junio C Hamano
2018-05-08Merge branch 'bw/protocol-v2'Junio C Hamano
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2018-04-26sequencer: make refs generated by the `label` command worktree-localJohannes Schindelin
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller
2018-04-12refs: allow for_each_replace_ref to handle arbitrary repositoriesStefan Beller
2018-04-12refs: store the main ref store inside the repository structStefan Beller