summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2025-03-10Merge branch 'tb/fetch-follow-tags-fix'Junio C Hamano
2025-03-07fetch: fix following tags when fetching specific OIDTaylor Blau
2025-03-05Merge branch 'kn/ref-migrate-skip-reflog'Junio C Hamano
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano
2025-03-03refs: show --no-reflog in the help textJunio C Hamano
2025-02-28path: adjust last remaining users of `the_repository`Patrick Steinhardt
2025-02-28environment: move access to "core.sharedRepository" into repo settingsPatrick Steinhardt
2025-02-28path: drop `git_path()` in favor of `repo_git_path()`Patrick Steinhardt
2025-02-28rerere: let `rerere_path()` write paths into a caller-provided bufferPatrick Steinhardt
2025-02-27Merge branch 'kn/ref-migrate-skip-reflog'Junio C Hamano
2025-02-27Merge branch 'ua/os-version-capability'Junio C Hamano
2025-02-26Merge branch 'jk/check-mailmap-wo-name-fix'Junio C Hamano
2025-02-25Merge branch 'pw/merge-tree-stdin-deadlock-fix'Junio C Hamano
2025-02-21mailmap: fix check-mailmap with full mailmap lineJacob Keller
2025-02-21Merge branch 'ua/update-server-info-sans-the-repository'Junio C Hamano
2025-02-21builtin/refs: add '--no-reflog' flag to drop reflogsKarthik Nayak
2025-02-18Merge branch 'da/difftool-sans-the-repository'Junio C Hamano
2025-02-18Merge branch 'jt/rev-list-missing-print-info'Junio C Hamano
2025-02-18Merge branch 'ds/backfill'Junio C Hamano
2025-02-18merge-tree: only use basic merge configPhillip Wood
2025-02-18merge-tree: remove redundant codePhillip Wood
2025-02-18merge-tree --stdin: flush stdout to avoid deadlockPhillip Wood
2025-02-18version: extend get_uname_info() to hide system detailsUsman Akinyemi
2025-02-18version: refactor get_uname_info()Usman Akinyemi
2025-02-14Merge branch 'bf/fetch-set-head-fix'Junio C Hamano
2025-02-14Merge branch 'tc/clone-single-revision'Junio C Hamano
2025-02-12Merge branch 'ms/refspec-cleanup'Junio C Hamano
2025-02-12Merge branch 'zh/gc-expire-to'Junio C Hamano
2025-02-12Merge branch 'ps/repack-keep-unreachable-in-unpacked-repo'Junio C Hamano
2025-02-12Merge branch 'ds/name-hash-tweaks'Junio C Hamano
2025-02-10builtin/update-server-info: remove the_repository global variableUsman Akinyemi
2025-02-10Merge branch 'ps/hash-cleanup'Junio C Hamano
2025-02-07path: drop `git_common_path()` in favor of `repo_common_path()`Patrick Steinhardt
2025-02-07worktree: return allocated string from `get_worktree_git_dir()`Patrick Steinhardt
2025-02-07path: drop `git_path_buf()` in favor of `repo_git_path_replace()`Patrick Steinhardt
2025-02-07path: drop `git_pathdup()` in favor of `repo_git_path()`Patrick Steinhardt
2025-02-07path: refactor `repo_submodule_path()` family of functionsPatrick Steinhardt
2025-02-07submodule: refactor `submodule_to_gitdir()` to accept a repoPatrick Steinhardt
2025-02-06difftool: eliminate use of USE_THE_REPOSITORY_VARIABLEDavid Aguilar
2025-02-06difftool: eliminate use of the_repositoryDavid Aguilar
2025-02-06difftool: eliminate use of global variablesDavid Aguilar
2025-02-06builtin/clone: teach git-clone(1) the --revision= optionToon Claes
2025-02-06parse-options: introduce die_for_incompatible_opt2()Toon Claes
2025-02-06clone: introduce struct clone_opts in builtin/clone.cToon Claes
2025-02-06clone: add tags refspec earlier to fetch refspecToon Claes
2025-02-06clone: refactor wanted_peer_refs()Toon Claes
2025-02-06clone: make it possible to specify --tagsToon Claes
2025-02-06clone: cut down on global variables in clone.cToon Claes
2025-02-05rev-list: extend print-info to print missing object typeJustin Tobler
2025-02-05rev-list: add print-info action to print missing object pathJustin Tobler