🌐 AI搜索 & 代理
🔍
主页
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.43.0
/
diff.c
tag
c089584ac8dedc3aa7c2c404839bc098050298a2
tagger
Junio C Hamano <gitster@pobox.com>
Mon Nov 20 01:28:36 2023
object
564d0252ca632e0264ed670534a51d18a689ef5d
Git 2.43
4ca7a3f
diff --stat: set the width defaults in a helper function
by Dragan Simic
· 2 years, 3 months ago
bd48adc
diff --stat: add config option to limit filename width
by Dragan Simic
· 2 years, 3 months ago
f137bd4
Merge branch 'jk/diff-result-code-cleanup'
by Junio C Hamano
· 2 years, 3 months ago
74a2e88
Merge branch 'jc/diff-exit-code-with-w-fixes'
by Junio C Hamano
· 2 years, 4 months ago
a64f8b2
diff: the -w option breaks --exit-code for --raw and other output modes
by Junio C Hamano
· 2 years, 4 months ago
5cc6b2d
diff: drop useless "status" parameter from diff_result_code()
by Jeff King
· 2 years, 4 months ago
e8efd86
diff: teach "--stat -w --exit-code" to notice differences
by Junio C Hamano
· 2 years, 4 months ago
c9a3e72
diff: mode-only change should be noticed by "--patch -w --exit-code"
by Junio C Hamano
· 2 years, 4 months ago
5f107ca
diff: move the fallback "--exit-code" code down
by Junio C Hamano
· 2 years, 4 months ago
ce481ac
Merge branch 'cw/compat-util-header-cleanup'
by Junio C Hamano
· 2 years, 5 months ago
b3d1c85
Merge branch 'gc/config-context'
by Junio C Hamano
· 2 years, 5 months ago
f4c18e5
Merge branch 'pb/complete-diff-options'
by Junio C Hamano
· 2 years, 5 months ago
91c080d
git-compat-util: move alloc macros to git-compat-util.h
by Calvin Wan
· 2 years, 5 months ago
da9502f
treewide: remove unnecessary includes for wrapper.h
by Calvin Wan
· 2 years, 5 months ago
8868b1e
config: pass kvi to die_bad_number()
by Glen Choo
· 2 years, 6 months ago
a4e7e31
config: add ctx arg to config_fn_t
by Glen Choo
· 2 years, 6 months ago
0a86803
diff.c: mention completion above add_diff_options
by Philippe Blain
· 2 years, 6 months ago
a034e91
object-store-ll.h: split this header out of object-store.h
by Elijah Newren
· 2 years, 6 months ago
6723899
merge-ll: rename from ll-merge
by Elijah Newren
· 2 years, 6 months ago
bc5c5ec
cache.h: remove this no-longer-used header
by Elijah Newren
· 2 years, 6 months ago
08c46a4
read-cache*.h: move declarations for read-cache.c functions from cache.h
by Elijah Newren
· 2 years, 6 months ago
de00f4b
Merge branch 'jk/log-follow-with-non-literal-pathspec'
by Junio C Hamano
· 2 years, 6 months ago
6901ffe
Merge branch 'jc/diff-s-with-other-options'
by Junio C Hamano
· 2 years, 6 months ago
8260bc5
diff: detect pathspec magic not supported by --follow
by Jeff King
· 2 years, 6 months ago
9eac595
diff: factor out --follow pathspec check
by Jeff King
· 2 years, 6 months ago
1e1dcb2
Merge branch 'jc/dirstat-plug-leaks'
by Junio C Hamano
· 2 years, 7 months ago
ccd12a3
Merge branch 'en/header-split-cache-h-part-2'
by Junio C Hamano
· 2 years, 7 months ago
9d484b9
diff: fix interaction between the "-s" option and other options
by Junio C Hamano
· 2 years, 7 months ago
8397398
diff: plug leaks in dirstat
by Junio C Hamano
· 2 years, 7 months ago
34a9489
diff: refactor common tail part of dirstat computation
by Junio C Hamano
· 2 years, 7 months ago
d699e27
Merge branch 'tb/ban-strtok'
by Junio C Hamano
· 2 years, 8 months ago
0807e57
Merge branch 'en/header-split-cache-h'
by Junio C Hamano
· 2 years, 8 months ago
52acddf
string-list: multi-delimiter `string_list_split_in_place()`
by Taylor Blau
· 2 years, 8 months ago
6412231
ws.h: move declarations for ws.c functions from cache.h
by Elijah Newren
· 2 years, 8 months ago
9b5041f
base85.h: move declarations for base85.c functions from cache.h
by Elijah Newren
· 2 years, 8 months ago
ca4eed7
pager.h: move declarations for pager.c functions from cache.h
by Elijah Newren
· 2 years, 8 months ago
87bed17
object-file.h: move declarations for object-file.c functions from cache.h
by Elijah Newren
· 2 years, 8 months ago
dabab1d
object-name.h: move declarations for object-name.c functions from cache.h
by Elijah Newren
· 2 years, 8 months ago
6f2d743
treewide: be explicit about dependence on oid-array.h
by Elijah Newren
· 2 years, 8 months ago
73359a9
treewide: be explicit about dependence on convert.h
by Elijah Newren
· 2 years, 8 months ago
6047b28
Merge branch 'en/header-split-cleanup'
by Junio C Hamano
· 2 years, 8 months ago
72871b19
Merge branch 'ab/remove-implicit-use-of-the-repository'
by Junio C Hamano
· 2 years, 8 months ago
e7dca80
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h
by Junio C Hamano
· 2 years, 8 months ago
a5183d7
cocci: apply the "promisor-remote.h" part of "the_repository.pending"
by Ævar Arnfjörð Bjarmason
· 2 years, 9 months ago
d850b7a
cocci: apply the "cache.h" part of "the_repository.pending"
by Ævar Arnfjörð Bjarmason
· 2 years, 9 months ago
15108de
Merge branch 'jk/format-patch-ignore-noprefix'
by Junio C Hamano
· 2 years, 9 months ago
e38da48
setup.h: move declarations for setup.c functions from cache.h
by Elijah Newren
· 2 years, 9 months ago
32a8f51
environment.h: move declarations for environment.c functions from cache.h
by Elijah Newren
· 2 years, 9 months ago
d5ebb50
wrapper.h: move declarations for wrapper.c functions from cache.h
by Elijah Newren
· 2 years, 9 months ago
0b027f6
abspath.h: move absolute path functions from cache.h
by Elijah Newren
· 2 years, 9 months ago
f394e09
treewide: be explicit about dependence on gettext.h
by Elijah Newren
· 2 years, 9 months ago
88cc8ed
Merge branch 'en/header-cleanup'
by Junio C Hamano
· 2 years, 9 months ago
b39a569
diff: add --default-prefix option
by Jeff King
· 2 years, 9 months ago
6799aad
diff: factor out src/dst prefix setup
by Jeff King
· 2 years, 9 months ago
ece8dc9
Merge branch 'jc/diff-algo-attribute'
by Junio C Hamano
· 2 years, 10 months ago
41771fa
cache.h: remove dependence on hex.h; make other files include it explicitly
by Elijah Newren
· 2 years, 10 months ago
36bf195
alloc.h: move ALLOC_GROW() functions from cache.h
by Elijah Newren
· 2 years, 10 months ago
a4cf900
diff: teach diff to read algorithm from diff driver
by John Cai
· 2 years, 10 months ago
11e95e1
diff: consolidate diff algorithm option parsing
by John Cai
· 2 years, 10 months ago
1120c54
Merge branch 'jk/ext-diff-with-relative'
by Junio C Hamano
· 2 years, 11 months ago
f034bb1
diff: drop "name" parameter from prepare_temp_file()
by Jeff King
· 3 years ago
de8f14e
diff: clean up external-diff argv setup
by Jeff King
· 3 years ago
a0f83e7
diff: use filespec path to set up tempfiles for ext-diff
by Jeff King
· 3 years ago
e57caee
Merge branch 'pg/diff-stat-unmerged-regression-fix'
by Junio C Hamano
· 3 years ago
1795479
Merge branch 'jk/unused-post-2.39'
by Junio C Hamano
· 3 years ago
ab91f6b
Merge branch 'rs/diff-parseopts'
by Junio C Hamano
· 3 years ago
209d9cb
diff: fix regression with --stat and unmerged file
by Peter Grayson
· 3 years ago
61bdc7c
diff: mark unused parameters in callbacks
by Jeff King
· 3 years ago
c5224f0
ws: drop unused parameter from ws_blank_line()
by Jeff King
· 3 years ago
189e97b
diff: remove parseopts member from struct diff_options
by René Scharfe
· 3 years ago
6c6048f
diff: use add_diff_options() in diff_opt_parse()
by René Scharfe
· 3 years ago
c5630c4
diff: factor out add_diff_options()
by René Scharfe
· 3 years ago
613999c
Merge branch 'sg/plug-line-log-leaks'
by Junio C Hamano
· 3 years, 1 month ago
be4ac3b
Merge branch 'rs/no-more-run-command-v'
by Taylor Blau
· 3 years, 1 month ago
586d8b5
diff.c: use diff_free_queue()
by SZEDER Gábor
· 3 years, 1 month ago
04ae000
line-log: free diff queue when processing non-merge commits
by SZEDER Gábor
· 3 years, 1 month ago
160314e
Merge branch 'jz/patch-id'
by Taylor Blau
· 3 years, 1 month ago
0e90673
use child_process members "args" and "env" directly
by René Scharfe
· 3 years, 1 month ago
7d5a4d8
Merge branch 'tb/diffstat-with-utf8-strwidth'
by Junio C Hamano
· 3 years, 2 months ago
93105ab
patch-id: fix patch-id for mode changes
by Jerry Zhang
· 3 years, 2 months ago
51276c1
patch-id: use stable patch-id for rebases
by Jerry Zhang
· 3 years, 2 months ago
0570be7
patch-id: fix stable patch id for binary / header-only
by Jerry Zhang
· 3 years, 2 months ago
ce8529b
diff: leave NEEDWORK notes in show_stats() function
by Junio C Hamano
· 3 years, 2 months ago
0e5a87e
diffstat_consume(): assert non-zero length
by Jeff King
· 3 years, 2 months ago
d878d83
Merge branch 'en/remerge-diff-fixes'
by Junio C Hamano
· 3 years, 3 months ago
12fc4ad
diff.c: use utf8_strwidth() to count display width
by Torsten Bögershausen
· 3 years, 3 months ago
dd407f1
Merge branch 'ab/unused-annotation'
by Junio C Hamano
· 3 years, 3 months ago
a6b42ec
Merge branch 'jk/unused-annotation'
by Junio C Hamano
· 3 years, 3 months ago
67360b7
diff: fix filtering of merge commits under --remerge-diff
by Elijah Newren
· 3 years, 3 months ago
71a146d
diff: fix filtering of additional headers under --remerge-diff
by Elijah Newren
· 3 years, 3 months ago
9b08091
diff: have submodule_format logic avoid additional diff headers
by Elijah Newren
· 3 years, 3 months ago
5cf88fd
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
by Ævar Arnfjörð Bjarmason
· 3 years, 3 months ago
02c3c59
hashmap: mark unused callback parameters
by Jeff King
· 3 years, 4 months ago
783a86c
config: mark unused callback parameters
by Jeff King
· 3 years, 4 months ago
99d86d6
parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --options
by SZEDER Gábor
· 3 years, 4 months ago
7f8d098
Merge branch 'ab/cocci-unused'
by Junio C Hamano
· 3 years, 5 months ago
4f40f6c
cocci: add and apply a rule to find "unused" strbufs
by Ævar Arnfjörð Bjarmason
· 3 years, 5 months ago
2715e8a
merge-ort: make `path_messages` a strmap to a string_list
by Johannes Schindelin
· 3 years, 6 months ago
8af7593
diff: use mks_tempfile_dt()
by René Scharfe
· 3 years, 8 months ago
361c256
Merge branch 'ab/plug-random-leaks'
by Junio C Hamano
· 3 years, 9 months ago
Next »