Skip to content

v0.7.0

Compare
Choose a tag to compare
@stevemao stevemao released this 22 Mar 10:49
· 523 commits to next since this release
  • 0.7.0 (108f54b)
  • Add a function to get the git config as a hash (in Perl) (c5570c0)
  • add npm-test (506d301)
  • add test for #131 (e90dd5b), closes #120
  • Add test for three way merge (1c417ac)
  • Change two for loops to foreach loops for consistency (1ac25e4)
  • Declare $ansi_color_regex only once (eca2546)
  • Error out (die) if there are any syntax errors (51dde07)
  • improve reporting bugs (79d2d51), closes #121
  • Move mark_empty_lines() to Perl (cbd916a)
  • Move strip_leading_symbols() and strip_first_column() to Perl (efc22bb)
  • Properly remove the right number of leading columns in a three way merge (cf8c229)
  • Remove some bash definitions so the tests won't fail (6b44c19)
  • Remove the unused functions from bash (0ea95e5)
  • rename header_clean.pl to diff-so-fancy.pl (08908d7)
  • show previous file mode. (9c3000d)
  • Try and be smart about what line the diff starts on (d1a4c91)