index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
commit.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ps/leakfixes-more'
Junio C Hamano
2024-07-08
1
-6
/
+6
|
\
|
*
merge: fix leaking merge bases
Patrick Steinhardt
2024-06-11
1
-1
/
+1
|
*
commit: fix leaking parents when calling `commit_tree_extended()`
Patrick Steinhardt
2024-06-11
1
-5
/
+5
*
|
Merge branch 'rs/remove-unused-find-header-mem'
Junio C Hamano
2024-06-27
1
-5
/
+0
|
\
\
|
|
/
|
/
|
|
*
commit: remove find_header_mem()
René Scharfe
2024-06-20
1
-5
/
+0
*
|
Merge branch 'eb/hash-transition'
Junio C Hamano
2024-03-28
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
commit: export add_header_signature to support handling signatures on tags
Eric W. Biederman
2023-10-02
1
-0
/
+1
*
|
commit: ignore_non_trailer computes number of bytes to ignore
Linus Arver
2023-10-20
1
-2
/
+2
|
/
*
commit.h: reduce unnecessary includes
Elijah Newren
2023-04-24
1
-7
/
+4
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-20
/
+2
|
\
|
*
post-cocci: adjust comments for recent repo_* migration
Ævar Arnfjörð Bjarmason
2023-03-28
1
-2
/
+2
|
*
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-18
/
+0
*
|
pretty.h: move has_non_ascii() declaration from commit.h
Elijah Newren
2023-02-24
1
-1
/
+0
|
/
*
add API: remove run_add_interactive() wrapper function
Ævar Arnfjörð Bjarmason
2023-02-07
1
-2
/
+0
*
rebase: be stricter when reading state files containing oids
Phillip Wood
2022-10-17
1
-0
/
+13
*
shallow: reset commit grafts when shallow is reset
Jonathan Tan
2022-03-18
1
-0
/
+1
*
hooks: fix an obscure TOCTOU "did we just run a hook?" race
Ævar Arnfjörð Bjarmason
2022-03-07
1
-1
/
+2
*
receive-pack.c: consolidate find header logic
John Cai
2022-01-06
1
-0
/
+5
*
advice: move advice.graftFileDeprecated squashing to commit.[ch]
Ævar Arnfjörð Bjarmason
2021-08-25
1
-0
/
+1
*
Merge branch 'cm/rebase-i-fixup-amend-reword'
Junio C Hamano
2021-03-26
1
-0
/
+3
|
\
|
*
sequencer: export and rename subject_length()
Charvi Mendiratta
2021-03-15
1
-0
/
+3
*
|
Merge branch 'bc/signed-objects-with-both-hashes'
Junio C Hamano
2021-02-23
1
-1
/
+11
|
\
\
|
*
|
commit: allow parsing arbitrary buffers with headers
brian m. carlson
2021-02-11
1
-0
/
+9
|
*
|
commit: ignore additional signatures when parsing signed commits
brian m. carlson
2021-01-19
1
-1
/
+2
|
|
/
*
|
Merge branch 'ds/commit-graph-genno-fix'
Junio C Hamano
2021-02-18
1
-2
/
+3
|
\
\
|
*
|
commit-graph: use repo_parse_commit
Derrick Stolee
2021-02-02
1
-2
/
+3
*
|
|
Merge branch 'ak/corrected-commit-date'
Junio C Hamano
2021-02-18
1
-2
/
+3
|
\
|
|
|
*
|
commit-graph: implement generation data chunk
Abhishek Kumar
2021-01-19
1
-0
/
+1
|
*
|
commit-graph: return 64-bit generation number
Abhishek Kumar
2021-01-19
1
-2
/
+2
*
|
|
commit_graft_pos(): take an oid instead of a bare hash
Jeff King
2021-01-28
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge branch 'en/merge-ort-recursive'
Junio C Hamano
2021-01-07
1
-0
/
+3
|
\
\
|
*
|
commit: move reverse_commit_list() from merge-recursive
Elijah Newren
2020-12-17
1
-0
/
+3
|
|
/
*
/
commit: implement commit_list_contains()
Derrick Stolee
2020-12-08
1
-0
/
+2
|
/
*
drop unused argc parameters
Jeff King
2020-09-30
1
-1
/
+1
*
Merge branch 'mf/submodule-summary-with-correct-repository'
Junio C Hamano
2020-09-19
1
-1
/
+0
|
\
|
*
revision: use repository from rev_info when parsing commits
Michael Forney
2020-06-24
1
-1
/
+0
*
|
Merge branch 'pw/rebase-i-more-options'
Junio C Hamano
2020-09-03
1
-4
/
+3
|
\
\
|
*
|
am: stop exporting GIT_COMMITTER_DATE
Phillip Wood
2020-08-17
1
-4
/
+3
|
|
/
*
|
commit: move members graph_pos, generation to a slab
Abhishek Kumar
2020-06-17
1
-2
/
+0
*
|
shallow: extract a header file for shallow-related functions
Taylor Blau
2020-04-30
1
-48
/
+0
*
|
commit: make 'commit_graft_pos' non-static
Taylor Blau
2020-04-30
1
-0
/
+2
*
|
shallow.c: use '{commit,rollback}_shallow_file'
Taylor Blau
2020-04-24
1
-0
/
+2
|
/
*
gpg-interface: add minTrustLevel as a configuration option
Hans Jerry Illikainen
2020-01-15
1
-1
/
+11
*
Fix spelling errors in code comments
Elijah Newren
2019-11-10
1
-1
/
+1
*
Merge branch 'dl/no-extern-in-func-decl'
Junio C Hamano
2019-05-13
1
-58
/
+58
|
\
|
*
*.[ch]: manually align parameter lists
Denton Liu
2019-05-05
1
-22
/
+22
|
*
*.[ch]: remove extern from function declarations using sed
Denton Liu
2019-05-05
1
-1
/
+1
|
*
*.[ch]: remove extern from function declarations using spatch
Denton Liu
2019-05-05
1
-35
/
+35
*
|
Merge branch 'nd/sha1-name-c-wo-the-repository'
Junio C Hamano
2019-05-08
1
-2
/
+3
|
\
\
|
*
|
commit.c: add repo_get_commit_tree()
Nguyễn Thái Ngọc Duy
2019-04-16
1
-2
/
+3
|
|
/
[next]