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