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
/
commit.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-2
/
+0
2023-11-26
commit-graph: disable GIT_COMMIT_GRAPH_PARANOIA by default
Patrick Steinhardt
1
-1
/
+1
2023-11-01
commit: detect commits that exist in commit-graph but not in the ODB
Patrick Steinhardt
1
-1
/
+15
2023-10-20
commit: ignore_non_trailer computes number of bytes to ignore
Linus Arver
1
-1
/
+1
2023-10-02
commit: export add_header_signature to support handling signatures on tags
Eric W. Biederman
1
-3
/
+3
2023-10-02
commit: convert mergetag before computing the signature of a commit
Eric W. Biederman
1
-1
/
+41
2023-10-02
commit: write commits for both hashes
brian m. carlson
1
-45
/
+136
2023-07-28
Merge branch 'rs/pack-objects-parseopt-fix'
Junio C Hamano
1
-1
/
+1
2023-07-21
pack-objects: fix --no-keep-true-parents
René Scharfe
1
-1
/
+1
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-05-09
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
1
-0
/
+1
2023-05-09
Merge branch 'jk/parse-commit-with-malformed-ident'
Junio C Hamano
1
-8
/
+49
2023-04-27
parse_commit(): describe more date-parsing failure modes
Jeff King
1
-0
/
+9
2023-04-27
parse_commit(): handle broken whitespace-only timestamp
Jeff King
1
-2
/
+26
2023-04-27
parse_commit(): parse timestamp from end of line
Jeff King
1
-8
/
+16
2023-04-24
commit.h: reduce unnecessary includes
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: remove cache.h inclusion due to object.h changes
Elijah Newren
1
-1
/
+1
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-18
/
+26
2023-03-28
cocci: apply the "refs.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2023-03-28
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-11
/
+14
2023-03-28
cocci: apply the "commit-reach.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-4
/
+6
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
environment: move comment_line_char from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-03-17
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
1
-2
/
+4
2023-02-24
prio-queue: mark unused parameters in comparison functions
Jeff King
1
-2
/
+4
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2023-02-06
commit.c: free() revs.commit in get_fork_point()
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2023-01-05
Merge branch 'jt/avoid-lazy-fetch-commits'
Junio C Hamano
1
-2
/
+13
2022-12-26
Merge branch 'rs/clear-commit-marks-cleanup'
Junio C Hamano
1
-2
/
+4
2022-12-15
commit: don't lazy-fetch commits
Jonathan Tan
1
-2
/
+13
2022-12-13
commit: skip already cleared parents in clear_commit_marks_1()
René Scharfe
1
-2
/
+4
2022-10-30
Merge branch 'pw/rebase-keep-base-fixes'
Taylor Blau
1
-0
/
+8
2022-10-17
rebase: be stricter when reading state files containing oids
Phillip Wood
1
-0
/
+8
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2022-08-19
refs: mark unused reflog callback parameters
Jeff King
1
-2
/
+3
2022-08-03
Merge branch 'rs/mergesort'
Junio C Hamano
1
-14
/
+6
2022-07-17
commit: use DEFINE_LIST_SORT
René Scharfe
1
-14
/
+6
2022-06-17
i18n: fix mismatched camelCase config variables
Jiang Xin
1
-1
/
+1
2022-06-13
Merge branch 'jt/unparse-commit-upon-graft-change'
Junio C Hamano
1
-1
/
+15
2022-06-07
Merge branch 'ab/plug-leak-in-revisions'
Junio C Hamano
1
-11
/
+8
2022-06-06
commit,shallow: unparse commits if grafts changed
Jonathan Tan
1
-1
/
+15
2022-04-13
cocci: add and apply free_commit_list() rules
Ævar Arnfjörð Bjarmason
1
-11
/
+8
2022-03-30
Merge branch 'ab/racy-hooks'
Junio C Hamano
1
-0
/
+1
2022-03-23
hooks: fix "invoked hook" regression in a8cc5943338
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-03-17
shallow: reset commit grafts when shallow is reset
Jonathan Tan
1
-0
/
+10
2022-03-16
Merge branch 'ab/racy-hooks'
Junio C Hamano
1
-1
/
+1
[prev]
[next]