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
2022-09-15
Merge branch 'en/remerge-diff-fixes'
Junio C Hamano
-6
/
+26
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
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
-2
/
+2
2022-08-19
hashmap: mark unused callback parameters
Jeff King
-1
/
+1
2022-08-19
config: mark unused callback parameters
Jeff King
-1
/
+2
2022-08-19
parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --options
SZEDER Gábor
-1
/
+1
2022-07-18
Merge branch 'ab/cocci-unused'
Junio C Hamano
-2
/
+0
2022-07-06
cocci: add and apply a rule to find "unused" strbufs
Ævar Arnfjörð Bjarmason
-2
/
+0
2022-06-22
merge-ort: make `path_messages` a strmap to a string_list
Johannes Schindelin
-7
/
+20
2022-04-20
diff: use mks_tempfile_dt()
René Scharfe
-7
/
+1
2022-03-23
Merge branch 'ab/plug-random-leaks'
Junio C Hamano
-2
/
+9
2022-03-17
diff.c: fix a double-free regression in a18d66cefb
Ævar Arnfjörð Bjarmason
-2
/
+9
2022-03-13
Merge branch 'ab/plug-random-leaks'
Junio C Hamano
-0
/
+1
2022-03-06
Merge branch 'ac/usage-string-fixups'
Junio C Hamano
-1
/
+1
2022-03-04
diff.c: free "buf" in diff_words_flush()
Ævar Arnfjörð Bjarmason
-0
/
+1
2022-02-25
Merge branch 'ab/diff-free-more'
Junio C Hamano
-0
/
+2
2022-02-23
amend remaining usage strings according to style guide
Abhradeep Chakraborty
-1
/
+1
2022-02-16
Merge branch 'js/diff-filter-negation-fix'
Junio C Hamano
-53
/
+44
2022-02-16
Merge branch 'en/remerge-diff'
Junio C Hamano
-4
/
+120
2022-02-16
diff.[ch]: have diff_free() free options->parseopts
Ævar Arnfjörð Bjarmason
-0
/
+1
2022-02-16
diff.[ch]: have diff_free() call clear_pathspec(opts.pathspec)
Ævar Arnfjörð Bjarmason
-0
/
+1
2022-02-02
diff: add ability to insert additional headers for paths
Elijah Newren
-4
/
+120
2022-01-28
diff-filter: be more careful when looking for negative bits
Johannes Schindelin
-16
/
+7
2022-01-28
diff.c: move the diff filter bits definitions up a bit
Johannes Schindelin
-37
/
+37
2022-01-10
Merge branch 'ja/i18n-similar-messages'
Junio C Hamano
-4
/
+8
2022-01-05
Merge branch 'pw/diff-color-moved-fix'
Junio C Hamano
-245
/
+186
2022-01-05
i18n: turn even more messages into "cannot be used together" ones
Jean-Noël Avila
-4
/
+8
2022-01-05
i18n: refactor "%s, %s and %s are mutually exclusive"
Jean-Noël Avila
-1
/
+1
2021-12-09
diff --color-moved: intern strings
Phillip Wood
-78
/
+96
2021-12-09
diff: use designated initializers for emitted_diff_symbol
Phillip Wood
-1
/
+3
2021-12-09
diff --color-moved-ws=allow-indentation-change: improve hash lookups
Phillip Wood
-46
/
+19
2021-12-09
diff --color-moved: stop clearing potential moved blocks
Phillip Wood
-11
/
+0
2021-12-09
diff --color-moved: shrink potential moved blocks as we go
Phillip Wood
-36
/
+8
2021-12-09
diff --color-moved: unify moved block growth functions
Phillip Wood
-29
/
+12
2021-12-09
diff --color-moved: call comparison function directly
Phillip Wood
-4
/
+7
2021-12-09
diff --color-moved-ws=allow-indentation-change: simplify and optimize
Phillip Wood
-50
/
+20
2021-12-09
diff: simplify allow-indentation-change delta calculation
Phillip Wood
-11
/
+2
2021-12-09
diff --color-moved: avoid false short line matches and bad zebra coloring
Phillip Wood
-6
/
+11
2021-12-09
diff --color-moved=zebra: fix alternate coloring
Phillip Wood
-2
/
+2
2021-12-09
diff --color-moved: rewind when discarding pmb
Phillip Wood
-5
/
+23
2021-12-09
diff --color-moved: factor out function
Phillip Wood
-17
/
+34
2021-12-09
diff --color-moved: clear all flags on blocks that are too short
Phillip Wood
-3
/
+3
2021-11-25
run-command API users: use strvec_push(), not argv construction
Ævar Arnfjörð Bjarmason
-6
/
+2
2021-09-27
*.[ch] *_INIT macros: use { 0 } for a "zero out" idiom
Ævar Arnfjörð Bjarmason
-2
/
+2
2021-09-09
diff: ignore sparse paths in diffstat
Derrick Stolee
-0
/
+8
2021-08-06
Merge branch 'ab/pickaxe-pcre2'
Junio C Hamano
-1
/
+1
[next]