index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
xdiff-interface.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-06
1
-0
/
+1
*
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
1
-0
/
+2
*
xdiff-interface: refactor parsing of merge.conflictstyle
Phillip Wood
2024-03-14
1
-11
/
+18
*
Merge branch 'en/header-cleanup'
Junio C Hamano
2024-01-08
1
-2
/
+0
|
\
|
*
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-2
/
+0
*
|
config: use config_error_nonbool() instead of custom messages
Jeff King
2023-12-09
1
-1
/
+1
*
|
git_xmerge_config(): prefer error() to die()
Jeff King
2023-12-09
1
-3
/
+4
|
/
*
Merge branch 'gc/config-context'
Junio C Hamano
2023-07-06
1
-2
/
+3
|
\
|
*
config: add ctx arg to config_fn_t
Glen Choo
2023-06-28
1
-2
/
+3
*
|
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+2
|
/
*
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-04-06
1
-1
/
+1
|
\
|
*
treewide: remove unnecessary cache.h inclusion from several sources
Elijah Newren
2023-03-21
1
-1
/
+1
*
|
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
2023-04-06
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
*
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
|
/
*
Merge branch 'ep/maint-equals-null-cocci' for maint-2.35
Junio C Hamano
2022-05-02
1
-1
/
+1
|
\
|
*
tree-wide: apply equals-null.cocci
Junio C Hamano
2022-05-02
1
-1
/
+1
*
|
xdiff: implement a zealous diff3, or "zdiff3"
Phillip Wood
2021-12-01
1
-0
/
+2
|
/
*
Merge branch 'ab/pickaxe-pcre2'
Junio C Hamano
2021-07-14
1
-11
/
+16
|
\
|
*
xdiff-interface: replace discard_hunk_line() with a flag
Ævar Arnfjörð Bjarmason
2021-05-11
1
-6
/
+0
|
*
xdiff-interface: allow early return from xdiff_emit_line_fn
Ævar Arnfjörð Bjarmason
2021-05-11
1
-4
/
+14
|
*
xdiff-interface: prepare for allowing early return
Ævar Arnfjörð Bjarmason
2021-05-11
1
-1
/
+2
*
|
hash: provide per-algorithm null OIDs
brian m. carlson
2021-04-27
1
-1
/
+1
|
/
*
xdiff: avoid computing non-zero offset from NULL pointer
Jeff King
2020-01-29
1
-2
/
+6
*
avoid computing zero offsets from NULL pointer
Jeff King
2020-01-29
1
-2
/
+2
*
completion: add more parameter value completion
Nguyễn Thái Ngọc Duy
2019-02-20
1
-0
/
+4
*
Merge branch 'jk/xdiff-interface'
Junio C Hamano
2018-11-13
1
-45
/
+31
|
\
|
*
xdiff-interface: drop parse_hunk_header()
Jeff King
2018-11-05
1
-45
/
+0
|
*
diff: use hunk callback for word-diff
Jeff King
2018-11-05
1
-0
/
+3
|
*
diff: avoid generating unused hunk header lines
Jeff King
2018-11-05
1
-0
/
+6
|
*
xdiff-interface: provide a separate consume callback for hunks
Jeff King
2018-11-02
1
-4
/
+26
|
*
xdiff: provide a separate emit callback for hunks
Jeff King
2018-11-02
1
-1
/
+1
*
|
convert "oidcmp() == 0" to oideq()
Jeff King
2018-08-29
1
-1
/
+1
|
/
*
object-store: move object access functions to object-store.h
Stefan Beller
2018-05-16
1
-0
/
+1
*
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
2018-03-14
1
-1
/
+1
*
xdiff-interface: export comparing and hashing strings
Stefan Beller
2017-10-26
1
-0
/
+12
*
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-24
1
-0
/
+1
|
\
|
*
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
|
print errno when reporting a system call error
Nguyễn Thái Ngọc Duy
2017-05-26
1
-2
/
+2
|
/
*
Merge branch 'js/regexec-buf'
Junio C Hamano
2016-09-27
1
-9
/
+4
|
\
|
*
regex: use regexec_buf()
Johannes Schindelin
2016-09-21
1
-9
/
+4
*
|
Convert read_mmblob to take struct object_id.
brian m. carlson
2016-09-07
1
-4
/
+4
*
|
xdiff: don't trim common tail with -W
René Scharfe
2016-05-31
1
-6
/
+4
|
/
*
convert trivial cases to ALLOC_ARRAY
Jeff King
2016-02-22
1
-1
/
+1
*
xdiff: reject files larger than ~1GB
Jeff King
2015-09-28
1
-0
/
+3
*
xdiff: remove emit_func() and xdi_diff_hunks()
René Scharfe
2012-05-09
1
-44
/
+0
*
add, merge, diff: do not use strcasecmp to compare config variable names
Jonathan Nieder
2011-05-15
1
-1
/
+1
*
Merge branch 'rs/maint-diff-fd-leak' into maint
Junio C Hamano
2010-12-26
1
-1
/
+3
|
\
|
*
close file on error in read_mmfile()
René Scharfe
2010-12-26
1
-1
/
+3
*
|
xdiff-interface.c: always trim trailing space from xfuncname matches
Brandon Casey
2010-09-10
1
-3
/
+2
[next]