]> git.neil.brown.name Git - wiggle.git/history - merge2.c
Disable *all* backups when --no-backups used
[wiggle.git] / merge2.c
2020-10-03 NeilBrownAdd copyright claims through to 2020
2020-10-03 NeilBrownRe-indent code messed up by name-change.
2020-10-03 NeilBrownAdd "wiggle_" prefix to all exported names.
2020-10-03 NeilBrownMove save functions to vpatch.c
2020-10-03 NeilBrownmerge: fix a problem with unmatchable hunks.
2019-12-27 NeilBrownMerge github.com:neilbrown/wiggle
2019-12-27 NeilBrownmerge2: guard against over-flowing elcnt
2014-04-08 Jari Aaltoman: Correct preceeding to preceding
2013-08-23 NeilBrownBrowser: base tempfile name on that of original file.
2013-08-22 NeilBrownUpdate copyright claims.
2013-08-22 NeilBrownBrowser: pass line number to editor when editting the...
2013-08-22 NeilBrownBrowser: edit merge in a temporary file.
2013-08-19 NeilBrownAdd some test after the markers in a merge.
2013-08-19 NeilBrownmerge: fix another bug in isolate_conflicts.
2013-08-19 NeilBrownvpatch: discard 'ignored' for 'oldtype'.
2013-08-19 NeilBrownmerge: fix reporting of empty "conflicts".
2013-03-22 NeilBrownmerge: be more careful about aligning hunk-headers...
2013-03-08 NeilBrownmerge: calculate number of wiggles more accurately.
2013-03-08 NeilBrownmerge: tidy up isolation of conflicts.
2013-03-01 NeilBrownmerge: Remove noise from --show-wiggles output.
2013-02-14 NeilBrownmerge: remove some meaningless AlreadyApplied
2013-02-13 NeilBrownmerge: remove useless context from the end of a conflict.
2013-02-13 NeilBrownmerge: remove useless context at the start of a conflict.
2012-11-15 NeilBrownvpatch: allow changes to be ignored as well as conflict.
2012-11-14 NeilBrownvpatch: avoid repeated backups.
2012-11-14 NeilBrownvpatch: prompt to save change if merge was editted.
2012-11-14 NeilBrownvpatch: support saving of files.
2012-11-14 NeilBrownSeparate make_merger out from print_merge2
2012-11-13 NeilBrownvpatch: allow conflict to be ignored with 'x'
2012-05-15 NeilBrownmerge: make some conflicts less conflicting.
2012-05-13 Neil BrownMove parse_patch and related to new parse.c
2012-05-10 Neil Brownisolate_conflicts: don't look for eol that cannot be...
2012-05-08 Neil BrownInitial all of 'End' merger.
2012-05-08 Neil BrownAvoid buffer overflow when checking for hunk header
2012-05-08 Neil Brownmerge: avoid including large Unmatched sections in...
2012-05-08 Neil BrownEncourage more context into conflict reports.
2012-05-08 Neil Brownmerge: factor out is_cutpoint.
2012-05-08 Neil BrownImprove handling of hunk-header when merging.
2012-05-08 Neil BrownEnsure that a hunk-header never appears in the middle...
2012-05-07 Neil BrownAdd --show-wiggle flag.
2012-05-07 Neil BrownMake tracing code a bit cleaner and more organised.
2012-05-07 Neil BrownIntroduce xmalloc and use it.
2012-05-07 Neil BrownGeneral cleanups
2011-12-07 Alexandre Carmel... Removed malloc.h, fixed off-by-one in bestmatch.c,...
2011-08-22 Neil BrownFix white space etc issues reported by checkpatch.pl
2011-08-22 Neil BrownUpdate date COPYING and FSF address.
2011-08-22 Neil BrownFix use of uninitialised vars in merge2.
2011-08-22 Neil BrownMake lots of functions "static".
2010-03-24 Neil BrownRelease 0.8 v0.8
2010-03-24 Neil BrownAdd --no-ignore option
2009-03-05 Neil BrownFix an off-by-one bug.
2006-06-09 Neil BrownRemove all trailing blanks.
2006-05-25 Neil BrownGet merge2 to pass all the tests...
2006-05-22 Neil BrownAdd new patch-browsing mode - needs a lot of work.