index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
commit.c
Age
Commit message (
Expand
)
Author
2025-07-16
commit: avoid scanning trailing comments when 'core.commentChar' is "auto"
Ayush Chandekar
2025-05-15
commit: simplify code
Johannes Schindelin
2025-04-17
global: use designated initializers for options
Patrick Steinhardt
2025-02-28
path: drop `git_path()` in favor of `repo_git_path()`
Patrick Steinhardt
2025-01-29
Merge branch 'ja/doc-commit-markup-updates'
Junio C Hamano
2025-01-17
builtins: send usage_with_options() help text to standard output
Junio C Hamano
2025-01-15
doc: the mode param of -u of git commit is optional
Jean-Noël Avila
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-11-04
builtin/commit: fix leaking cleanup config
Patrick Steinhardt
2024-11-04
builtin/commit: fix leaking change data contents
Patrick Steinhardt
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
2024-09-13
add: pass in repo variable instead of global the_repository
John Cai
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
2024-09-12
environment: make `get_index_file()` accept a repository
Patrick Steinhardt
2024-09-12
environment: make `get_git_dir()` accept a repository
Patrick Steinhardt
2024-08-14
config: fix leaking comment character config
Patrick Steinhardt
2024-07-31
Merge branch 'tn/doc-commit-fix'
Junio C Hamano
2024-07-22
doc: remove dangling closing parenthesis
Tomas Nordin
2024-07-08
Merge branch 'ps/leakfixes-more'
Junio C Hamano
2024-06-11
commit: fix leaking parents when calling `commit_tree_extended()`
Patrick Steinhardt
2024-06-11
parse-options: fix leaks for users of OPT_FILENAME
Patrick Steinhardt
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
2024-05-27
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
2024-05-27
config: clarify memory ownership in `git_config_pathname()`
Patrick Steinhardt
2024-05-15
Merge branch 'jp/tag-trailer'
Junio C Hamano
2024-05-07
builtin/commit: refactor --trailer logic
John Passaro
2024-05-07
builtin/commit: use ARGV macro to collect trailers
John Passaro
2024-04-18
builtin: stop using `the_index`
Patrick Steinhardt
2024-04-15
Merge branch 'gt/add-u-commit-i-pathspec-check'
Junio C Hamano
2024-04-05
Merge branch 'jk/core-comment-string'
Junio C Hamano
2024-04-03
builtin/commit: error out when passing untracked path with -i
Ghanshyam Thakkar
2024-04-03
revision: optionally record matches with pathspec elements
Junio C Hamano
2024-03-28
Merge branch 'jc/show-untracked-false'
Junio C Hamano
2024-03-28
Merge branch 'eb/hash-transition'
Junio C Hamano
2024-03-13
status: allow --untracked=false and friends
Junio C Hamano
2024-03-13
status: unify parsing of --untracked= and status.showUntrackedFiles
Junio C Hamano
2024-03-12
prefer comment_line_str to comment_line_char for printing
Jeff King
2024-03-12
strbuf: accept a comment string for strbuf_stripspace()
Jeff King
2024-03-12
environment: store comment_line_char as a string
Jeff King
2024-03-12
commit: refactor base-case of adjust_comment_line_char()
Jeff King
2024-03-07
Merge branch 'jt/commit-redundant-scissors-fix'
Junio C Hamano
2024-03-07
Merge branch 'js/merge-tree-3-trees'
Junio C Hamano
2024-02-27
commit: unify logic to avoid multiple scissors lines when merging
Josh Triplett
2024-02-27
commit: avoid redundant scissor line with --cleanup=scissors -v
Josh Triplett
2024-02-23
Always check `parse_tree*()`'s return value
Johannes Schindelin
2024-02-08
Merge branch 'en/header-cleanup' into maint-2.43
Junio C Hamano
2024-02-08
Merge branch 'la/trailer-cleanups' into maint-2.43
Junio C Hamano
2024-01-19
refs: convert MERGE_AUTOSTASH to become a normal pseudo-ref
Patrick Steinhardt
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
[next]