]> git.neil.brown.name Git - wiggle.git/shortlog
wiggle.git
2013-02-14 NeilBrownmerge: remove some meaningless AlreadyApplied
2013-02-14 NeilBrownbestmatch: improve poor matches.
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.
2013-02-13 NeilBrownvpatch: fix another access-beyond-array
2013-02-12 NeilBrownvpatch: allow relevant signals to cause a core-dump.
2013-02-12 NeilBrownvpatch: fix various reference errors found by valgrind.
2013-02-07 NeilBrownBrowser: add missing documentation for Save and Restore...
2013-02-06 NeilBrowndiff: make rediffing of patches more precise.
2013-02-04 NeilBrownDOC: remove diff.ps due to distribution license issues.
2012-11-15 NeilBrownvpatch: add mouse movement to merge_window.
2012-11-15 NeilBrownvpatch: add mouse support for main window.
2012-11-15 NeilBrownMan page updates.
2012-11-15 NeilBrownvpatch: allow control-C to disable --replace function.
2012-11-15 NeilBrownvpatch: handle --replace option.
2012-11-15 NeilBrownvpatch: add X command to ignore all changes in the...
2012-11-15 NeilBrownvpatch: make sure render is stable when the merge is...
2012-11-15 NeilBrownvpatch: allow changes to be ignored as well as conflict.
2012-11-15 NeilBrownvpatch: fix display for ignored conflicts.
2012-11-15 NeilBrownvpatch: add "control-X-O" as a watch to change panes.
2012-11-14 NeilBrownvpatch: allow mode setting keys to toggle back to ...
2012-11-14 NeilBrownvpatch: change appearance of ignored conflicts.
2012-11-14 NeilBrownvpatch: update status counters when we save a file.
2012-11-14 NeilBrownvpatch: add 'C' command to go to next conflicted hunk.
2012-11-14 NeilBrownvpatch: highlight conflicts better.
2012-11-14 NeilBrownvpatch: update display correctly when editing the merge.
2012-11-14 NeilBrownvpatch: conditionally auto-save unsaved files when...
2012-11-14 NeilBrownvpatch: avoid repeated backups.
2012-11-14 NeilBrownvpatch: prompt to save change if merge was editted.
2012-11-14 NeilBrownvpatch: allow a save file to be restored.
2012-11-14 NeilBrownvpatch: support saving of files.
2012-11-14 NeilBrownvpatch: Allow a message to be displayed in main folder.
2012-11-14 NeilBrownSeparate make_merger out from print_merge2
2012-11-14 NeilBrownvpatch: remove lots of memory leaks.
2012-11-13 NeilBrownvpatch: allow a file in list to be a 'merger' instead...
2012-11-13 NeilBrownvpatch: allow conflict to be ignored with 'x'
2012-11-13 NeilBrownvpatch: change args to visible()
2012-11-13 NeilBrownvpatch: avoid extra blanks when cursor is in alternate...
2012-11-13 NeilBrownvpatch: add 'space' and 'backspace' for page up/down.
2012-11-13 NeilBrownvpatch: highlight spaces when they might be important.
2012-11-13 NeilBrownvpatch: make ctrl-G search-again-forward, not just...
2012-11-13 NeilBrownvpatch: fix check_line to stop at hunk headers.
2012-11-12 NeilBrownvpatch: ensure searching for 'next change' works.
2012-11-12 NeilBrownvpatch: revise the exact meaning of 'CHANGES'.
2012-11-12 NeilBrownvpatch: remove CHANGED
2012-11-11 NeilBrownBrowse: ensure we erase all of old type name when updat...
2012-11-11 NeilBrownBrowse: git problem in rendering file list.
2012-10-08 Manpreet SinghFreeBSD/*BSD build fixes for wiggle attached and a bug
2012-06-26 Chris PetersonFix some new compiler warnings.
2012-05-17 NeilBrownvpatch - use 'cols' in main window.
2012-05-17 NeilBrownconfig.h: include different endian file for OS/X
2012-05-17 NeilBrownextract: removed unused variable: lineno
2012-05-15 NeilBrownmerge: make some conflicts less conflicting.
2012-05-15 NeilBrownBrowser: fix in_conflict detection while browsing.
2012-05-14 Neil BrownRelease 0.9 v0.9
2012-05-14 Neil Brownman page: add documentation for browse mode
2012-05-14 Neil BrownBrowser: add a bit of colour to the file-list page.
2012-05-14 Neil BrownMerge: allow merging a multi-patch patchfile.
2012-05-13 Neil Brownmain: only pass training args to extract/do_diff/do_merge.
2012-05-13 Neil BrownMove parse_patch and related to new parse.c
2012-05-12 Neil BrownAllow load_file to load segments too.
2012-05-12 Neil BrownMinor man-page fixes.
2012-05-12 Neil BrownImprove make clean
2012-05-12 Neil BrownAdd endian.h back to config.h
2012-05-11 Neil BrownBrowser: improve decision on when to split window for...
2012-05-11 Neil BrownBrowser: improve rendering of conflicts in the the...
2012-05-11 Neil BrownBrowse: don't use background colors for added/deleted.
2012-05-11 Neil BrownBrowse: avoid display problems when changing view-mode.
2012-05-10 Neil Brownisolate_conflicts: don't look for eol that cannot be...
2012-05-10 Neil BrownDon't include endian.h
2012-05-10 Neil Brownbrowser: display the type of the merge-node under the...
2012-05-10 Neil BrownBrowser: allow cursor to be displayed in alternate...
2012-05-10 Neil Brownbrowse/search: support selectively ignoring case.
2012-05-10 Neil Brownbrowse/search: don't match strings in the hunk-header.
2012-05-10 Neil BrownBrowser: Support searching-again within the same line.
2012-05-10 Neil BrownBrowser: change searchdir to -1 or +1
2012-05-10 Neil BrownBrowser: Extend proper cursor tracking to search.
2012-05-10 Neil BrownBrowser: Use KEY_BACKSPACE to recognise a backspace.
2012-05-10 Neil BrownBrowser: add a more effective cursor.
2012-05-09 Neil Brownbrowse: fix buffer underflow when closing directories.
2012-05-09 Neil BrownAdd another regression-test
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 Brownbrowser: clear the end of the split-window when needed.
2012-05-07 Neil BrownAdd --show-wiggle flag.
2012-05-07 Neil BrownHandle some errors better in Browse mode.
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 BrownRefactor do_diff slightly
2012-05-07 Neil BrownBetter error message if split_patch fails for --extract
2012-05-07 Neil BrownSplit do_diff_words and do_diff_lines out from do_diff
2012-05-07 Neil BrownMinor cleaning up in man page wiggle.1
2012-05-07 Neil BrownRemove extraction of base-name of command.
2012-05-07 Neil BrownSplit do_merge out from main() as a separate function.
2012-05-07 Neil BrownSplit do_diff() out from main()
next