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
/
diff.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-21
diff: consolidate diff algorithm option parsing
John Cai
1
-14
/
+43
2023-01-16
Merge branch 'jk/ext-diff-with-relative'
Junio C Hamano
1
-17
/
+13
2023-01-06
diff: drop "name" parameter from prepare_temp_file()
Jeff King
1
-11
/
+10
2023-01-06
diff: clean up external-diff argv setup
Jeff King
1
-6
/
+3
2023-01-06
diff: use filespec path to set up tempfiles for ext-diff
Jeff King
1
-1
/
+1
2022-12-26
Merge branch 'pg/diff-stat-unmerged-regression-fix'
Junio C Hamano
1
-1
/
+1
2022-12-26
Merge branch 'jk/unused-post-2.39'
Junio C Hamano
1
-9
/
+9
2022-12-19
Merge branch 'rs/diff-parseopts'
Junio C Hamano
1
-11
/
+8
2022-12-15
diff: fix regression with --stat and unmerged file
Peter Grayson
1
-1
/
+1
2022-12-13
diff: mark unused parameters in callbacks
Jeff King
1
-3
/
+4
2022-12-13
ws: drop unused parameter from ws_blank_line()
Jeff King
1
-6
/
+5
2022-12-02
diff: remove parseopts member from struct diff_options
René Scharfe
1
-14
/
+1
2022-12-02
diff: use add_diff_options() in diff_opt_parse()
René Scharfe
1
-1
/
+5
2022-12-02
diff: factor out add_diff_options()
René Scharfe
1
-0
/
+6
2022-11-28
Merge branch 'sg/plug-line-log-leaks'
Junio C Hamano
1
-8
/
+9
2022-11-08
Merge branch 'rs/no-more-run-command-v'
Taylor Blau
1
-14
/
+13
2022-11-02
diff.c: use diff_free_queue()
SZEDER Gábor
1
-8
/
+2
2022-11-02
line-log: free diff queue when processing non-merge commits
SZEDER Gábor
1
-0
/
+7
2022-10-30
Merge branch 'jz/patch-id'
Taylor Blau
1
-37
/
+38
2022-10-30
use child_process members "args" and "env" directly
René Scharfe
1
-14
/
+13
2022-10-28
Merge branch 'tb/diffstat-with-utf8-strwidth'
Junio C Hamano
1
-11
/
+31
2022-10-24
patch-id: fix patch-id for mode changes
Jerry Zhang
1
-0
/
+5
2022-10-24
patch-id: use stable patch-id for rebases
Jerry Zhang
1
-8
/
+4
2022-10-24
patch-id: fix stable patch id for binary / header-only
Jerry Zhang
1
-29
/
+29
2022-10-21
diff: leave NEEDWORK notes in show_stats() function
Junio C Hamano
1
-0
/
+15
2022-10-17
diffstat_consume(): assert non-zero length
Jeff King
1
-0
/
+3
2022-09-15
Merge branch 'en/remerge-diff-fixes'
Junio C Hamano
1
-6
/
+26
2022-09-14
diff.c: use utf8_strwidth() to count display width
Torsten Bögershausen
1
-11
/
+16
2022-09-14
Merge branch 'ab/unused-annotation'
Junio C Hamano
1
-2
/
+2
2022-09-14
Merge branch 'jk/unused-annotation'
Junio C Hamano
1
-2
/
+3
2022-09-02
diff: fix filtering of merge commits under --remerge-diff
Elijah Newren
1
-0
/
+1
2022-09-02
diff: fix filtering of additional headers under --remerge-diff
Elijah Newren
1
-0
/
+2
2022-09-02
diff: have submodule_format logic avoid additional diff headers
Elijah Newren
1
-6
/
+23
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2022-08-19
hashmap: mark unused callback parameters
Jeff King
1
-1
/
+1
2022-08-19
config: mark unused callback parameters
Jeff King
1
-1
/
+2
2022-08-19
parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --options
SZEDER Gábor
1
-1
/
+1
2022-07-18
Merge branch 'ab/cocci-unused'
Junio C Hamano
1
-2
/
+0
2022-07-06
cocci: add and apply a rule to find "unused" strbufs
Ævar Arnfjörð Bjarmason
1
-2
/
+0
2022-06-22
merge-ort: make `path_messages` a strmap to a string_list
Johannes Schindelin
1
-7
/
+20
2022-04-20
diff: use mks_tempfile_dt()
René Scharfe
1
-7
/
+1
2022-03-23
Merge branch 'ab/plug-random-leaks'
Junio C Hamano
1
-2
/
+9
2022-03-17
diff.c: fix a double-free regression in a18d66cefb
Ævar Arnfjörð Bjarmason
1
-2
/
+9
2022-03-13
Merge branch 'ab/plug-random-leaks'
Junio C Hamano
1
-0
/
+1
2022-03-06
Merge branch 'ac/usage-string-fixups'
Junio C Hamano
1
-1
/
+1
2022-03-04
diff.c: free "buf" in diff_words_flush()
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-02-25
Merge branch 'ab/diff-free-more'
Junio C Hamano
1
-0
/
+2
2022-02-23
amend remaining usage strings according to style guide
Abhradeep Chakraborty
1
-1
/
+1
2022-02-16
Merge branch 'js/diff-filter-negation-fix'
Junio C Hamano
1
-53
/
+44
2022-02-16
Merge branch 'en/remerge-diff'
Junio C Hamano
1
-4
/
+120
[prev]
[next]