63 Commits (e242148012196772e3fe2652d538fb923b91ca92)

Author SHA1 Message Date
Bert Wesarg 560119b9ab refactor merge flags into xmparam_t 15 years ago
Bert Wesarg cd1d61c44f make union merge an xdl merge favor 15 years ago
Junio C Hamano 9914cf4689 xdl_merge(): allow passing down marker_size in xmparam_t 15 years ago
Junio C Hamano 00f8f97d30 xdl_merge(): introduce xmparam_t for merge specific parameters 15 years ago
Junio C Hamano 73eb40eeaa git-merge-file --ours, --theirs 15 years ago
Junio C Hamano 3b5ef0e216 xutils: Fix xdl_recmatch() on incomplete lines 16 years ago
Junio C Hamano 78ed710fcf xutils: Fix hashing an incomplete line with whitespaces at the end 16 years ago
Pierre Habouzit f630cfda88 refactor: use bitsizeof() instead of 8 * sizeof() 16 years ago
Charles Bailey 5719db91ce Change xdl_merge to generate output even for null merges 16 years ago
Mike Ralphson 3ea3c215c0 Fix typos / spelling in comments 16 years ago
Benjamin Kramer 8e24cbaeaf Fix various dead stores found by the clang static analyzer 16 years ago
Keith Cascio 6d12acefd5 Fix combined use of whitespace ignore options to diff 16 years ago
Johannes Schindelin 92b7de93fb Implement the patience diff algorithm 16 years ago
René Scharfe 6d0e674a57 diff: add option to show context between close hunks 16 years ago
Davide Libenzi 733070bea9 xdiff: give up scanning similar lines early 16 years ago
Davide Libenzi 9b28d55401 xdiff: give up scanning similar lines early 16 years ago
Brian Downing ef2e62fe23 Allow alternate "low-level" emit function from xdl_diff 16 years ago
Junio C Hamano 83133740d9 xmerge.c: "diff3 -m" style clips merge reduction level to EAGER or less 17 years ago
Junio C Hamano 838338cd22 xmerge.c: minimum readability fixups 17 years ago
Junio C Hamano e0af48e496 xdiff-merge: optionally show conflicts in "diff3 -m" style 17 years ago
Junio C Hamano f2b25dd81f xdl_fill_merge_buffer(): separate out a too deeply nested function 17 years ago
Johannes Schindelin ee95ec5d58 xdl_merge(): introduce XDL_MERGE_ZEALOUS_ALNUM 17 years ago
Johannes Schindelin f407f14dea xdl_merge(): make XDL_MERGE_ZEALOUS output simpler 17 years ago
Guido Ostkamp a777e9ca54 Remove unreachable statements 17 years ago
Junio C Hamano f258475a6e Per-path attribute based hunk header selection. 18 years ago
Pierre Habouzit 52fae7de4e Missing statics. 18 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Johannes Schindelin 824f782c3f xdiff/xutils.c(xdl_hash_record): factor out whitespace handling 18 years ago
Johannes Schindelin 859f9c4581 teach diff machinery about --ignore-space-at-eol 18 years ago
Johannes Schindelin 22b6abcd08 Fix yet another subtle xdl_merge() bug 18 years ago
Johannes Schindelin 5d6b151fdd xdl_merge(): fix a segmentation fault when refining conflicts 18 years ago
Johannes Schindelin 98e6da8a36 xdl_merge(): fix and simplify conflict handling 18 years ago
Johannes Schindelin c7c24889bb diff -b: ignore whitespace at end of line 18 years ago
Johannes Schindelin 710daa83fc xdl_merge(): fix thinko 18 years ago
Johannes Schindelin 875b8ce476 xdl_merge(): fix an off-by-one bug 18 years ago
Junio C Hamano 53a7085a10 xmerge: make return value from xdl_merge() more usable. 18 years ago
Johannes Schindelin 857b933e04 xdiff: add xdl_merge() 18 years ago
Andy Parkins f73da29fa2 Increase length of function name buffer 18 years ago
Petr Baudis 70da769a46 xdiff: Match GNU diff behaviour when deciding hunk comment worthiness of lines 18 years ago
Jim Meyering 67aef03455 xdiff/xemit.c (xdl_find_func): Elide trailing white space in a context header. 18 years ago
Linus Torvalds 9de0834663 Fix hash function in xdiff library 18 years ago
Johannes Schindelin 2344d47fba diff: fix 2 whitespace issues 18 years ago
Pavel Roskin 82e5a82fd7 Fix more typos, primarily in the code 19 years ago
Linus Torvalds a9ed376b15 xdiff: generate "anti-diffs" aka what is common to two files 19 years ago
Johannes Schindelin 0d21efa51c Teach diff about -b and -w flags 19 years ago
Junio C Hamano d281786fcd xdiff: minor changes to match libxdiff-0.21 19 years ago
Davide Libenzi 295ba2fb89 xdiff: post-process hunks to make them consistent. 19 years ago
Marco Roeland 0ed49a3ed9 xdiff/xdiffi.c: fix warnings about possibly uninitialized variables 19 years ago
Davide Libenzi ca557afff9 Clean-up trivially redundant diff. 19 years ago
Mark Wooding acb7257729 xdiff: Show function names in hunk headers. 19 years ago