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
/
log.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-21
Merge branch 'ps/the-repository'
Junio C Hamano
1
-3
/
+4
2024-12-27
builtin/log: fix remaining -Wsign-compare warnings
Patrick Steinhardt
1
-14
/
+13
2024-12-27
builtin/log: use `size_t` to track indices
Patrick Steinhardt
1
-10
/
+13
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
1
-0
/
+3
2024-12-19
Merge branch 'js/log-remerge-keep-ancestry'
Junio C Hamano
1
-2
/
+6
2024-12-18
pager: stop using `the_repository`
Patrick Steinhardt
1
-2
/
+2
2024-12-18
progress: stop using `the_repository`
Patrick Steinhardt
1
-1
/
+2
2024-12-13
log: --remerge-diff needs to keep around commit parents
Johannes Schindelin
1
-2
/
+6
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+3
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
1
-7
/
+26
2024-09-16
Merge branch 'jc/range-diff-lazy-setup'
Junio C Hamano
1
-14
/
+4
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-1
/
+2
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-6
/
+24
2024-08-14
builtin/log: fix leak when showing converted blob contents
Patrick Steinhardt
1
-0
/
+1
2024-08-14
builtin/format-patch: fix various trivial memory leaks
Patrick Steinhardt
1
-3
/
+10
2024-08-09
remerge-diff: clean up temporary objdir at a central place
Junio C Hamano
1
-7
/
+4
2024-08-09
remerge-diff: lazily prepare temporary objdir on demand
Junio C Hamano
1
-7
/
+0
2024-08-01
builtin/log: fix leaking branch name when creating cover letters
Patrick Steinhardt
1
-1
/
+3
2024-07-08
Merge branch 'ps/leakfixes-more'
Junio C Hamano
1
-7
/
+9
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
1
-2
/
+2
2024-06-20
Merge branch 'rj/format-patch-auto-cover-with-interdiff'
Junio C Hamano
1
-0
/
+2
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-1
/
+1
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
1
-1
/
+1
2024-06-11
builtin/log: fix leaking commit list in git-cherry(1)
Patrick Steinhardt
1
-3
/
+3
2024-06-11
object-name: free leaking object contexts
Patrick Steinhardt
1
-3
/
+3
2024-06-11
parse-options: fix leaks for users of OPT_FILENAME
Patrick Steinhardt
1
-1
/
+3
2024-06-07
format-patch: assume --cover-letter for diff in multi-patch series
Rubén Justo
1
-0
/
+2
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
1
-1
/
+1
2024-06-06
Merge branch 'ps/leakfixes'
Junio C Hamano
1
-296
/
+412
2024-06-03
Merge branch 'ps/leakfixes' into ps/leakfixes-more
Junio C Hamano
1
-296
/
+412
2024-05-29
Merge branch 'ps/leakfixes' into ps/no-writable-strings
Junio C Hamano
1
-296
/
+412
2024-05-28
Merge branch 'jc/format-patch-more-aggressive-range-diff'
Junio C Hamano
1
-1
/
+1
2024-05-27
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
1
-6
/
+6
2024-05-27
builtin/log: stop using globals for format config
Patrick Steinhardt
1
-202
/
+265
2024-05-27
builtin/log: stop using globals for log config
Patrick Steinhardt
1
-103
/
+156
2024-05-27
config: clarify memory ownership in `git_config_pathname()`
Patrick Steinhardt
1
-1
/
+1
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-2
/
+4
2024-05-06
format-patch: run range-diff with larger creation-factor
Junio C Hamano
1
-1
/
+1
2024-04-30
Merge branch 'jc/format-patch-rfc-more'
Junio C Hamano
1
-4
/
+22
2024-04-30
Merge branch 'ds/format-patch-rfc-and-k'
Junio C Hamano
1
-1
/
+3
2024-04-23
format-patch: "--rfc=-(WIP)" appends to produce [PATCH (WIP)]
Junio C Hamano
1
-2
/
+6
2024-04-23
format-patch: allow --rfc to optionally take a value, like --rfc=WIP
Junio C Hamano
1
-4
/
+19
2024-04-19
format-patch: ensure that --rfc and -k are mutually exclusive
Dragan Simic
1
-1
/
+3
2024-04-01
Merge branch 'jk/pretty-subject-cleanup'
Junio C Hamano
1
-2
/
+2
2024-03-19
format-patch: return an allocated string from log_write_email_headers()
Jeff King
1
-0
/
+1
2024-03-19
pretty: drop print_email_subject flag
Jeff King
1
-1
/
+0
2024-03-19
pretty: split oneline and email subject printing
Jeff King
1
-1
/
+1
2024-02-29
commit-reach(repo_get_merge_bases_many): pass on "missing commits" errors
Johannes Schindelin
1
-6
/
+7
2024-02-29
commit-reach(repo_get_merge_bases): pass on "missing commits" errors
Johannes Schindelin
1
-5
/
+5
2024-02-28
commit-reach(repo_in_merge_bases_many): report missing commits
Johannes Schindelin
1
-2
/
+5
[next]