summaryrefslogtreecommitdiff
path: root/builtin/checkout.c
AgeCommit message (Expand)Author
2026-01-09cocci: convert parse_tree functions to repo_ variantsRené Scharfe
2026-01-06Merge branch 'bc/checkout-error-message-fix'Junio C Hamano
2025-12-25checkout: quote invalid treeish in error messagebrian m. carlson
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt
2025-08-05Merge branch 'ps/object-file-wo-the-repository'Junio C Hamano
2025-08-04Merge branch 'lm/add-p-context'Junio C Hamano
2025-07-29add-patch: add diff.context command line overridesLeon Michalak
2025-07-23config: drop `git_config_get_bool()` wrapperPatrick Steinhardt
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-07-16odb: introduce `odb_write_object()`Patrick Steinhardt
2025-07-15Merge branch 'ps/object-store'Junio C Hamano
2025-07-09Merge branch 'ps/object-store' into ps/object-file-wo-the-repositoryJunio C Hamano
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-06-03usage: allow dying without writing an error messagePatrick Steinhardt
2025-04-24Merge branch 'ps/object-file-cleanup'Junio C Hamano
2025-04-17Merge branch 'en/merge-recursive-debug'Junio C Hamano
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-04-15object-file: split out functions relating to object store subsystemPatrick Steinhardt
2025-04-08checkout: replace merge_trees() with merge_ort_nonrecursive()Elijah Newren
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-12-03refs: drop strbuf_ prefix from helpersJunio C Hamano
2024-10-10checkout: refer to other-worktree branch, not refKristoffer Haugsbakk
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-09-12environment: stop storing "core.logAllRefUpdates" globallyPatrick Steinhardt
2024-09-12refs: stop modifying global `log_all_ref_updates` variablePatrick Steinhardt
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano
2024-08-15Merge branch 'jc/refs-symref-referent'Junio C Hamano
2024-08-13hooks: remove implicit dependency on `the_repository`Patrick Steinhardt
2024-08-09refs: add referent to each_ref_fnJohn Cai
2024-07-31Merge branch 'jc/checkout-no-op-switch-errors'Junio C Hamano
2024-07-13merge-recursive: honor diff.algorithmAntonin Delpeuch
2024-07-02checkout: special case error messages during noop switchingJunio C Hamano
2024-05-27checkout: clarify memory ownership in `unique_tracking_name()`Patrick Steinhardt
2024-05-20Merge branch 'kn/ref-transaction-symref'Junio C Hamano
2024-05-16Merge branch 'ps/refs-without-the-repository'Junio C Hamano
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-04-18builtin: stop using `the_index`Patrick Steinhardt
2024-04-15Merge branch 'gt/add-u-commit-i-pathspec-check'Junio C Hamano
2024-04-12Merge branch 'jc/checkout-detach-wo-tracking-report'Junio C Hamano
2024-04-03revision: optionally record matches with pathspec elementsJunio C Hamano
2024-04-01Merge branch 'pw/checkout-conflict-errorfix'Junio C Hamano
2024-03-30checkout: omit "tracking" information on a detached HEADJunio C Hamano
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano
2024-03-25Merge branch 'rj/restore-plug-leaks'Junio C Hamano
2024-03-14checkout: plug some leaks in git-restoreRubén Justo
2024-03-14checkout: fix interaction between --conflict and --mergePhillip Wood