index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xdiff
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-06
xdiff: drop XDL_FAST_HASH
Jeff King
1
-106
/
+0
2016-10-03
Merge branch 'mh/diff-indent-heuristic'
Junio C Hamano
1
-7
/
+7
2016-09-27
xdiff: rename "struct group" to "struct xdlgroup"
Jeff King
1
-7
/
+7
2016-09-26
Merge branch 'mh/diff-indent-heuristic'
Junio C Hamano
2
-98
/
+538
2016-09-21
Merge branch 'rs/xdiff-merge-overlapping-hunks-for-W-context'
Junio C Hamano
1
-1
/
+1
2016-09-19
diff: improve positioning of add/delete blocks in diffs
Michael Haggerty
2
-0
/
+326
2016-09-14
xdiff: fix merging of hunks with -W context and -u context
René Scharfe
1
-1
/
+1
2016-09-07
xdiff: remove unneeded declarations
Stefan Beller
1
-9
/
+0
2016-08-23
xdl_change_compact(): introduce the concept of a change group
Michael Haggerty
1
-90
/
+203
2016-08-23
recs_match(): take two xrecord_t pointers as arguments
Michael Haggerty
1
-7
/
+7
2016-08-23
is_blank_line(): take a single xrecord_t as argument
Michael Haggerty
1
-4
/
+4
2016-08-23
xdl_change_compact(): only use heuristic if group can't be matched
Michael Haggerty
1
-19
/
+19
2016-08-23
xdl_change_compact(): fix compaction heuristic to adjust ixo
Michael Haggerty
1
-0
/
+1
2016-08-08
Merge branch 'js/ignore-space-at-eol' into maint
Junio C Hamano
2
-3
/
+5
2016-07-11
diff: fix a double off-by-one with --ignore-space-at-eol
Johannes Schindelin
2
-3
/
+5
2016-06-27
Merge branch 'rs/xdiff-hunk-with-func-line' into maint
Junio C Hamano
1
-8
/
+57
2016-06-20
Merge branch 'rs/xdiff-hunk-with-func-line'
Junio C Hamano
1
-8
/
+57
2016-06-09
xdiff: fix merging of appended hunk with -W
René Scharfe
1
-1
/
+2
2016-05-31
xdiff: -W: don't include common trailing empty lines in context
René Scharfe
1
-0
/
+2
2016-05-31
xdiff: ignore empty lines before added functions with -W
René Scharfe
1
-2
/
+20
2016-05-31
xdiff: handle appended chunks better with -W
René Scharfe
1
-3
/
+24
2016-05-31
xdiff: factor out match_func_rec()
René Scharfe
1
-4
/
+11
2016-05-06
Merge branch 'jk/diff-compact-heuristic'
Junio C Hamano
2
-4
/
+38
2016-04-19
xdiff: implement empty line chunk heuristic
Stefan Beller
2
-0
/
+28
2016-04-18
xdiff: add recs_match helper function
Jacob Keller
1
-4
/
+10
2016-04-03
Merge branch 'rj/xdiff-prepare-plug-leak-on-error-codepath'
Junio C Hamano
1
-1
/
+2
2016-03-04
xdiff/xprepare: fix a memory leak
Ramsay Jones
1
-0
/
+1
2016-03-04
xdiff/xprepare: use the XDF_DIFF_ALG() macro to access flag bits
Ramsay Jones
1
-1
/
+1
2016-02-26
Merge branch 'ps/plug-xdl-merge-leak'
Junio C Hamano
1
-2
/
+7
2016-02-26
Merge branch 'jk/no-diff-emit-common'
Junio C Hamano
2
-19
/
+0
2016-02-23
xdiff/xmerge: fix memory leak in xdl_merge
Patrick Steinhardt
1
-2
/
+7
2016-02-22
xdiff: drop XDL_EMIT_COMMON
Jeff King
2
-19
/
+0
2016-01-27
merge-file: ensure that conflict sections match eol style
Johannes Schindelin
1
-14
/
+23
2016-01-27
merge-file: let conflict markers match end-of-line style of the context
Johannes Schindelin
1
-4
/
+57
2014-06-30
git-merge-file: do not add LF at EOF while applying unrelated change
Max Kirillov
1
-2
/
+2
2013-10-16
C: have space around && and || operators
Junio C Hamano
1
-1
/
+1
2013-06-19
diff: add --ignore-blank-lines option
Antoine Pelisse
7
-8
/
+89
2013-04-12
Correct common spelling mistakes in comments and tests
Stefano Lattarini
2
-2
/
+2
2012-05-25
Merge branch 'rs/xdiff-fast-hash-fix'
Junio C Hamano
1
-15
/
+15
2012-05-23
xdiff: import new 32-bit version of count_masked_bytes()
René Scharfe
1
-13
/
+5
2012-05-23
xdiff: avoid more compiler warnings with XDL_FAST_HASH on 32-bit machines
René Scharfe
1
-1
/
+7
2012-05-22
xdiff: avoid compiler warnings with XDL_FAST_HASH on 32-bit machines
René Scharfe
1
-3
/
+5
2012-05-09
xdiff: remove unused functions
René Scharfe
2
-46
/
+0
2012-05-09
xdiff: remove emit_func() and xdi_diff_hunks()
René Scharfe
2
-6
/
+1
2012-05-09
xdiff: add hunk_func()
René Scharfe
2
-0
/
+22
2012-05-02
Merge branch 'tr/xdiff-fast-hash'
Junio C Hamano
1
-0
/
+106
2012-05-01
xdiff: choose XDL_FAST_HASH code on sizeof(long) instead of __WORDSIZE
Thomas Rast
1
-29
/
+23
2012-04-15
Merge branch 'jc/diff-algo-cleanup'
Junio C Hamano
5
-21
/
+18
2012-04-09
xdiff: load full words in the inner loop of xdl_hash_record
Thomas Rast
1
-0
/
+112
2012-02-19
xdiff: PATIENCE/HISTOGRAM are not independent option bits
Junio C Hamano
5
-16
/
+18
[next]