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-05-15
Merge branch 'jc/dirstat-plug-leaks'
Junio C Hamano
-14
/
+20
2023-05-09
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
-0
/
+2
2023-05-05
diff: plug leaks in dirstat
Junio C Hamano
-6
/
+11
2023-05-05
diff: refactor common tail part of dirstat computation
Junio C Hamano
-14
/
+15
2023-05-02
Merge branch 'tb/ban-strtok'
Junio C Hamano
-1
/
+1
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
-0
/
+5
2023-04-24
string-list: multi-delimiter `string_list_split_in_place()`
Taylor Blau
-1
/
+1
2023-04-24
ws.h: move declarations for ws.c functions from cache.h
Elijah Newren
-0
/
+1
2023-04-24
base85.h: move declarations for base85.c functions from cache.h
Elijah Newren
-0
/
+1
2023-04-11
pager.h: move declarations for pager.c functions from cache.h
Elijah Newren
-0
/
+1
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
-0
/
+1
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
-0
/
+1
2023-04-11
treewide: be explicit about dependence on oid-array.h
Elijah Newren
-0
/
+1
2023-04-11
treewide: be explicit about dependence on convert.h
Elijah Newren
-0
/
+1
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-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
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
[next]