Skip to content

tig-2.3.3

Compare
Choose a tag to compare
@jonas jonas released this 31 Jan 01:18
· 424 commits to master since this release
tig-2.3.3

Bug fixes:

  • Revert "Handle \n like \r (#758)". (GH #769)
  • Fix GH #164 by catching SIGHUP.
  • Change refs_tags type to size_t.

Change summary

The diffstat and log summary for changes made in this release.

 INSTALL.adoc      |  4 ++--
 Makefile          |  2 +-
 NEWS.adoc         |  9 +++++++++
 README.adoc       |  2 +-
 src/display.c     | 40 ----------------------------------------
 src/refdb.c       |  2 +-
 src/tig.c         | 12 ++++++++++++
 tools/aspell.dict |  2 +-
 8 files changed, 27 insertions(+), 46 deletions(-)

Alexander Droste (1):
      Revert "Handle \n like \r (#758)" (#769)

Jonas Fonseca (3):
      Fix #164 by catching SIGHUP
      Change refs_tags type to size_t
      tig-2.3.3

harshavardhan (1):
      updated https to https (#777)