index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
git.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-03
backfill: add builtin boilerplate
Derrick Stolee
1
-0
/
+1
2025-02-03
Merge branch 'ps/3.0-remote-deprecation'
Junio C Hamano
1
-0
/
+2
2025-01-22
builtin/pack-redundant: remove subcommand with breaking changes
Patrick Steinhardt
1
-0
/
+2
2024-12-18
trace: stop using `the_repository`
Patrick Steinhardt
1
-1
/
+1
2024-12-18
pager: stop using `the_repository`
Patrick Steinhardt
1
-4
/
+4
2024-12-06
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
1
-20
/
+13
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-11-21
help: fix leaking return value from `help_unknown_cmd()`
Patrick Steinhardt
1
-1
/
+3
2024-11-21
git: refactor builtin handling to use a `struct strvec`
Patrick Steinhardt
1
-35
/
+31
2024-11-21
git: refactor alias handling to use a `struct strvec`
Patrick Steinhardt
1
-26
/
+32
2024-10-25
Merge branch 'jc/a-commands-without-the-repo'
Taylor Blau
1
-3
/
+4
2024-10-11
git: pass in repo to builtin based on setup_git_directory_gently
John Cai
1
-3
/
+4
2024-10-02
Merge branch 'ps/leakfixes-part-7'
Junio C Hamano
1
-3
/
+19
2024-09-27
git: fix leaking argv when handling builtins
Patrick Steinhardt
1
-3
/
+19
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-6
/
+6
2024-08-14
git: fix leaking system paths
Patrick Steinhardt
1
-3
/
+10
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-06-06
builtin/refs: new command to migrate ref storage formats
Patrick Steinhardt
1
-0
/
+1
2024-05-03
advice: add --no-advice global option
James Liu
1
-2
/
+7
2024-05-03
doc: clean up usage documentation for --no-* opts
James Liu
1
-3
/
+3
2024-03-18
Merge branch 'jh/trace2-missing-def-param-fix'
Junio C Hamano
1
-6
/
+0
2024-03-07
Merge branch 'jc/no-lazy-fetch'
Junio C Hamano
1
-0
/
+6
2024-03-07
trace2: emit 'def_param' set with 'cmd_name' event
Jeff Hostetler
1
-6
/
+0
2024-02-27
git: extend --no-lazy-fetch to work across subprocesses
Junio C Hamano
1
-0
/
+3
2024-02-13
git: --no-lazy-fetch option
Junio C Hamano
1
-0
/
+3
2023-11-26
replay: introduce new builtin
Elijah Newren
1
-0
/
+1
2023-06-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
1
-0
/
+1
2023-06-22
Merge branch 'ds/disable-replace-refs'
Junio C Hamano
1
-1
/
+1
2023-06-21
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-06-12
repository: create disable_replace_refs()
Derrick Stolee
1
-1
/
+1
2023-05-06
attr: teach "--attr-source=<tree>" global option to "git"
John Cai
1
-0
/
+16
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
1
-0
/
+3
2023-04-11
Merge branch 'ws/sparse-check-rules'
Junio C Hamano
1
-1
/
+1
2023-04-11
pager.h: move declarations for pager.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
1
-0
/
+2
2023-03-27
builtin/sparse-checkout: remove NEED_WORK_TREE flag
William Sprent
1
-1
/
+1
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-03-17
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-0
/
+1
2023-02-23
replace-object.h: move read_replace_refs declaration from cache.h to here
Elijah Newren
1
-0
/
+1
2023-02-21
trace.c, git.c: remove unnecessary parameter to trace_repo_setup()
idriss fekir
1
-1
/
+1
2023-01-23
Merge branch 'ab/test-env-helper'
Junio C Hamano
1
-1
/
+0
2023-01-14
env-helper: move this built-in to "test-tool env-helper"
Ævar Arnfjörð Bjarmason
1
-1
/
+0
2022-12-26
read-tree: add "--super-prefix" option, eliminate global
Ævar Arnfjörð Bjarmason
1
-32
/
+5
2022-12-26
submodule--helper: convert "{update,clone}" to their own "--super-prefix"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-12-26
submodule--helper: don't use global --super-prefix in "absorbgitdirs"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-12-14
Merge branch 'dd/git-bisect-builtin'
Junio C Hamano
1
-1
/
+1
2022-11-23
Merge branch 'ab/submodule-helper-prep-only'
Junio C Hamano
1
-1
/
+1
2022-11-11
Turn `git bisect` into a full built-in
Johannes Schindelin
1
-1
/
+1
[next]