108 Commits (ba5f28bf79ea652fbe2be12f5ca6b351bb6ad591)

Author SHA1 Message Date
Max Kirillov ba311807f8 git-merge-file: do not add LF at EOF while applying unrelated change 10 years ago
Junio C Hamano c01499ef69 C: have space around && and || operators 11 years ago
Antoine Pelisse 36617af7ed diff: add --ignore-blank-lines option 12 years ago
Stefano Lattarini 41ccfdd9c9 Correct common spelling mistakes in comments and tests 12 years ago
René Scharfe 8072766cc6 xdiff: import new 32-bit version of count_masked_bytes() 13 years ago
René Scharfe 7e356a9794 xdiff: avoid more compiler warnings with XDL_FAST_HASH on 32-bit machines 13 years ago
René Scharfe 9322ce21ee xdiff: avoid compiler warnings with XDL_FAST_HASH on 32-bit machines 13 years ago
René Scharfe be89977543 xdiff: remove unused functions 13 years ago
René Scharfe 3319e60633 xdiff: remove emit_func() and xdi_diff_hunks() 13 years ago
René Scharfe 467d348c19 xdiff: add hunk_func() 13 years ago
Thomas Rast 6f1af028ce xdiff: choose XDL_FAST_HASH code on sizeof(long) instead of __WORDSIZE 13 years ago
Thomas Rast 6942efcfa9 xdiff: load full words in the inner loop of xdl_hash_record 13 years ago
Junio C Hamano 307ab20b33 xdiff: PATIENCE/HISTOGRAM are not independent option bits 13 years ago
Junio C Hamano e5b06629de xdiff: remove XDL_PATCH_* macros 13 years ago
René Scharfe baf5aaa333 xdiff: print post-image for common records instead of pre-image 13 years ago
René Scharfe 14937c2c06 diff: add option to show whole functions as context 13 years ago
René Scharfe f99f4b3667 xdiff: factor out get_func_line() 13 years ago
René Scharfe c5aa90682f Revert removal of multi-match discard heuristic in 27af01 13 years ago
Tay Ray Chuan 2738bc3f09 xdiff/xprepare: initialise xdlclassifier_t cf in xdl_prepare_env() 13 years ago
Tay Ray Chuan 27af01d552 xdiff/xprepare: improve O(n*m) performance in xdl_cleanup_records() 13 years ago
Tay Ray Chuan 6486a84cb8 xdiff/xhistogram: drop need for additional variable 13 years ago
Tay Ray Chuan 43ca7530df xdiff/xhistogram: rely on xdl_trim_ends() 13 years ago
Tay Ray Chuan 19f7a9c577 xdiff/xhistogram: rework handling of recursed results 13 years ago
Tay Ray Chuan 739864b1ff xdiff: do away with xdl_mmfile_next() 13 years ago
Tay Ray Chuan 86abba8015 xdiff/xprepare: use a smaller sample size for histogram diff 14 years ago
Tay Ray Chuan 9f37c27593 xdiff/xprepare: skip classification 14 years ago
Tay Ray Chuan 8c912eea94 teach --histogram to diff 14 years ago
Tay Ray Chuan 1d26b252f1 xdiff/xpatience: factor out fall-back-diff function 14 years ago
Tay Ray Chuan 159607a8f1 xdiff/xprepare: refactor abort cleanups 14 years ago
Tay Ray Chuan 452f4fa51e xdiff/xprepare: use memset() 14 years ago
Jonathan Nieder 349362cc20 xdiff: cast arguments for ctype functions to unsigned char 14 years ago
René Scharfe c099789bb0 diff: avoid repeated scanning while looking for funcname 14 years ago
Dylan Reid b4cf0f1784 xdiff: optimise for no whitespace difference when ignoring whitespace. 15 years ago
Alexey Mahotkin c8c073c420 xdiff/xmerge.c: use memset() instead of explicit for-loop 15 years ago
Jonathan Nieder a4b5e91c49 xdl_merge(): move file1 and file2 labels to xmparam structure 15 years ago
Jonathan Nieder 8a161433a0 xdl_merge(): add optional ancestor label to diff3-style output 15 years ago
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 15 years ago
Junio C Hamano 78ed710fcf xutils: Fix hashing an incomplete line with whitespaces at the end 15 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