index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
commit.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
builtin/commit: fix leaking cleanup config
Patrick Steinhardt
2024-11-05
1
-5
/
+12
*
builtin/commit: fix leaking change data contents
Patrick Steinhardt
2024-11-05
1
-1
/
+8
*
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
2024-09-23
1
-4
/
+10
|
\
|
*
add: pass in repo variable instead of global the_repository
John Cai
2024-09-13
1
-1
/
+1
|
*
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
1
-1
/
+1
|
*
builtin: add a repository parameter for builtin functions
John Cai
2024-09-13
1
-2
/
+8
*
|
environment: make `get_index_file()` accept a repository
Patrick Steinhardt
2024-09-12
1
-3
/
+3
*
|
environment: make `get_git_dir()` accept a repository
Patrick Steinhardt
2024-09-12
1
-3
/
+4
|
/
*
config: fix leaking comment character config
Patrick Steinhardt
2024-08-14
1
-2
/
+5
*
Merge branch 'tn/doc-commit-fix'
Junio C Hamano
2024-07-31
1
-1
/
+1
|
\
|
*
doc: remove dangling closing parenthesis
Tomas Nordin
2024-07-23
1
-1
/
+1
*
|
Merge branch 'ps/leakfixes-more'
Junio C Hamano
2024-07-08
1
-3
/
+7
|
\
\
|
*
|
commit: fix leaking parents when calling `commit_tree_extended()`
Patrick Steinhardt
2024-06-11
1
-1
/
+2
|
*
|
parse-options: fix leaks for users of OPT_FILENAME
Patrick Steinhardt
2024-06-11
1
-2
/
+5
*
|
|
global: improve const correctness when assigning string constants
Patrick Steinhardt
2024-06-07
1
-3
/
+3
|
/
/
*
|
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
2024-05-27
1
-1
/
+1
*
|
config: clarify memory ownership in `git_config_pathname()`
Patrick Steinhardt
2024-05-27
1
-1
/
+1
*
|
Merge branch 'jp/tag-trailer'
Junio C Hamano
2024-05-15
1
-17
/
+3
|
\
\
|
*
|
builtin/commit: refactor --trailer logic
John Passaro
2024-05-07
1
-8
/
+2
|
*
|
builtin/commit: use ARGV macro to collect trailers
John Passaro
2024-05-07
1
-9
/
+1
|
|
/
*
/
builtin: stop using `the_index`
Patrick Steinhardt
2024-04-18
1
-41
/
+40
|
/
*
Merge branch 'gt/add-u-commit-i-pathspec-check'
Junio C Hamano
2024-04-15
1
-1
/
+6
|
\
|
*
builtin/commit: error out when passing untracked path with -i
Ghanshyam Thakkar
2024-04-03
1
-1
/
+6
|
*
revision: optionally record matches with pathspec elements
Junio C Hamano
2024-04-03
1
-1
/
+1
*
|
Merge branch 'jk/core-comment-string'
Junio C Hamano
2024-04-05
1
-10
/
+11
|
\
\
|
|
/
|
/
|
|
*
prefer comment_line_str to comment_line_char for printing
Jeff King
2024-03-12
1
-6
/
+6
|
*
strbuf: accept a comment string for strbuf_stripspace()
Jeff King
2024-03-12
1
-1
/
+1
|
*
environment: store comment_line_char as a string
Jeff King
2024-03-12
1
-2
/
+2
|
*
commit: refactor base-case of adjust_comment_line_char()
Jeff King
2024-03-12
1
-2
/
+3
*
|
Merge branch 'jc/show-untracked-false'
Junio C Hamano
2024-03-28
1
-19
/
+38
|
\
\
|
*
|
status: allow --untracked=false and friends
Junio C Hamano
2024-03-13
1
-2
/
+11
|
*
|
status: unify parsing of --untracked= and status.showUntrackedFiles
Junio C Hamano
2024-03-13
1
-17
/
+27
*
|
|
Merge branch 'eb/hash-transition'
Junio C Hamano
2024-03-28
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
tree-walk: init_tree_desc take an oid to get the hash algorithm
Eric W. Biederman
2023-10-02
1
-1
/
+1
*
|
|
Merge branch 'jt/commit-redundant-scissors-fix'
Junio C Hamano
2024-03-08
1
-7
/
+5
|
\
\
\
|
*
|
|
commit: unify logic to avoid multiple scissors lines when merging
Josh Triplett
2024-02-27
1
-5
/
+3
|
*
|
|
commit: avoid redundant scissor line with --cleanup=scissors -v
Josh Triplett
2024-02-27
1
-2
/
+2
|
*
|
|
Merge branch 'en/header-cleanup' into maint-2.43
Junio C Hamano
2024-02-09
1
-8
/
+0
|
|
\
\
\
|
*
\
\
\
Merge branch 'la/trailer-cleanups' into maint-2.43
Junio C Hamano
2024-02-09
1
-1
/
+1
|
|
\
\
\
\
*
|
\
\
\
\
Merge branch 'js/merge-tree-3-trees'
Junio C Hamano
2024-03-08
1
-1
/
+2
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Always check `parse_tree*()`'s return value
Johannes Schindelin
2024-02-23
1
-1
/
+2
|
|
/
/
/
/
*
|
|
|
|
refs: convert MERGE_AUTOSTASH to become a normal pseudo-ref
Patrick Steinhardt
2024-01-19
1
-1
/
+1
*
|
|
|
|
Merge branch 'en/header-cleanup'
Junio C Hamano
2024-01-08
1
-8
/
+0
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-8
/
+0
|
|
/
/
/
*
|
|
|
Merge branch 'la/trailer-cleanups'
Junio C Hamano
2024-01-02
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
/
commit: ignore_non_trailer computes number of bytes to ignore
Linus Arver
2023-10-20
1
-1
/
+1
|
|
/
*
|
Merge branch 'jc/commit-new-underscore-index-fix'
Junio C Hamano
2023-10-29
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
commit: do not use cryptic "new_index" in end-user facing messages
Junio C Hamano
2023-10-18
1
-4
/
+4
*
|
Merge branch 'js/empty-index-fixes'
Junio C Hamano
2023-07-08
1
-5
/
+2
|
\
\
|
*
|
commit -a -m: allow the top-level tree to become empty again
Johannes Schindelin
2023-06-29
1
-5
/
+2
|
|
/
[next]