index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
xdiff
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'rc/histogram-diff'
Junio C Hamano
2011-09-06
1
-0
/
+2
|
\
|
*
xdiff/xprepare: initialise xdlclassifier_t cf in xdl_prepare_env()
Tay Ray Chuan
2011-08-31
1
-0
/
+2
*
|
Merge branch 'rc/histogram-diff' into HEAD
Junio C Hamano
2011-08-18
8
-125
/
+470
|
\
|
|
*
xdiff/xhistogram: drop need for additional variable
Tay Ray Chuan
2011-08-08
1
-5
/
+4
|
*
xdiff/xhistogram: rely on xdl_trim_ends()
Tay Ray Chuan
2011-08-08
1
-27
/
+4
|
*
xdiff/xhistogram: rework handling of recursed results
Tay Ray Chuan
2011-08-08
1
-6
/
+9
|
*
xdiff: do away with xdl_mmfile_next()
Tay Ray Chuan
2011-08-03
3
-20
/
+2
|
*
xdiff/xprepare: use a smaller sample size for histogram diff
Tay Ray Chuan
2011-07-12
3
-10
/
+17
|
*
xdiff/xprepare: skip classification
Tay Ray Chuan
2011-07-12
1
-8
/
+16
|
*
teach --histogram to diff
Tay Ray Chuan
2011-07-12
4
-0
/
+390
|
*
xdiff/xpatience: factor out fall-back-diff function
Tay Ray Chuan
2011-07-07
3
-25
/
+35
|
*
xdiff/xprepare: refactor abort cleanups
Tay Ray Chuan
2011-07-07
1
-59
/
+32
|
*
xdiff/xprepare: use memset()
Tay Ray Chuan
2011-07-07
1
-7
/
+3
*
|
xdiff/xprepare: improve O(n*m) performance in xdl_cleanup_records()
Tay Ray Chuan
2011-08-18
1
-36
/
+50
|
/
*
Merge branch 'cb/diff-fname-optim'
Junio C Hamano
2010-11-17
1
-24
/
+14
|
\
|
*
diff: avoid repeated scanning while looking for funcname
René Scharfe
2010-09-30
1
-24
/
+14
*
|
xdiff: cast arguments for ctype functions to unsigned char
Jonathan Nieder
2010-10-06
3
-10
/
+11
|
/
*
xdiff: optimise for no whitespace difference when ignoring whitespace.
Dylan Reid
2010-07-06
1
-1
/
+3
*
xdiff/xmerge.c: use memset() instead of explicit for-loop
Alexey Mahotkin
2010-05-01
1
-9
/
+8
*
xdl_merge(): move file1 and file2 labels to xmparam structure
Jonathan Nieder
2010-03-21
2
-10
/
+14
*
xdl_merge(): add optional ancestor label to diff3-style output
Jonathan Nieder
2010-03-21
2
-2
/
+15
*
refactor merge flags into xmparam_t
Bert Wesarg
2010-03-02
2
-12
/
+11
*
make union merge an xdl merge favor
Bert Wesarg
2010-03-02
2
-7
/
+14
*
Merge branch 'jc/conflict-marker-size'
Junio C Hamano
2010-01-21
2
-10
/
+25
|
\
|
*
xdl_merge(): allow passing down marker_size in xmparam_t
Junio C Hamano
2010-01-17
2
-8
/
+18
|
*
xdl_merge(): introduce xmparam_t for merge specific parameters
Junio C Hamano
2010-01-17
2
-2
/
+7
*
|
git-merge-file --ours, --theirs
Junio C Hamano
2009-11-30
2
-3
/
+14
|
/
*
Merge branch 'tf/diff-whitespace-incomplete-line'
Junio C Hamano
2009-09-01
1
-33
/
+53
|
\
|
*
xutils: Fix xdl_recmatch() on incomplete lines
Junio C Hamano
2009-08-23
1
-31
/
+49
|
*
xutils: Fix hashing an incomplete line with whitespaces at the end
Junio C Hamano
2009-08-23
1
-2
/
+4
|
*
Merge branch 'kc/maint-diff-bwi-fix' into maint
Junio C Hamano
2009-02-06
1
-2
/
+4
|
|
\
*
|
|
refactor: use bitsizeof() instead of 8 * sizeof()
Pierre Habouzit
2009-07-23
1
-1
/
+1
*
|
|
Merge branch 'cb/maint-1.6.0-xdl-merge-fix' into maint
Junio C Hamano
2009-06-02
1
-16
/
+15
|
\
\
\
|
*
|
|
Change xdl_merge to generate output even for null merges
Charles Bailey
2009-05-25
1
-16
/
+15
*
|
|
|
Fix typos / spelling in comments
Mike Ralphson
2009-04-23
1
-1
/
+1
*
|
|
|
Fix various dead stores found by the clang static analyzer
Benjamin Kramer
2009-03-16
2
-4
/
+3
*
|
|
|
Merge branch 'js/patience-diff'
Junio C Hamano
2009-01-24
5
-1
/
+389
|
\
\
\
\
|
*
|
|
|
Implement the patience diff algorithm
Johannes Schindelin
2009-01-07
5
-1
/
+389
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'kc/maint-diff-bwi-fix'
Junio C Hamano
2009-01-22
1
-2
/
+4
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Fix combined use of whitespace ignore options to diff
Keith Cascio
2009-01-20
1
-2
/
+4
|
|
|
/
|
|
/
|
|
*
|
xdiff: give up scanning similar lines early
Davide Libenzi
2008-12-03
1
-2
/
+13
*
|
|
diff: add option to show context between close hunks
René Scharfe
2008-12-29
2
-1
/
+3
|
|
/
|
/
|
*
|
Merge branch 'dl/xdiff'
Junio C Hamano
2008-11-13
1
-2
/
+13
|
\
\
|
*
|
xdiff: give up scanning similar lines early
Davide Libenzi
2008-11-08
1
-2
/
+13
*
|
|
Allow alternate "low-level" emit function from xdl_diff
Brian Downing
2008-10-25
4
-3
/
+8
|
/
/
*
|
xmerge.c: "diff3 -m" style clips merge reduction level to EAGER or less
Junio C Hamano
2008-08-31
1
-0
/
+9
*
|
xmerge.c: minimum readability fixups
Junio C Hamano
2008-08-31
1
-7
/
+7
*
|
xdiff-merge: optionally show conflicts in "diff3 -m" style
Junio C Hamano
2008-08-31
2
-19
/
+90
*
|
xdl_fill_merge_buffer(): separate out a too deeply nested function
Junio C Hamano
2008-08-31
1
-51
/
+70
|
/
*
xdl_merge(): introduce XDL_MERGE_ZEALOUS_ALNUM
Johannes Schindelin
2008-02-18
2
-4
/
+28
[next]