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
/
builtin
/
commit.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-29
Merge branch 'jk/color-variable-fixes'
Junio C Hamano
1
-2
/
+2
2025-09-18
Merge branch 'pw/3.0-commentchar-auto-deprecation'
Junio C Hamano
1
-0
/
+7
2025-09-16
color: use git_colorbool enum type to store colorbools
Jeff King
1
-1
/
+1
2025-09-16
color: use GIT_COLOR_* instead of numeric constants
Jeff King
1
-1
/
+1
2025-08-26
config: warn on core.commentString=auto
Phillip Wood
1
-0
/
+3
2025-08-26
breaking-changes: deprecate support for core.commentString=auto
Phillip Wood
1
-0
/
+4
2025-08-15
commit-graph: stop using `the_repository`
Patrick Steinhardt
1
-1
/
+1
2025-08-04
Merge branch 'lm/add-p-context'
Junio C Hamano
1
-1
/
+15
2025-08-04
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
1
-2
/
+2
2025-07-31
Merge branch 'ps/config-wo-the-repository' into pw/3.0-commentchar-auto-depre...
Junio C Hamano
1
-2
/
+2
2025-07-29
add-patch: add diff.context command line overrides
Leon Michalak
1
-1
/
+15
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-2
/
+2
2025-07-16
commit: avoid scanning trailing comments when 'core.commentChar' is "auto"
Ayush Chandekar
1
-1
/
+5
2025-05-15
commit: simplify code
Johannes Schindelin
1
-1
/
+1
2025-04-17
global: use designated initializers for options
Patrick Steinhardt
1
-14
/
+48
2025-02-28
path: drop `git_path()` in favor of `repo_git_path()`
Patrick Steinhardt
1
-3
/
+5
2025-01-29
Merge branch 'ja/doc-commit-markup-updates'
Junio C Hamano
1
-1
/
+1
2025-01-17
builtins: send usage_with_options() help text to standard output
Junio C Hamano
1
-4
/
+4
2025-01-15
doc: the mode param of -u of git commit is optional
Jean-Noël Avila
1
-1
/
+1
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+3
2024-11-04
builtin/commit: fix leaking cleanup config
Patrick Steinhardt
1
-5
/
+12
2024-11-04
builtin/commit: fix leaking change data contents
Patrick Steinhardt
1
-1
/
+8
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
1
-4
/
+10
2024-09-13
add: pass in repo variable instead of global the_repository
John Cai
1
-1
/
+1
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-1
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-2
/
+8
2024-09-12
environment: make `get_index_file()` accept a repository
Patrick Steinhardt
1
-3
/
+3
2024-09-12
environment: make `get_git_dir()` accept a repository
Patrick Steinhardt
1
-3
/
+4
2024-08-14
config: fix leaking comment character config
Patrick Steinhardt
1
-2
/
+5
2024-07-31
Merge branch 'tn/doc-commit-fix'
Junio C Hamano
1
-1
/
+1
2024-07-22
doc: remove dangling closing parenthesis
Tomas Nordin
1
-1
/
+1
2024-07-08
Merge branch 'ps/leakfixes-more'
Junio C Hamano
1
-3
/
+7
2024-06-11
commit: fix leaking parents when calling `commit_tree_extended()`
Patrick Steinhardt
1
-1
/
+2
2024-06-11
parse-options: fix leaks for users of OPT_FILENAME
Patrick Steinhardt
1
-2
/
+5
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
1
-3
/
+3
2024-05-27
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
1
-1
/
+1
2024-05-27
config: clarify memory ownership in `git_config_pathname()`
Patrick Steinhardt
1
-1
/
+1
2024-05-15
Merge branch 'jp/tag-trailer'
Junio C Hamano
1
-17
/
+3
2024-05-07
builtin/commit: refactor --trailer logic
John Passaro
1
-8
/
+2
2024-05-07
builtin/commit: use ARGV macro to collect trailers
John Passaro
1
-9
/
+1
2024-04-18
builtin: stop using `the_index`
Patrick Steinhardt
1
-41
/
+40
2024-04-15
Merge branch 'gt/add-u-commit-i-pathspec-check'
Junio C Hamano
1
-1
/
+6
2024-04-05
Merge branch 'jk/core-comment-string'
Junio C Hamano
1
-10
/
+11
2024-04-03
builtin/commit: error out when passing untracked path with -i
Ghanshyam Thakkar
1
-1
/
+6
2024-04-03
revision: optionally record matches with pathspec elements
Junio C Hamano
1
-1
/
+1
2024-03-28
Merge branch 'jc/show-untracked-false'
Junio C Hamano
1
-19
/
+38
2024-03-28
Merge branch 'eb/hash-transition'
Junio C Hamano
1
-1
/
+1
2024-03-13
status: allow --untracked=false and friends
Junio C Hamano
1
-2
/
+11
2024-03-13
status: unify parsing of --untracked= and status.showUntrackedFiles
Junio C Hamano
1
-17
/
+27
2024-03-12
prefer comment_line_str to comment_line_char for printing
Jeff King
1
-6
/
+6
[next]