index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
diff.c
Age
Commit message (
Expand
)
Author
Lines
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
-0
/
+5
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
-3
/
+3
2023-03-28
cocci: apply the "promisor-remote.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-1
/
+1
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-2
/
+2
2023-03-21
Merge branch 'jk/format-patch-ignore-noprefix'
Junio C Hamano
-5
/
+28
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
-0
/
+1
2023-03-17
Merge branch 'en/header-cleanup'
Junio C Hamano
-0
/
+2
2023-03-09
diff: add --default-prefix option
Jeff King
-0
/
+14
2023-03-09
diff: factor out src/dst prefix setup
Jeff King
-5
/
+14
2023-02-27
Merge branch 'jc/diff-algo-attribute'
Junio C Hamano
-23
/
+67
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
-0
/
+1
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
-0
/
+1
2023-02-21
diff: teach diff to read algorithm from diff driver
John Cai
-9
/
+24
2023-02-21
diff: consolidate diff algorithm option parsing
John Cai
-14
/
+43
2023-01-16
Merge branch 'jk/ext-diff-with-relative'
Junio C Hamano
-17
/
+13
2023-01-06
diff: drop "name" parameter from prepare_temp_file()
Jeff King
-11
/
+10
2023-01-06
diff: clean up external-diff argv setup
Jeff King
-6
/
+3
2023-01-06
diff: use filespec path to set up tempfiles for ext-diff
Jeff King
-1
/
+1
2022-12-26
Merge branch 'pg/diff-stat-unmerged-regression-fix'
Junio C Hamano
-1
/
+1
2022-12-26
Merge branch 'jk/unused-post-2.39'
Junio C Hamano
-9
/
+9
2022-12-19
Merge branch 'rs/diff-parseopts'
Junio C Hamano
-11
/
+8
2022-12-15
diff: fix regression with --stat and unmerged file
Peter Grayson
-1
/
+1
2022-12-13
diff: mark unused parameters in callbacks
Jeff King
-3
/
+4
2022-12-13
ws: drop unused parameter from ws_blank_line()
Jeff King
-6
/
+5
2022-12-02
diff: remove parseopts member from struct diff_options
René Scharfe
-14
/
+1
2022-12-02
diff: use add_diff_options() in diff_opt_parse()
René Scharfe
-1
/
+5
2022-12-02
diff: factor out add_diff_options()
René Scharfe
-0
/
+6
2022-11-28
Merge branch 'sg/plug-line-log-leaks'
Junio C Hamano
-8
/
+9
2022-11-08
Merge branch 'rs/no-more-run-command-v'
Taylor Blau
-14
/
+13
2022-11-02
diff.c: use diff_free_queue()
SZEDER Gábor
-8
/
+2
2022-11-02
line-log: free diff queue when processing non-merge commits
SZEDER Gábor
-0
/
+7
2022-10-30
Merge branch 'jz/patch-id'
Taylor Blau
-37
/
+38
2022-10-30
use child_process members "args" and "env" directly
René Scharfe
-14
/
+13
2022-10-28
Merge branch 'tb/diffstat-with-utf8-strwidth'
Junio C Hamano
-11
/
+31
2022-10-24
patch-id: fix patch-id for mode changes
Jerry Zhang
-0
/
+5
2022-10-24
patch-id: use stable patch-id for rebases
Jerry Zhang
-8
/
+4
2022-10-24
patch-id: fix stable patch id for binary / header-only
Jerry Zhang
-29
/
+29
2022-10-21
diff: leave NEEDWORK notes in show_stats() function
Junio C Hamano
-0
/
+15
2022-10-17
diffstat_consume(): assert non-zero length
Jeff King
-0
/
+3
2022-09-15
Merge branch 'en/remerge-diff-fixes'
Junio C Hamano
-6
/
+26
2022-09-14
diff.c: use utf8_strwidth() to count display width
Torsten Bögershausen
-11
/
+16
2022-09-14
Merge branch 'ab/unused-annotation'
Junio C Hamano
-2
/
+2
2022-09-14
Merge branch 'jk/unused-annotation'
Junio C Hamano
-2
/
+3
2022-09-02
diff: fix filtering of merge commits under --remerge-diff
Elijah Newren
-0
/
+1
2022-09-02
diff: fix filtering of additional headers under --remerge-diff
Elijah Newren
-0
/
+2
2022-09-02
diff: have submodule_format logic avoid additional diff headers
Elijah Newren
-6
/
+23
[next]