aboutsummaryrefslogtreecommitdiff
path: root/builtin/checkout.c
AgeCommit message (Expand)Author
2026-03-24Merge branch 'ps/history-split'Junio C Hamano
2026-03-09Merge branch 'cs/add-skip-submodule-ignore-all'Junio C Hamano
2026-03-05Merge branch 'ob/core-attributesfile-in-repository'Junio C Hamano
2026-03-03cache-tree: allow writing in-memory index as treePatrick Steinhardt
2026-03-03add-patch: allow disabling editing of hunksPatrick Steinhardt
2026-03-03add-patch: split out `struct interactive_options`Patrick Steinhardt
2026-03-03Merge branch 'aa/add-p-no-auto-advance'Junio C Hamano
2026-02-27Merge branch 'jc/checkout-switch-restore'Junio C Hamano
2026-02-26environment: move "branch.autoSetupMerge" into `struct repo_config_values`Olamide Caleb Bello
2026-02-17interactive -p: add new `--auto-advance` flagAbraham Samuel Adekunle
2026-02-10xdiff-interface: stop using the_repositoryRené Scharfe
2026-02-09checkout: tell "parse_remote_branch" which command is calling itJunio C Hamano
2026-02-09checkout: pass program-readable token to unified "main"Junio C Hamano
2026-02-06read-cache: update add_files_to_cache take param ignored_tooClaus Schneider(Eficode)
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