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
/
range-diff.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-25
range-diff: rename other_arg to log_arg
Kristoffer Haugsbakk
1
-5
/
+5
2025-08-29
range-diff: add configurable memory limit for cost matrix
Paulo Casaretto
1
-4
/
+16
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
1
-1
/
+1
2024-12-23
Merge branch 'js/range-diff-diff-merges'
Junio C Hamano
1
-4
/
+11
2024-12-16
range-diff: optionally include merge commits' diffs in the analysis
Johannes Schindelin
1
-4
/
+11
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-10-10
Merge branch 'jk/output-prefix-cleanup'
Junio C Hamano
1
-2
/
+2
2024-10-03
diff: return const char from output_prefix callback
Jeff King
1
-2
/
+2
2024-08-14
userdiff: fix leaking memory for configured diff drivers
Patrick Steinhardt
1
-2
/
+4
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2023-09-29
Merge branch 'kh/range-diff-notes'
Junio C Hamano
1
-1
/
+1
2023-09-19
range-diff: treat notes like `log`
Kristoffer Haugsbakk
1
-1
/
+1
2023-08-19
hashmap: use expected signatures for comparison functions
Jeff King
1
-4
/
+7
2023-06-21
diff.h: remove unnecessary include of oidset.h
Elijah Newren
1
-0
/
+1
2023-04-24
treewide: remove cache.h inclusion due to previous changes
Elijah Newren
1
-1
/
+1
2023-04-11
pager.h: move declarations for pager.c functions from cache.h
Elijah Newren
1
-0
/
+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
-6
/
+6
2023-03-28
cocci: apply the "revision.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-03-28
cocci: apply the "diff.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-4
/
+4
2023-03-21
environment.h: move declarations for environment.c functions 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-02-28
range-diff: avoid compiler warning when char is unsigned
René Scharfe
1
-1
/
+1
2023-02-21
range-diff: let '--abbrev' option takes effect
Teng Long
1
-4
/
+7
2022-12-13
diff: mark unused parameters in callbacks
Jeff King
1
-4
/
+8
2022-09-14
Merge branch 'ab/unused-annotation'
Junio C Hamano
1
-1
/
+1
2022-09-14
Merge branch 'jk/unused-annotation'
Junio C Hamano
1
-2
/
+4
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-08-26
range-diff: optionally accept pathspecs
Johannes Schindelin
1
-1
/
+1
2022-08-19
hashmap: mark unused callback parameters
Jeff King
1
-2
/
+4
2022-06-13
Merge branch 'pb/range-diff-with-submodule'
Junio C Hamano
1
-1
/
+1
2022-06-06
range-diff: show submodule changes irrespective of diff.submodule
Philippe Blain
1
-1
/
+1
2022-04-13
revision.[ch]: provide and start using a release_revisions()
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-03-04
range-diff: plug memory leak in read_patches()
Ævar Arnfjörð Bjarmason
1
-17
/
+12
2022-03-04
range-diff: plug memory leak in common invocation
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-01-05
i18n: refactor "foo and bar are mutually exclusive"
Jean-Noël Avila
1
-1
/
+1
2021-09-15
Merge branch 'rs/range-diff-avoid-segfault-with-I'
Junio C Hamano
1
-0
/
+3
2021-09-07
range-diff: avoid segfault with -I
René Scharfe
1
-0
/
+3
2021-08-30
Merge branch 'jk/range-diff-fixes'
Junio C Hamano
1
-16
/
+13
2021-08-10
range-diff: use ssize_t for parsed "len" in read_patches()
Jeff King
1
-1
/
+1
2021-08-10
range-diff: handle unterminated lines in read_patches()
Jeff King
1
-14
/
+11
2021-08-10
range-diff: drop useless "offset" variable from read_patches()
Jeff King
1
-2
/
+2
2021-07-13
Merge branch 'ab/pickaxe-pcre2'
Junio C Hamano
1
-1
/
+2
2021-05-11
xdiff-interface: prepare for allowing early return
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2021-04-27
hash: provide per-algorithm null OIDs
brian m. carlson
1
-1
/
+1
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-1
/
+1
2021-02-17
Merge branch 'js/range-diff-one-side-only'
Junio C Hamano
1
-46
/
+55
2021-02-06
range-diff/format-patch: handle commit ranges other than A..B
Johannes Schindelin
1
-1
/
+25
2021-02-06
range-diff: offer --left-only/--right-only options
Johannes Schindelin
1
-3
/
+8
[next]