index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
commit.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2024-05-07
1
-1
/
+2
*
Merge branch 'jk/core-comment-string'
Junio C Hamano
2024-04-05
1
-1
/
+2
|
\
|
*
find multi-byte comment chars in unterminated buffers
Jeff King
2024-03-12
1
-1
/
+2
*
|
Merge branch 'eb/hash-transition'
Junio C Hamano
2024-03-28
1
-45
/
+176
|
\
\
|
*
|
commit: export add_header_signature to support handling signatures on tags
Eric W. Biederman
2023-10-02
1
-3
/
+3
|
*
|
commit: convert mergetag before computing the signature of a commit
Eric W. Biederman
2023-10-02
1
-1
/
+41
|
*
|
commit: write commits for both hashes
brian m. carlson
2023-10-02
1
-45
/
+136
*
|
|
commit-reach(repo_get_merge_bases_many): pass on "missing commits" errors
Johannes Schindelin
2024-02-29
1
-3
/
+4
|
|
/
|
/
|
*
|
Merge branch 'en/header-cleanup'
Junio C Hamano
2024-01-08
1
-2
/
+0
|
\
\
|
*
|
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-2
/
+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
|
|
|
/
|
|
/
|
*
|
|
commit-graph: disable GIT_COMMIT_GRAPH_PARANOIA by default
Patrick Steinhardt
2023-11-26
1
-1
/
+1
|
|
/
|
/
|
*
|
commit: detect commits that exist in commit-graph but not in the ODB
Patrick Steinhardt
2023-11-01
1
-1
/
+15
|
/
*
Merge branch 'rs/pack-objects-parseopt-fix'
Junio C Hamano
2023-07-28
1
-1
/
+1
|
\
|
*
pack-objects: fix --no-keep-true-parents
René Scharfe
2023-07-21
1
-1
/
+1
*
|
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+1
|
/
*
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
2023-05-10
1
-0
/
+1
|
\
|
*
commit.h: reduce unnecessary includes
Elijah Newren
2023-04-24
1
-0
/
+1
*
|
Merge branch 'jk/parse-commit-with-malformed-ident'
Junio C Hamano
2023-05-10
1
-8
/
+49
|
\
\
|
|
/
|
/
|
|
*
parse_commit(): describe more date-parsing failure modes
Jeff King
2023-04-27
1
-0
/
+9
|
*
parse_commit(): handle broken whitespace-only timestamp
Jeff King
2023-04-27
1
-2
/
+26
|
*
parse_commit(): parse timestamp from end of line
Jeff King
2023-04-27
1
-8
/
+16
*
|
treewide: remove cache.h inclusion due to object.h changes
Elijah Newren
2023-04-11
1
-1
/
+1
*
|
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
|
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-18
/
+26
|
\
\
|
*
|
cocci: apply the "refs.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+2
|
*
|
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+2
|
*
|
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-11
/
+14
|
*
|
cocci: apply the "commit-reach.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+2
|
*
|
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-4
/
+6
|
|
/
*
|
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
environment: move comment_line_char from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
2023-03-17
1
-2
/
+4
|
\
\
|
*
|
prio-queue: mark unused parameters in comparison functions
Jeff King
2023-02-24
1
-2
/
+4
|
|
/
*
/
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
|
/
*
commit.c: free() revs.commit in get_fork_point()
Ævar Arnfjörð Bjarmason
2023-02-07
1
-0
/
+1
*
Merge branch 'jt/avoid-lazy-fetch-commits'
Junio C Hamano
2023-01-05
1
-2
/
+13
|
\
|
*
commit: don't lazy-fetch commits
Jonathan Tan
2022-12-15
1
-2
/
+13
*
|
Merge branch 'rs/clear-commit-marks-cleanup'
Junio C Hamano
2022-12-26
1
-2
/
+4
|
\
\
|
|
/
|
/
|
|
*
commit: skip already cleared parents in clear_commit_marks_1()
René Scharfe
2022-12-13
1
-2
/
+4
*
|
Merge branch 'pw/rebase-keep-base-fixes'
Taylor Blau
2022-10-31
1
-0
/
+8
|
\
\
|
|
/
|
/
|
|
*
rebase: be stricter when reading state files containing oids
Phillip Wood
2022-10-17
1
-0
/
+8
*
|
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-3
/
+3
*
|
refs: mark unused reflog callback parameters
Jeff King
2022-08-19
1
-2
/
+3
*
|
Merge branch 'rs/mergesort'
Junio C Hamano
2022-08-03
1
-14
/
+6
|
\
\
|
|
/
|
/
|
|
*
commit: use DEFINE_LIST_SORT
René Scharfe
2022-07-18
1
-14
/
+6
*
|
i18n: fix mismatched camelCase config variables
Jiang Xin
2022-06-17
1
-1
/
+1
*
|
Merge branch 'jt/unparse-commit-upon-graft-change'
Junio C Hamano
2022-06-14
1
-1
/
+15
|
\
\
[next]