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
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
2024-03-12
strbuf: accept a comment string for strbuf_stripspace()
Jeff King
1
-1
/
+1
2024-03-12
environment: store comment_line_char as a string
Jeff King
1
-2
/
+2
2024-03-12
commit: refactor base-case of adjust_comment_line_char()
Jeff King
1
-2
/
+3
2024-03-07
Merge branch 'jt/commit-redundant-scissors-fix'
Junio C Hamano
1
-7
/
+5
2024-03-07
Merge branch 'js/merge-tree-3-trees'
Junio C Hamano
1
-1
/
+2
2024-02-27
commit: unify logic to avoid multiple scissors lines when merging
Josh Triplett
1
-5
/
+3
2024-02-27
commit: avoid redundant scissor line with --cleanup=scissors -v
Josh Triplett
1
-2
/
+2
2024-02-23
Always check `parse_tree*()`'s return value
Johannes Schindelin
1
-1
/
+2
2024-02-08
Merge branch 'en/header-cleanup' into maint-2.43
Junio C Hamano
1
-8
/
+0
2024-02-08
Merge branch 'la/trailer-cleanups' into maint-2.43
Junio C Hamano
1
-1
/
+1
2024-01-19
refs: convert MERGE_AUTOSTASH to become a normal pseudo-ref
Patrick Steinhardt
1
-1
/
+1
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-8
/
+0
2024-01-02
Merge branch 'la/trailer-cleanups'
Junio C Hamano
1
-1
/
+1
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-8
/
+0
2023-10-30
Merge branch 'jc/commit-new-underscore-index-fix'
Junio C Hamano
1
-4
/
+4
2023-10-20
commit: ignore_non_trailer computes number of bytes to ignore
Linus Arver
1
-1
/
+1
2023-10-17
commit: do not use cryptic "new_index" in end-user facing messages
Junio C Hamano
1
-4
/
+4
2023-10-02
tree-walk: init_tree_desc take an oid to get the hash algorithm
Eric W. Biederman
1
-1
/
+1
2023-07-08
Merge branch 'js/empty-index-fixes'
Junio C Hamano
1
-5
/
+2
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-8
/
+12
2023-07-06
Merge branch 'cw/strbuf-cleanup'
Junio C Hamano
1
-1
/
+1
2023-06-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
1
-3
/
+7
2023-06-29
commit -a -m: allow the top-level tree to become empty again
Johannes Schindelin
1
-5
/
+2
2023-06-28
config: pass kvi to die_bad_number()
Glen Choo
1
-4
/
+6
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-4
/
+6
2023-06-26
Merge branch 'jk/commit-use-no-divider-with-interpret-trailers'
Junio C Hamano
1
-1
/
+2
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-2
/
+1
2023-06-21
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-06-21
preload-index.h: move declarations for preload-index.c from elsewhere
Elijah Newren
1
-0
/
+1
2023-06-21
sparse-index.h: move declarations for sparse-index.c from cache.h
Elijah Newren
1
-0
/
+1
[next]