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-10-14
Merge branch 'kh/format-patch-range-diff-notes'
Junio C Hamano
1
-4
/
+3
2025-10-02
Merge branch 'kh/you-still-use-whatchanged-fix'
Junio C Hamano
1
-1
/
+7
2025-09-25
revision: add rdiff_log_arg to rev_info
Kristoffer Haugsbakk
1
-4
/
+3
2025-09-25
range-diff: rename other_arg to log_arg
Kristoffer Haugsbakk
1
-4
/
+4
2025-09-17
whatchanged: hint about git-log(1) and aliasing
Kristoffer Haugsbakk
1
-1
/
+7
2025-08-29
range-diff: add configurable memory limit for cost matrix
Paulo Casaretto
1
-0
/
+1
2025-08-04
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
1
-12
/
+12
2025-08-01
Merge branch 'jk/revision-no-early-output'
Junio C Hamano
1
-129
/
+0
2025-07-23
config: drop `git_config_get_string()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-23
config: drop `git_config_get_string_multi()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-10
/
+10
2025-07-21
revision: drop early output option
Jeff King
1
-129
/
+0
2025-07-15
Merge branch 'ps/object-store'
Junio C Hamano
1
-2
/
+2
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
1
-1
/
+1
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-06-25
Merge branch 'jc/you-still-use-whatchanged'
Junio C Hamano
1
-0
/
+19
2025-05-12
whatchanged: remove when built with WITH_BREAKING_CHANGES
Junio C Hamano
1
-0
/
+6
2025-05-12
whatchanged: require --i-still-use-this
Junio C Hamano
1
-0
/
+13
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-04-15
object-file: move `safe_create_leading_directories()` into "path.c"
Patrick Steinhardt
1
-2
/
+2
2025-03-10
object: stop depending on `the_repository`
Patrick Steinhardt
1
-1
/
+1
2025-02-28
environment: move access to "core.sharedRepository" into repo settings
Patrick Steinhardt
1
-3
/
+3
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
[next]