Text-mode interface for git

Overview

Tig: text-mode interface for Git

Linux CI macOS CI AppVeyor Build Join Chat

What is Tig?

Tig is an ncurses-based text-mode interface for git. It functions mainly as a Git repository browser, but can also assist in staging changes for commit at chunk level and act as a pager for output from various Git commands.

Bugs and Feature Requests

Bugs and feature requests can be reported using the issue tracker or by mail to either the Git mailing list or directly to the maintainer. Ensure that the word "tig" is in the subject. For other Tig related questions please use Stack Overflow: https://stackoverflow.com/questions/tagged/tig.

Installation and News

Information on how to build and install Tig are found in the installation instructions.

News about releases and latest features and bug fixes are found in the release notes.

Comments
  • Graph rendering error

    Graph rendering error

    There's a graph rendering error:

    $ git log --pretty=raw --parents -8 d10dcd8 | ./test-graph
    ● Do not include merges in the announcement's change log
    ●━┑ Merge pull request #81 from esc/fix/reading_git_colors_256
    ●━┑ Merge pull request #80 from esc/fix/option_name_mismatch
    ● │ Reenable copy/rename detection in the status view
    │ ● fix: the manpage says 'read-git-colors'
    │ │ ● fix: reading git colors in rang 0 255
    ◎─┴─┘ Remove enforced diff move/copy detection
    ● Optionally show commit IDs for branches and tree entries
    

    Compare to Git's output:

    $ git log --oneline --graph -8 d10dcd8
    * d10dcd8 Do not include merges in the announcement's change log
    *   7cdab00 Merge pull request #81 from esc/fix/reading_git_colors_256
    |\  
    | * 54e8c4d fix: reading git colors in rang 0 255
    * |   7368b5b Merge pull request #80 from esc/fix/option_name_mismatch
    |\ \  
    | * | 0431cd2 fix: the manpage says 'read-git-colors'
    | |/  
    * | 82458a4 Reenable copy/rename detection in the status view
    |/  
    * 6d276a6 Remove enforced diff move/copy detection
    * c5aaa84 Optionally show commit IDs for branches and tree entries
    
    component:revision-graph 
    opened by bbolli 34
  • 100% CPU when closing terminal window before quitting tig

    100% CPU when closing terminal window before quitting tig

    If I close my terminal window which has a still running instance of tig in it, tig keeps running in the background and climbs up to 100% CPU usage.

    I'm on a mac, using iTerm2 and zsh.

    component:terminal status:more-info-needed type:bug 
    opened by bsander 31
  • can't display chinese correctly

    can't display chinese correctly

    if i use chinese in git commit message ,tig can't display it correctly. and all chinese in my files can't display correctly also. and it's in utf-8 encoding ,is there something wrong ?

    component:encoding 
    opened by lovejoy 30
  • Scrolling broken with diff-in-log view

    Scrolling broken with diff-in-log view

    Hi.

    If I use the log view, scroll down, and then open a diff by focusing on it and press enter to view it, I expect the arrow keys to move along the log view. The up-arrow does move the parent view, but in a weird way when I want it to go up (i.e. both the highlight line and the view are scrolled up). In other words, when the diff is displayed, an UP arrows causes both the view AND the highlighting line to scroll up simultaneously, while scrolling down keeps the highlight line intact while only scrolling the view.

    Please let me know if I need to describe the issue better. I couldn't patch it myself, since much has changed in the way the views are handled since this change was introduced in 5568f99e97b0f79c1c4367fa14f6319f8dde6826.

    opened by kumanna 22
  • Feature-request: Protected/view-only mode

    Feature-request: Protected/view-only mode

    I would love a tig commandline flag to start tig in 'protected' mode, or 'view-only' mode, where you can view the commits, log, etc. but not modify anything!

    opened by matthiasbeyer 21
  • Readline support

    Readline support

    It would be great to have the readline support for the prompt (commands and search).

    I'm actually working on it and have a dirty working monkey patch. @jonas I'd like you to try my readline branch and tell me if you'd agree for such a feature.

    Actually, only the edition mode is supported, that means: moving the cursor, browsing the history (Up key) and reverse search (Ctrl-R). The vi mode is quite nice too. I'm already enjoying it!

    My next step is to work on the completion support: filenames (builtin), tig commands and variable names.

    Cheers!

    opened by vivien 21
  • Segfault after ncurses update to 6.0

    Segfault after ncurses update to 6.0

    The distro is gentoo. I had quite a huge update and now tig crashes.

    I downloaded from the repo, my commit SHA is cef17fcab8f8a95a257d9ee15bae271912c81906. I can rebuild probably any other dependency with more debug symbols if required.

    #0  0x00007fd36c8e9896 in wchgat () from /lib64/libncurses.so.6
    #1  0x000000000040fee4 in set_view_attr (type=LINE_PP_REFS, view=0x642940 <diff_view>) at src/draw.c:46
    #2  draw_chars (view=view@entry=0x642940 <diff_view>, type=type@entry=LINE_PP_REFS, 
        string=string@entry=0x650080 <text> "Refs: [master], {origin/master}, {origin/HEAD}", 
        max_width=max_width@entry=118, use_tilde=use_tilde@entry=false, length=-1) at src/draw.c:73
    #3  0x000000000041019c in draw_text_expanded (view=view@entry=0x642940 <diff_view>, type=LINE_PP_REFS, 
        string=string@entry=0x1b40500 "Refs: [master], {origin/master}, {origin/HEAD}", length=46, max_width=118, 
        use_tilde=use_tilde@entry=false) at src/draw.c:118
    #4  0x0000000000410b77 in draw_textn (length=<optimized out>, 
        string=0x1b40500 "Refs: [master], {origin/master}, {origin/HEAD}", type=<optimized out>, 
        view=0x642940 <diff_view>) at src/draw.c:131
    #5  view_column_draw (view=0x642940 <diff_view>, line=<optimized out>, lineno=1) at src/draw.c:552
    #6  0x00000000004112bd in draw_view_line (view=view@entry=0x642940 <diff_view>, lineno=lineno@entry=1)
        at src/draw.c:633
    #7  0x0000000000411645 in redraw_view_from (view=0x642940 <diff_view>, lineno=1) at src/draw.c:677
    #8  0x000000000041798e in update_view (view=view@entry=0x642940 <diff_view>) at src/view.c:623
    #9  0x0000000000414b1f in get_input (prompt_position=prompt_position@entry=-1, key=key@entry=0x7fffd7552310)
        at src/display.c:583
    #10 0x000000000041176e in prompt_input (prompt=prompt@entry=0x42e0b2 "", input=input@entry=0x640c40 <incremental>)
        at src/prompt.c:49
    #11 0x0000000000412c55 in read_prompt_incremental (prompt=prompt@entry=0x42e0b2 "", edit_mode=edit_mode@entry=false, 
        allow_empty=allow_empty@entry=false, handler=handler@entry=0x404250 <key_combo_handler>, 
        data=data@entry=0x7fffd7552770) at src/prompt.c:178
    #12 0x000000000040464a in read_key_combo (keymap=<optimized out>) at src/tig.c:649
    #13 0x000000000040381a in main (argc=<optimized out>, argv=<optimized out>) at src/tig.c:712
    
    opened by PiotrZierhoffer 20
  • Cannot bind <Ctrl-Up>/<Ctrl-Down>

    Cannot bind /

    I'm trying to use these mappings in my .tigrc

    # Scroll with mouse wheel in gnome-terminal (it sends Up/Down key events when in alt screen)
    bind diff <Up> move-up
    bind diff <Down> move-down
    
    # but I want some way to move to next/previous commit
    bind diff <Ctrl-Up> previous
    bind diff <Ctrl-Down> next
    

    The tigrc manual page led me to expect this to be valid syntax:

    Key values

    Key values should never be quoted. Use either an ASCII or UTF8-encoded character or one of the following symbolic key names. Symbolic key names are case insensitive and starts with "<" and ends with ">". Use <Hash> to bind to the # key, since the hash mark is used as a comment character. Use <LessThan> to bind to the < key.

    <Enter>, <Space>, <Backspace>, <Tab>, <Escape> or <Esc>, <Left>, <Right>, <Up>, <Down>, <Insert> or <Ins>,
    <Delete> or <Del>, <Hash>, <LessThan> or <LT>, <Home>, <End>, <PageUp> or <PgUp>, <PageDown> or <PgDown>,
    <ScrollBack> or <SBack>, <ScrollFwd> or <SFwd>, <ShiftTab> or <BackTab>, <ShiftLeft>, <ShiftRight>,
    <ShiftDelete> or <ShiftDel>, <ShiftHome>, <ShiftEnd>, <SingleQuote>, <DoubleQuote>, <F1> ... <F19>
    

    To define key mappings with the Ctrl key, use <Ctrl-key>. In addition, key combos consisting of an initial Escape key followed by a normal key value can be bound using <Esc>key.

    also there are no errors printed by tig on startup.

    Still, when I press ctrl-up, I get a "Unknown key, press h for help", and when I press ctrl-down, nothing happens at all. Also, these bindings don't show up in the help page shown by h.

    I've tig version 2.4.1 from Ubuntu 20.10 (ncursesw version 6.2.20200212, readline version 8.0).

    opened by mgedmin 18
  • cannot display unicode char correctly

    cannot display unicode char correctly

    I have read the issues about unicode, have known that linking libncursesw can solve those trouble. but i think i find a new problem.

    typing tig, it shows: image

    typing sudo tig, it shows: image

    ./configure logging:

    ...
    checking for working ncursesw/curses.h... yes
    checking for working ncursesw.h... no
    checking for working ncurses.h... yes
    checking for tgetent... no
    checking for tgetent in -lncursesw... yes
    checking which library has the termcap functions... using libncursesw
    ...
    

    check the libraries:

    r@r-work ~/git/nkf $ ldd /usr/local/bin/tig
    	linux-vdso.so.1 =>  (0x00007ffe765ca000)
    	libncursesw.so.5 => /lib/x86_64-linux-gnu/libncursesw.so.5 (0x00007f9ec9594000)
    	libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 (0x00007f9ec936b000)
    	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f9ec8fa1000)
    	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f9ec8d9d000)
    	/lib64/ld-linux-x86-64.so.2 (0x00007f9ec97c3000)
    
    r@r-work ~/git/nkf $ ldconfig -p | grep libncursesw
    	libncursesw.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.5
    	libncursesw.so.5 (libc6) => /lib/i386-linux-gnu/libncursesw.so.5
    r@r-work ~/git/nkf $ sudo bash
    r-work nkf # ldconfig -p | grep libncursesw
    	libncursesw.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.5
    	libncursesw.so.5 (libc6) => /lib/i386-linux-gnu/libncursesw.so.5
    

    that is say, tig has link to libncursesw, but it display correctly in ROOT permission only.. have any idea? THX :)

    opened by noodlefighter 18
  • Windows build

    Windows build

    I'm happily using tig on Windows which I've installed together with Cygwin but that is pretty ancient version 0.15. There seems to be nothing newer available. Did it become significantly harder to build later versions so nobody did it? Or there is just no interest?

    I wonder if something could be done about it. If not by the author then maybe someone else could contribute a build based on new code.

    opened by rchl 18
  • Segfaulting on master

    Segfaulting on master

    Hello,

    I was using tig-2.2.1 before, and it never segfaulted.

    Now on almost master : a628e9d1680d8e9a1ffeba60bd07db24f993bbf0, I see segfaults sometimes when I start tig. It happens immediately on startup, I don't even have the time to see the main view.

    I cannot reproduce the bug however, it seems to happen quite randomly.

    Do you know how I could give more information ? I have tried with gdb, but it never segfaults then.

    type:bug 
    opened by edi9999 17
  • Highlight matching regex pattern in pager, via option color-pager-regex

    Highlight matching regex pattern in pager, via option color-pager-regex

    A third attempt after #1223 to commit flexible pager view output highlighter.

    Any line matching the regex given by option color_pager_regex will be drawn in a new color ↔ color-match. The option is empty by default, as requested. The color is magenta by default.

    Example: 2022-12-27-150236_1888x926_scrot

    Typically useful to make compiler warnings easy visible.

    opened by psprint 0
  • dependency errors

    dependency errors

    Hi,

    We recently conducted a study to detect build dependency errors, focusing on missing dependencies and redundant dependencies. For missing dependency, it is a dependency that is not declared in the build script but it will be used in the full build. For redundant dependency, it is a dependency that is declared in the build script but it will not be used in the full build. We analyze the actual software construction process and detect the dependency errors. We have detected the following dependency errors in your public projects. Could you please help us to check these dependency errors? The data format is dependency --- target.

    RD 0['compat/compat.h---src/builtin-config.o'] 1['compat/compat.h---compat/utf8proc.o']

    opened by Meiye-lj 0
  • Compiling with ncurses instead of ncursesw breaks alignment/repaint

    Compiling with ncurses instead of ncursesw breaks alignment/repaint

    Compiling tig (from master) with libncurses-dev but no libncursesw5-dev installed causes tig to experience some alignment issues and repaint problems that do not happen with libncursesw5-dev installed/used instead.

    Here's how it looks with the following configuration:

    ...
    configure: WARNING: The found ncurses library does not support wide-char.
    configure: WARNING: This means that tig will not correctly render UTF-8.
    ...
    

    giving

    tig version 2.5.7
    ncursesw version 6.1.20180127 # this is wrong?
    readline version 7.0
    PCRE2 version 10.31 2018-02-12
    

    https://user-images.githubusercontent.com/606923/197015041-bfb6fbbd-8ed6-4e5f-b38b-51bae9172a97.mp4

    And here's how it looks compiled with libncursesw5-dev correctly installed instead:

    tig version 2.5.7
    ncursesw version 6.1.20180127
    readline version 7.0
    PCRE2 version 10.31 2018-02-12
    

    https://user-images.githubusercontent.com/606923/197010343-65f7a82e-a993-4c1e-9ab1-7bdc8023f5ef.mp4

    Behavior observed under both Kitty and conhost (Windows cmd). Behavior not reproducible in some other terminal emulators.

    I don't think UTF-8 is a factor, at least it shouldn't be as I don't think I see any non-ASCII characters in the output on screen at a glance. If tig is using Unicode/non-ASCII symbols for display/formatting, then it shouldn't if no libncursesw was detected (in which case wide character support would only be used for git messages or file contents containing Unicode characters).

    opened by mqudsi 2
  • Use tab-size from EditorConfig

    Use tab-size from EditorConfig

    For projects that use tab width != 8, we need to set the "tab-size" config option. Many projects these days state their preference in a ".editorconfig" file.

    Add an optional dependency to the EditorConfig library to read such files. Prefer the tab-size from EditorConfig, over the "tab-size" config option. Not being able to override the EditorConfig tab-size seems counterintuitive but I don't see why someone would want that, so I'd wait until someone complains. If we want that we could implement a "tab-size-from-editorconfig" option that defaults to true.

    Closes #840

    opened by krobelus 0
  • wrap-lines breaks apply/revert in stage view

    wrap-lines breaks apply/revert in stage view

    Setting

    set wrap-lines = yes
    

    causes apply/revert functionality in stage view to fail to apply/revert chunks, with chunks that have wrapped lines.

    Possibly related to #454.

    My guess is that the wrapped chunks are passed to the underlying git commands that deal with chunks which causes them to fail (with the wrapped newlines).

    I saw this in tig version 2.5.7 running in Git for Windows.

    Love the tool ❤❤❤

    opened by CervEdin 0
  • How to display lightweight tags on `Ref:` on diff view?

    How to display lightweight tags on `Ref:` on diff view?

    In our repository we have a few annotated tags and a lot of lightweight ones. It would be great if tig displayed lightweight tags.

    According to man tigrc I had to create ~/.tigrc and put this

    set reference-format = local-tag
    

    But it didn't take an effect. How do I specify to use local tags?

    $ git describe
    10.6-517-gce84233c53
    
    $ git describe --tags
    10.19.693-27-gce84233c53
    
    Screen Shot 2022-09-13 at 12 13 50 PM
    opened by GRiMe2D 0
Releases(tig-2.5.7)
  • tig-2.5.7(Aug 25, 2022)

    Bug fixes:

    • Fix running tests as root. (#1224)
    • Fix parsing of status.showUntrackedFiles. (#1219)
    • Avoid incorrect history path when $XDG_DATA_HOME is valid. (#1215, #1217)

    Change summary

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

     INSTALL.adoc         | 4 ++--
     Makefile             | 2 +-
     NEWS.adoc            | 9 +++++++++
     src/options.c        | 3 ++-
     src/prompt.c         | 8 ++++++--
     test/tools/libgit.sh | 4 ++--
     6 files changed, 22 insertions(+), 8 deletions(-)
    
    Chih-Hsuan Yen (1):
          Avoid incorrect history path when $XDG_DATA_HOME is valid (#1217)
    
    Thomas Koutcher (3):
          Fix running tests as root
          Fix parsing of status.showUntrackedFiles
          tig-2.5.7
    
    Source code(tar.gz)
    Source code(zip)
    tig-2.5.7.tar.gz(1.12 MB)
    tig-2.5.7.tar.gz.sha256(83 bytes)
  • tig-2.5.6(Jul 12, 2022)

    Bug fixes:

    • Fix :goto <tag>. (#1178)
    • Fix typo in ui.c.
    • Revert terminal hacks and workarounds. (#748, #943, #1180, #1182)
    • Fix opening of an ambiguous ref in refs view.
    • Fix search when view is loading.
    • Use the full width for diffstat in the stage view.
    • Improve escaping of variables in external commands.
    • Fix cursor behaviour during staging. (#842, #1028)
    • Fix navigation in split tree view.
    • Enable textconv in the stage view.
    • Enable textconv in the blame view and fix blame -L. (#978, #1189)
    • Update lineno for untracked files. (#1192)
    • Fix alignment of transliterated text. (#1195)
    • Fix word diff in the stage, stash and blame views. (#1207)
    • Fix reading the value of status.showUntrackedFiles. (#1211)
    • Honor commit_title:no in view settings.
    • Fix segfault with PCRE.

    Change summary

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

     INSTALL.adoc                 |   4 +-
     Makefile                     |   2 +-
     NEWS.adoc                    |  23 +++++++
     appveyor.yml                 |   1 +
     compat/compat.h              |   2 +-
     compat/wordexp.c             |   2 +-
     contrib/tig-completion.bash  |   2 +-
     contrib/tig.spec.in          |   2 +-
     doc/manual.adoc              |   2 +-
     doc/tig.1.adoc               |  13 ++--
     doc/tigrc.5.adoc             |   2 +-
     include/tig/apps.h           |   2 +-
     include/tig/argv.h           |   2 +-
     include/tig/blame.h          |   2 +-
     include/tig/blob.h           |   2 +-
     include/tig/diff.h           |   2 +-
     include/tig/display.h        |   2 +-
     include/tig/draw.h           |   2 +-
     include/tig/git.h            |  22 ++++---
     include/tig/graph.h          |   2 +-
     include/tig/grep.h           |   2 +-
     include/tig/help.h           |   2 +-
     include/tig/io.h             |   2 +-
     include/tig/keys.h           |   2 +-
     include/tig/line.h           |   2 +-
     include/tig/log.h            |   2 +-
     include/tig/main.h           |   2 +-
     include/tig/map.h            |   2 +-
     include/tig/options.h        |   2 +-
     include/tig/pager.h          |   2 +-
     include/tig/parse.h          |   4 +-
     include/tig/prompt.h         |   2 +-
     include/tig/refdb.h          |   2 +-
     include/tig/reflog.h         |   2 +-
     include/tig/refs.h           |   2 +-
     include/tig/repo.h           |   2 +-
     include/tig/request.h        |   2 +-
     include/tig/search.h         |   2 +-
     include/tig/stage.h          |   2 +-
     include/tig/stash.h          |   2 +-
     include/tig/status.h         |   2 +-
     include/tig/string.h         |   2 +-
     include/tig/tig.h            |   2 +-
     include/tig/tree.h           |   2 +-
     include/tig/types.h          |   2 +-
     include/tig/ui.h             |   2 +-
     include/tig/util.h           |   2 +-
     include/tig/view.h           |   3 +-
     include/tig/watch.h          |   2 +-
     snap/snapcraft.yaml          |   2 +-
     src/apps.c                   |   2 +-
     src/argv.c                   |  15 +++--
     src/blame.c                  | 120 ++++++++++-------------------------
     src/blob.c                   |   2 +-
     src/diff.c                   |   5 +-
     src/display.c                |  54 ++--------------
     src/draw.c                   |  22 ++++---
     src/graph-v1.c               |   2 +-
     src/graph-v2.c               |   2 +-
     src/graph.c                  |   2 +-
     src/grep.c                   |   2 +-
     src/help.c                   |   2 +-
     src/io.c                     |   2 +-
     src/keys.c                   |   2 +-
     src/line.c                   |   2 +-
     src/log.c                    |   2 +-
     src/main.c                   |   2 +-
     src/map.c                    |   2 +-
     src/options.c                |  37 +++++------
     src/pager.c                  |   2 +-
     src/parse.c                  |  15 ++---
     src/prompt.c                 |   4 +-
     src/refdb.c                  |   2 +-
     src/reflog.c                 |   2 +-
     src/refs.c                   |   4 +-
     src/repo.c                   |   2 +-
     src/request.c                |   2 +-
     src/search.c                 |  10 ++-
     src/stage.c                  |  12 ++--
     src/stash.c                  |   7 +-
     src/status.c                 |  22 +++++--
     src/string.c                 |   9 +--
     src/tig.c                    |   6 +-
     src/tree.c                   |   2 +-
     src/types.c                  |   2 +-
     src/ui.c                     |  12 ++--
     src/util.c                   |   2 +-
     src/view.c                   |  52 +++++++++------
     src/watch.c                  |   2 +-
     test/blame/initial-diff-test |  47 ++++++++++++--
     test/tigrc/escape-var-test   |   4 +-
     test/tools/libgit.sh         |   2 +-
     test/tools/libtest.sh        |   2 +-
     test/tools/show-results.sh   |   2 +-
     test/tools/test-graph.c      |   2 +-
     tigrc                        |  18 ++++--
     tools/announcement.sh        |   2 +-
     tools/doc-gen.c              |   2 +-
     tools/header.h               |   2 +-
     tools/install.sh             |   2 +-
     tools/make-builtin-config.sh |   2 +-
     tools/release.sh             |   2 +-
     tools/uninstall.sh           |   2 +-
     103 files changed, 345 insertions(+), 352 deletions(-)
    
    Alexey Storozhev (1):
          Fix reading the value of status.showUntrackedFiles (#1211)
    
    Thomas Koutcher (26):
          Fix `:goto <tag>`
          Fix typo in ui.c
          Revert terminal hacks and workarounds
          Fix opening of an ambiguous ref in refs view
          Fix search when view is loading
          Use the full width for diffstat in the stage view
          Update NEWS
          Improve escaping of variables in external commands
          Bump copyright year to 2022
          Update license in spec file
          Add an initial compact custom date format
          Fix cursor behaviour during staging
          Fix navigation in split tree view
          Enable textconv in the stage view
          Fix AppVeyor build
          Enable textconv in the blame view and fix blame -L (#1190)
          Restore jump to the blamed line
          Update blame test
          Fix alignment of transliterated text
          Oops, input length must be adjusted as well
          Create tig directory in $XDG_DATA_HOME
          Fix word diff in the stage, stash and blame views
          Honor commit_title:no in view settings
          Minor cleanups
          Fix segfault with PCRE
          tig-2.5.6
    
    Yuki Ito (1):
          Update lineno for untracked files (#1193)
    
    Source code(tar.gz)
    Source code(zip)
    tig-2.5.6.tar.gz(1.12 MB)
    tig-2.5.6.tar.gz.sha256(83 bytes)
  • tig-2.5.5(Jan 12, 2022)

    Improvements:

    • Make word-diff a toggleable option. (#1119, #1125)
    • Add Linux installation instructions. (#1121, #1126)
    • Allow :back to work across separate blame views. (#1123, #1127)
    • Add auto-refresh to log view. (#1128)
    • Expose %(file_old), useful for deleted and renamed files. (#1132)
    • Enable jumping back in main view. (#628, #1138)
    • Add PCRE (Perl Compatible Regular Expressions) support. (#1137, #1143)
    • Pass command line args through to diff-files in status view. (#1152, #1155)
    • Remove quotes from TIG_LS_REMOTE to allow inline shell commands. (#1160, #1161)
    • Avoid pushing identical history state in main view.
    • Replace useless strncpy to avoid compilation warning with GCC 8.
    • Update utf8proc to v2.7.0.
    • Update distclean rule to preserve tarball contents. (#1167, #1169)
    • Add reference types stash and other. (#1160, #1172)
    • Auto refresh view upon option change.
    • Allow to toggle revision filtering. (#1173)

    Bug fixes:

    • Fix null dereferences on unset format strings. (#1136, #1159)
    • Fix invalid read in log_read. (#1128)
    • Restore support for tig log --graph. (#1128)
    • Further fix to fullscreen navigation.
    • Fix blame when opened from an initial diff view. (#1135)
    • Fix stash view when using tig --all or tig revs. (#1146, #1147)
    • Avoiding null pointer dereference. (#1096)
    • Fix navigation between chunks after splitting chunk. (#1101, #1162)
    • Fix status line when toggling general options. (#1163, #1164)
    • Honor reference-format = hide:tag in diff view. (#1168, #1170)
    • Fix crash on :toggle file-args.

    Change summary

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

     .github/workflows/macos.yml             |    17 +-
     INSTALL.adoc                            |    21 +-
     Makefile                                |    18 +-
     NEWS.adoc                               |    38 +-
     appveyor.yml                            |     2 +-
     compat/hashtab.c                        |     6 +-
     compat/utf8proc.c                       |    26 +-
     compat/utf8proc.h                       |     6 +-
     compat/utf8proc.license.md              |     2 +-
     compat/utf8proc_data.c                  | 20860 +++++++++++-----------
     configure.ac                            |    24 +-
     contrib/config.make                     |     4 +
     contrib/config.make-Darwin              |    12 +-
     doc/manual.adoc                         |     2 +
     doc/tig.1.adoc                          |     3 +-
     doc/tigrc.5.adoc                        |    16 +-
     include/tig/argv.h                      |     9 +-
     include/tig/diff.h                      |     2 +-
     include/tig/git.h                       |     5 +-
     include/tig/options.h                   |    18 +-
     include/tig/tig.h                       |     6 +
     include/tig/types.h                     |     2 +
     include/tig/view.h                      |    15 +-
     src/argv.c                              |    28 +-
     src/blame.c                             |     9 +-
     src/diff.c                              |    79 +-
     src/draw.c                              |    14 +-
     src/graph-v1.c                          |    33 +-
     src/graph-v2.c                          |    42 +-
     src/io.c                                |     4 +-
     src/line.c                              |     2 +-
     src/log.c                               |    18 +-
     src/main.c                              |    24 +-
     src/options.c                           |    10 +
     src/pager.c                             |     3 +
     src/prompt.c                            |    16 +-
     src/refdb.c                             |     8 +-
     src/reflog.c                            |     2 +-
     src/refs.c                              |     2 +-
     src/search.c                            |    10 +-
     src/stage.c                             |     8 +-
     src/stash.c                             |    26 +-
     src/status.c                            |     7 +-
     src/tig.c                               |    16 +
     src/util.c                              |     2 +-
     src/view.c                              |    12 +-
     test/blame/initial-diff-test            |    28 +
     test/blame/stash-test                   |    49 +
     test/help/all-keybindings-test          |     2 +-
     test/help/all-keybindings-test.expected |     3 +-
     test/help/default-test                  |     4 +-
     test/help/user-command-test             |     2 +-
     test/log/log-graph-test                 |    44 +
     test/main/goto-test                     |    28 +
     test/refs/filter-test                   |    55 +
     test/regressions/github-1136-test       |    76 +
     test/tools/test-graph.c                 |     2 +-
     tigrc                                   |    33 +-
     tools/ax_lib_readline.m4                |     4 +-
     tools/ax_require_defined.m4             |     2 +-
     tools/ax_with_curses.m4                 |     4 +-
     tools/gcov.m4                           |     2 +-
     tools/release.sh                        |     2 +-
     63 files changed, 11367 insertions(+), 10462 deletions(-)
    
    Binho (1):
          Avoiding null pointer dereference (#1096)
    
    Johannes Altmanninger (10):
          Fix null dereferences on unset state variable
          Simplify return expression that is implied by loop invariant.
          Expose %(file_old), the filename before a rename or deletion (#1132)
          Fix blame when opened from an initial diff view (#1135)
          Run macOS CI on pushes and pull requests (#1144)
          Makefile: avoid overzealous removal of compile_commands.json (#1157)
          Remove quotes from TIG_LS_REMOTE to allow inline shell commands (#1161)
          argv_format(): extract boolean parameters into bitfield
          Allow to toggle revision filtering (#1173)
          Fix null dereferences on unset %(fileargs) (#1159)
    
    Jonas Fonseca (1):
          Update links to use HTTPS (#1148)
    
    Michał Kępień (1):
          Enable jumping back in main view (#1138)
    
    Thomas Koutcher (25):
          Make word-diff a toggleable option (#1125)
          Add Linux installation instructions (#1126)
          Allow :back to work across separate blame views (#1127)
          Fix invalid read in log_read
          Restore support for tig log --graph
          Add auto-refresh to log view
          Further fix to fullscreen navigation
          Add PCRE support (#1143)
          Fix stash view when using tig --all or tig revs (#1147)
          Pass command line args through to diff-files in status view (#1155)
          Add more trailers to default tigrc
          Print the PCRE version
          Avoid pushing identical history state in main view
          Replace useless strncpy to avoid compilation warning with GCC 8
          Update utf8proc to v2.7.0
          Fix navigation between chunks after splitting chunk (#1162)
          Fix status line when toggling general options (#1164)
          Update distclean rule to preserve tarball contents (#1169)
          Honor reference-format = hide:tag in diff view (#1170)
          Add reference types stash and other (#1172)
          Auto refresh view upon option change
          Update NEWS
          Don't treat pathspecs as format strings
          Fix crash on :toggle file-args
          tig-2.5.5
    
    Wolfram Sang (2):
          Mention again that 'generic' keymap can be overridden
          Document options for 'tig refs'
    
    Source code(tar.gz)
    Source code(zip)
    tig-2.5.5.tar.gz(1.12 MB)
    tig-2.5.5.tar.gz.sha256(83 bytes)
  • tig-2.5.4(Jun 5, 2021)

    Improvements:

    • Add FreeBSD installation instructions. (#1093)
    • Add TIG_EDITOR environment variable to configure editor. (#889, #1098)
    • Enable mailmap by default to match git log's behaviour. (#1104, #1105)
    • Enable tilde expansion for diff-highlight. (#1107)

    Bug fixes:

    • Escape variables with %% in external commands. (#1091, #1095)
    • Fix parsing of -L argument. (#1100)
    • Bugfix: smart-case does not work when search term contains a space. (#1108)
    • Use ncursesw by default on Linux. (#920)
    • Replace obsolete macro `AC_CONFIG_HEADER' in configure.ac.

    Change summary

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

     INSTALL.adoc               | 22 +++++++++++++++-------
     Makefile                   |  2 +-
     NEWS.adoc                  | 18 ++++++++++++++++++
     configure.ac               |  2 +-
     contrib/config.make-Darwin |  2 +-
     contrib/config.make-Linux  |  8 ++++++++
     doc/tig.1.adoc             |  5 +++++
     doc/tigrc.5.adoc           |  3 ++-
     src/apps.c                 | 11 +++++++----
     src/argv.c                 |  8 +++++---
     src/display.c              |  4 +++-
     src/log.c                  |  4 ++--
     src/options.c              |  2 +-
     src/string.c               |  2 +-
     test/main/filter-args-test |  2 +-
     test/tigrc/escape-var-test | 19 +++++++++++++++++++
     tigrc                      |  2 +-
     17 files changed, 91 insertions(+), 25 deletions(-)
    
    Landon Bouma (1):
          Bugfix: smart-case does not work when search term contains a space (#1108)
    
    Mateusz Piotrowski (1):
          Add FreeBSD installation instructions (#1093)
    
    Thomas Koutcher (10):
          Escape variables with %% in external commands (#1095)
          Add TIG_EDITOR environment variable to configure editor (#1098)
          Fix parsing of -L argument (#1100)
          Enable mailmap by default to match git log's behaviour (#1105)
          Enable tilde expansion for diff-highlight
          Update NEWS
          Use ncursesw by default on Linux
          Replace obsolete macro `AC_CONFIG_HEADER' in configure.ac
          Use TIG_NCURSES instead of TIG_LDLIBS in config.make-Linux
          tig-2.5.4
    
    Source code(tar.gz)
    Source code(zip)
    tig-2.5.4.tar.gz(1.11 MB)
    tig-2.5.4.tar.gz.sha256(83 bytes)
  • tig-2.5.3(Mar 7, 2021)

    Bug fixes:

    • Fix autoconf checking for readline. (#1072)
    • Fix segfault when saving a view with no column.
    • Reset view->parent when main view is promoted.
    • Fix segfault when pressing Enter in a child main view.
    • Restore lazy navigation.
    • Format time_t values portably and fix other values too. (#1084, #1085)
    • Fix loop when wrapping line with ISO-8859-1 character. (#1087, #1088)

    Change summary

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

     .gitignore               |  2 +-
     INSTALL.adoc             |  4 +-
     Makefile                 |  6 +--
     NEWS.adoc                | 13 ++++++
     doc/tig.1.adoc           |  2 +
     src/argv.c               |  2 +-
     src/blame.c              |  2 +-
     src/diff.c               |  2 +-
     src/display.c            | 13 ++----
     src/draw.c               |  2 +-
     src/main.c               |  5 +-
     src/pager.c              |  2 +-
     src/status.c             |  2 +-
     src/string.c             | 99 ++++++++++------------------------------
     src/tig.c                |  3 +-
     src/ui.c                 |  2 +-
     src/util.c               | 10 ++--
     src/view.c               |  8 ++--
     tools/ax_lib_readline.m4 |  6 +--
     19 files changed, 76 insertions(+), 109 deletions(-)
    
    Thomas Koutcher (11):
          Replace deprecated MD5 checksums with SHA256 in make dist
          Fix autoconf checking for readline
          Fix segfault when saving a view with no column
          Reset view->parent when main view is promoted
          Fix segfault when pressing Enter in a child main view
          Restore lazy navigation
          Format time_t values portably and fix other values too
          Fix loop when wrapping line with ISO-8859-1 character
          Add example showing how to use TIG_SCRIPT to pass startup commands
          Update NEWS
          tig-2.5.3
    
    Source code(tar.gz)
    Source code(zip)
    tig-2.5.3.tar.gz(1.11 MB)
    tig-2.5.3.tar.gz.sha256(83 bytes)
  • tig-2.5.2(Feb 12, 2021)

    Incompatibilities:

    • Change directory from the next argument, from now use tig -C /path/to/repo. (#1079)

    Improvements:

    • Jump from blame to commit. (#355)
    • Start blame of an uncommitted deleted line from HEAD so the line's origin can be traced. (#1008, #1009)
    • Add line-graphics = auto. (#834, #1019)
    • Allow maxwidth to be expressed in % of the view width. (#1021)
    • Pass stash args through. (#1022, #1030)
    • Make build work on IBM i. (#1051, #1052)
    • Restore fullscreen navigation. (#1053)
    • Update utf8proc to v2.6.1.
    • Add some range so control chars ^^ and ^_ are also supported. (#1041, #1058)
    • Disable ncurses extended key values so that esc-codes can be used. (#1046, #1049)
    • Use id column for commit id only. (#1025, #1056)
    • Some minor updates for scrolling and for a double-click in diff. (#1060)
    • Add scroll-half-page-up and scroll-half-page-down actions. (#531, #1075)
    • Allow to generate a compilation database. (#1064)
    • New command stage-update-part.
    • The line number before a diff was applied is exposed as %(lineno_old). (#1081)

    Bug fixes:

    • Fix wrapping of lines with multibyte characters. (#988)
    • Improve highlighting of search with $ regex. (#1000)
    • Update tracking branch when refreshing status view. (#1015)
    • Fix vertical lines in Putty with UTF-8 graphics. (#981, #983)
    • Fix parsing of three-way chunk headers with extra dashes.
    • Update tracking branch when refreshing status view. (#1015, #1020)
    • Handle filename with space in diff view. (#1035)
    • The stash view requires a working tree.
    • Replace useless strncpy to avoid compilation warning. (#1036)
    • Zsh completion fixes. (#940, #1047)
    • Handle undefined __git_complete. (#1011, #1055)
    • Fix help messages for half-page and page up. (#1054)
    • Let -S, -G and --grep= pattern override readline history.
    • Fix bash completion issue with worktrees (#1018).
    • Fix parsing of commit line from git log --left-right output in pager view.
    • Fix %(lineno) computation for hunk postimages that span only one line. (#1062)
    • Align relative-compact dates to the right. (#1067)
    • Fix empty split diff view when navigating quickly in the stash view.
    • Avoid depending on wcwidth in test by removing Variation Selector. (#1065)
    • Open the blob view with the cursor correctly positioned.
    • Update %(text) when navigating diff contents. (#1082)

    Change summary

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

     .github/workflows/linux.yml             |    32 +
     .github/workflows/macos.yml             |    38 +
     .gitignore                              |     2 +
     .travis.yml                             |    40 -
     INSTALL.adoc                            |    26 +-
     Makefile                                |    46 +-
     NEWS.adoc                               |    50 +
     README.adoc                             |     3 +-
     book.json                               |     6 -
     compat/utf8proc.c                       |    29 +-
     compat/utf8proc.h                       |    18 +-
     compat/utf8proc_data.c                  | 13319 ++++++++++++----------
     configure.ac                            |     6 +
     contrib/tig-completion.bash             |    53 +-
     contrib/tig-completion.zsh              |    15 +-
     contrib/vim.tigrc                       |     1 +
     doc/manual.adoc                         |    10 +-
     doc/tig.1.adoc                          |     4 +-
     doc/tigrc.5.adoc                        |    36 +-
     include/tig/argv.h                      |     2 +
     include/tig/diff.h                      |     2 +-
     include/tig/draw.h                      |     2 -
     include/tig/line.h                      |     1 +
     include/tig/request.h                   |     7 +-
     include/tig/status.h                    |     1 +
     include/tig/string.h                    |     1 -
     include/tig/view.h                      |     1 -
     snap/snapcraft.yaml                     |    15 +-
     src/blame.c                             |     8 +-
     src/blob.c                              |     2 +
     src/diff.c                              |    26 +-
     src/display.c                           |    39 +-
     src/draw.c                              |    28 +-
     src/graph-v1.c                          |     2 +-
     src/graph-v2.c                          |     2 +-
     src/help.c                              |     4 +-
     src/io.c                                |     4 +-
     src/log.c                               |     4 +-
     src/main.c                              |    36 +-
     src/options.c                           |    32 +-
     src/pager.c                             |    16 +-
     src/parse.c                             |     9 +-
     src/reflog.c                            |     3 +-
     src/refs.c                              |     5 +-
     src/repo.c                              |    10 +
     src/stage.c                             |   242 +-
     src/stash.c                             |    16 +-
     src/status.c                            |     2 +-
     src/string.c                            |    26 +-
     src/tig.c                               |    55 +-
     src/tree.c                              |     3 +-
     src/view.c                              |    65 +-
     test/blob/wrap-lines-test               |    67 +-
     test/diff/editor-test                   |    16 +-
     test/diff/line-number-test              |    31 +
     test/diff/maximized-navigation-test     |    38 +-
     test/diff/open-after-split-test         |    82 +
     test/diff/submodule-editor-test         |    16 +-
     test/diff/worktree-editor-test          |    16 +-
     test/help/all-keybindings-test          |     2 +-
     test/help/all-keybindings-test.expected |    10 +-
     test/help/default-test                  |     6 +-
     test/help/user-command-test             |     2 +-
     test/main/all-arg-test                  |     2 +-
     test/main/emoji-test                    |    12 +-
     test/main/vertical-lines-test           |    90 +
     test/reflog/default-test                |    10 +-
     test/refs/branch-checkout-test          |     4 +-
     test/stage/update-part-test             |   219 +
     test/tigrc/width-test                   |    23 +
     test/tools/libtest.sh                   |     4 +-
     tigrc                                   |    23 +-
     tools/aspell.dict                       |    19 +-
     tools/ax_lib_readline.m4                |     2 +-
     74 files changed, 8809 insertions(+), 6290 deletions(-)
    
    Akos Denke (1):
          Change directory from the next argument (#1079)
    
    Christian Jorgensen (1):
          Make build work on IBM i (#1052)
    
    Darcy Parker (1):
          Handle undefined __git_complete (#1055)
    
    Dominik Vogt (1):
          New command stage-update-part
    
    Felipe Contreras (3):
          completion: zsh: fix loading
          completion: bash: align with git completion
          completion: zsh: improve completion
    
    Igor (1):
          fix help messages for half-page and page up (#1054)
    
    Johannes Altmanninger (11):
          Fix parsing of three-way chunk headers with extra dashes (#1013)
          Blame uncommitted deletions starting from HEAD (#1009)
          Avoid overwriting line type in word diff (#1069)
          Fix %(lineno) computation for hunk postimages that span only one line (#1062)
          Make functions static, or declare them in a header (#1063)
          Allow to generate a compilation database (#1064)
          Avoid depending on wcwidth in test by removing Variation Selector (#1065)
          Guard against undefined bash_cv_termcap_lib
          Switch from Travis CI to GitHub Actions
          Expose %(lineno_old), the line number before a diff was applied
          Update %(text) when navigating diff contents
    
    Jonas Fonseca (4):
          Clarify how to generate the configure script
          Remove Google Analytics tracking from GitBook config
          More improvements to the installation instructions
          Use strict confinement for the snap
    
    Mark Kelly (4):
          Add some range so control chars ^^ and ^_ are also supported (#1041)
          Disable ncurses extended key values (#1049)
          Fix for PR 1041 - add check for key_value != KEY_ESC (#1058)
          Some minor updates for scrolling and for a double-click in diff (#1060)
    
    Pavel Roskin (1):
          Fix vertical lines in Putty with UTF-8 graphics (#983)
    
    Thomas Koutcher (31):
          Fix wrapping of lines with multibyte characters
          Improve highlighting of search with $ regex
          Jump from blame to commit
          Merge pull request #1047 from felipec/fc/fixes
          Add line-graphics = auto (#1019)
          Allow maxwidth to be expressed in % of the view width (#1021)
          Update tracking branch when refreshing status view (#1020)
          Pass stash args through (#1030)
          Handle filename with space in diff view
          The stash view requires a working tree
          Replace useless strncpy to avoid compilation warning
          Update utf8proc to v2.6.0
          Restore fullscreen navigation
          Add missing %(refname) in manual
          Harmonize fullscreen navigation across all views
          Update utf8proc to v2.6.1
          Fix half-page and page up in tigrc doc as well
          Minor updates to tigrc
          Let -S, -G and --grep= pattern override readline history
          Fix bash completion issue with worktrees
          Fix parsing of commit line from git log --left-right output in pager view
          Use id column for commit id only (#1056)
          Align relative-compact dates to the right
          Fix empty split diff view when navigating quickly in the stash view
          Improve consistency of fullscreen navigation
          Add scroll-half-page-up and scroll-half-page-down actions (#1075)
          Add missing diff-stat color in tigrc documentation
          Open the blob view with the cursor correctly positioned
          Fix CI badges links
          Update NEWS
          tig-2.5.2
    
    Tim Gates (1):
          docs: fix simple typo, fale -> false (#1042)
    
    Wolfram Sang (2):
          Document how to use pipes and redirection with 'bind'
          Drop unneeded '!' in docs
    
    Source code(tar.gz)
    Source code(zip)
    tig-2.5.2.tar.gz(1.11 MB)
    tig-2.5.2.tar.gz.md5(51 bytes)
    tig-2.5.2.tar.gz.sha256(83 bytes)
  • tig-2.5.1(Apr 9, 2020)

    Improvements:

    • bash/zsh completion: reimplement and decrease runtime by factor 1863. (#795)
    • Add binding to reflog view to toggle reference display.
    • Fail if tig is given an invalid or ambiguous ref. (#980)
    • Make tig process-group leader an option. (#986, #951)
    • Handle GIT_WORK_TREE environment variable.
    • The blame view requires a working tree.
    • Fix use of deprecated vwprintw() function.
    • Update utf8proc to v2.5.0.
    • Add --word-diff=plain colorizing support. (#221)

    Bug fixes:

    • Fix segmentation fault. (#971)
    • Fix cursor position after "Move to parent" in blame view. (#973)
    • Fix crash on adding a line to a view. (#523)
    • Fix memory leak in diff unit.
    • Fix loop after refresh or change in refs/main split view. (#991)
    • Fix occasional crash on custom key bindings. (#1001)

    Change summary

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

     INSTALL.adoc                            |     4 +-
     Makefile                                |     2 +-
     NEWS.adoc                               |    24 +
     compat/utf8proc.c                       |     4 +-
     compat/utf8proc.h                       |     8 +-
     compat/utf8proc.license.md              |     2 +-
     compat/utf8proc_data.c                  | 11210 +++++++++++-----------
     contrib/tig-completion.bash             |   324 +-
     contrib/tig-completion.zsh              |     4 +
     doc/tig.1.adoc                          |     5 +
     doc/tigrc.5.adoc                        |     8 +
     include/tig/io.h                        |     2 +-
     include/tig/options.h                   |     2 +
     src/blame.c                             |     5 +-
     src/diff.c                              |    81 +-
     src/display.c                           |    29 +-
     src/graph-v2.c                          |     3 +-
     src/io.c                                |     8 +-
     src/options.c                           |    21 +-
     src/prompt.c                            |     9 +-
     src/refdb.c                             |     3 +-
     src/repo.c                              |     3 +-
     src/tig.c                               |    29 +-
     src/view.c                              |     2 +-
     test/diff/diff-wdiff-context-test       |   213 +
     test/help/all-keybindings-test.expected |     6 +-
     test/help/default-test                  |    10 +-
     test/help/user-command-test             |     2 +-
     test/status/on-branch-test              |     4 +-
     test/tools/libtest.sh                   |     4 +-
     tigrc                                   |     2 +
     31 files changed, 6162 insertions(+), 5871 deletions(-)
    
    Dmitry Valter (3):
          Added word-diff=plain colorizing support
          Added test for --word-diff coloring parser
          Fix tests not working with bash 5.0+ as /bin/sh
    
    Johannes Altmanninger (1):
          Fix potential crash when executing commands in bindings
    
    Roland Hieber (1):
          bash/zsh completion: reimplement and decrease runtime by factor 1863
    
    Thomas Koutcher (14):
          Fix segmentation fault
          Fix cursor position after "Move to parent" in blame view
          Add binding to reflog view to toggle reference display
          Fail if tig is given an invalid or ambiguous ref
          Make tig process-group leader an option
          Handle GIT_WORK_TREE environment variable
          The blame view requires a working tree
          Fix use of deprecated vwprintw() function
          Fix loop after refresh or change in refs/main split view
          Update NEWS
          Also load git-completion.bash from tig-completion.zsh
          Update utf8proc to v2.5.0
          Fix test not working with Git 2.26
          tig-2.5.1
    
    xaizek (2):
          Fix crash on adding a line to a view
          Fix memory leak in diff unit
    
    Source code(tar.gz)
    Source code(zip)
    tig-2.5.1.tar.gz(1.09 MB)
    tig-2.5.1.tar.gz.md5(51 bytes)
  • tig-2.5.0(Nov 19, 2019)

    Improvements:

    • Single file view enters blame mode on "b". (#804)
    • Show untracked files in the default view. (#762)
    • Disable graph if log.follow is enabled and there is only one pathspec. (#881)
    • Disable graph for author searches.
    • git_colors: interpret 'ul' as 'underline'.
    • Add refname variable. (#900)
    • Add -C option to specify the working directory. (#570)
    • Improve behaviour of auto and periodic refresh modes. (#389, #441, #482, #794, #888, #932)
    • Add support for repos created with git --work-tree. (#872)
    • Add diff-highlight to pager mode.
    • Show annotated commits in main view. (#819)
    • Introduce reflog view. (#538)
    • Add option to start with cursor on HEAD commit. (#755)
    • Support combined diffs with more than 2 parents.
    • Improve how a toggle option value is shown on the status line. (#879)
    • Add options to filter refs output. (#694)
    • Update utf8proc to v2.4.0. (#961)

    Bug fixes:

    • Fix garbled cursor line with older ncurses versions.
    • Fix diff highlighting of removed lines starting with -- and added lines starting with ++. (#871, #875)
    • Fix loop when displaying search result if regex matches an empty string. (#866)
    • Add synchronous command description in tigrc.
    • Fix parsing of git rev-parse output. (#884)
    • Propagate --first-parent to diff arguments. (#861)
    • Use proper type for hash table size. (#858)
    • Fix incorrect cppcheck warning about realloc() use.
    • Don't shift signed int by 31 bits.
    • Fix Vim going background after running Tig outside of a git repository. (#906)
    • make-builtin-config: use "read -r". (#912)
    • Fix segfaults with readline 8.0. (#893)
    • Reset state before closing stage view automatically.
    • Don't use a child view as previous view.
    • Force reload of VIEW_FLEX_WIDTH views only when needed.
    • Combined diff uses @@@ as hunk marker.
    • Fix memory leak induced by 'tig grep'.
    • Fix memory leak in main view.
    • Exit gracefully if refs view was defined without ref column. (#897)
    • Fix pager view not moving up when child view is open.
    • make-builtin-config: Fix unportable sed usage in read_tigrc().
    • Properly detect combined diffs. (#942)

    Change summary

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

     .travis.yml                              |     4 +-
     INSTALL.adoc                             |     9 +-
     Makefile                                 |    14 +-
     NEWS.adoc                                |    49 +
     compat/utf8proc.c                        |    57 +-
     compat/utf8proc.h                        |    34 +-
     compat/utf8proc.license.md               |     4 +-
     compat/utf8proc_data.c                   | 20481 +++++++++++----------
     doc/manual.adoc                          |    19 +-
     doc/tig.1.adoc                           |     9 +-
     doc/tigrc.5.adoc                         |    29 +-
     include/tig/argv.h                       |     1 +
     include/tig/diff.h                       |     1 +
     include/tig/git.h                        |     8 +-
     include/tig/line.h                       |     1 +
     include/tig/main.h                       |     1 +
     include/tig/options.h                    |     4 +
     include/tig/parse.h                      |     9 +
     include/tig/reflog.h                     |    28 +
     include/tig/repo.h                       |     1 +
     include/tig/status.h                     |     6 +-
     include/tig/string.h                     |     3 +
     include/tig/tig.h                        |     1 +
     include/tig/view.h                       |     3 +-
     include/tig/watch.h                      |    11 +-
     src/argv.c                               |     2 +-
     src/blame.c                              |    31 +-
     src/diff.c                               |    53 +-
     src/display.c                            |    16 +-
     src/draw.c                               |    13 +-
     src/graph-v2.c                           |     4 +-
     src/grep.c                               |    10 +-
     src/main.c                               |    54 +-
     src/options.c                            |    12 +-
     src/pager.c                              |    23 +-
     src/parse.c                              |     4 +-
     src/prompt.c                             |    22 +-
     src/refdb.c                              |     1 +
     src/reflog.c                             |    82 +
     src/refs.c                               |    63 +-
     src/repo.c                               |    10 +-
     src/stage.c                              |    11 +-
     src/status.c                             |    41 +-
     src/tig.c                                |    36 +-
     src/tree.c                               |     4 +-
     src/ui.c                                 |     2 +-
     src/view.c                               |    33 +-
     src/watch.c                              |    43 +-
     test/diff/editor-test                    |     1 +
     test/diff/submodule-editor-diffstat-test |     6 +-
     test/diff/submodule-editor-test          |    31 +-
     test/diff/worktree-editor-test           |    25 +-
     test/help/all-keybindings-test           |     2 +-
     test/help/all-keybindings-test.expected  |    11 +-
     test/help/default-test                   |    22 +-
     test/help/user-command-test              |     2 +-
     test/main/emoji-test                     |     2 +-
     test/main/filter-args-test               |     2 +-
     test/main/git-alias-test                 |     4 +-
     test/main/mailmap-test                   |     1 +
     test/main/untracked-test                 |    67 +
     test/reflog/default-test                 |    53 +
     test/tools/libtest.sh                    |     2 +-
     test/tree/submodule-editor-test          |    12 +-
     test/tree/worktree-editor-test           |     8 +-
     tigrc                                    |     9 +
     tools/aspell.dict                        |   546 +-
     tools/make-builtin-config.sh             |     4 +-
     tools/release.sh                         |    12 +-
     69 files changed, 11555 insertions(+), 10624 deletions(-)
    
         1  Benedikt Morbach
         1  Galdor Takacs
         1  Hsieh Chin Fan (Pham)
         2  Jeff King
         1  Olof-Joachim Frahm
         2  Pavel Roskin
         1  Peter Mandeljc
         1  Rémi Garde
         3  Steven Chan
        57  Thomas Koutcher
         1  Tobias Kortkamp
    
    Source code(tar.gz)
    Source code(zip)
    tig-2.5.0.tar.gz(1.09 MB)
    tig-2.5.0.tar.gz.md5(51 bytes)
  • tig-2.4.1(Jul 27, 2018)

    Bug fixes:

    • Add CURSES_CFLAGS to CPPFLAGS. (#856, Linuxbrew/homebrew-core#8440)

    Change summary

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

     INSTALL.adoc      | 4 ++--
     Makefile          | 2 +-
     NEWS.adoc         | 9 ++++++++-
     config.make.in    | 3 ++-
     tools/aspell.dict | 5 +++--
     5 files changed, 16 insertions(+), 7 deletions(-)
    
    Jonas Fonseca (2):
          Fix #856: Add CURSES_CFLAGS to CPPFLAGS (#857)
          tig-2.4.1
    
    Source code(tar.gz)
    Source code(zip)
    tig-2.4.1.tar.gz(1.12 MB)
    tig-2.4.1.tar.gz.md5(50 bytes)
  • tig-2.4.0(Jul 21, 2018)

    Improvements:

    • Add 'send-child-enter' option to control interaction with child views. (#791)
    • Update make config defaults for Cygwin to ncurses6. (#792)
    • Build against netbsd-curses. (#789)
    • Change the blame view to render more like git-blame(1). (#812)
    • Improve worktree and submodule support. (#459, #781, #783)
    • Support running Tig via a Git alias. (#763)
    • Use ISO-8601 letters for short relative dates. (#759, #760)
    • Change date formatting to show time zones by default. (#428, #811)
    • Use utf8proc to handle Unicode characters. (#827)

    Bug fixes:

    • Fix file(1) argument on Linux used for resolving encodings. (#788)
    • Fix underflow in the file search. (#800, #801)
    • Fix line numbers in grep view when scrolled. (#813)
    • Pass command line args through to the stage view. (#569, #823)
    • Fix resource leak. (#780)
    • Fix various compiler warnings and pointer arithmetic. (#799, #803)
    • Workaround potential null pointer dereferences. (#824)
    • Bind to single and double quotes by using the and key mappings. (#821)
    • Make Tig the process-group leader and clean child processes. (#828, #837)
    • Fix sh compatibility in contrib/tig-pick. (#832)
    • Fix incorrect behaviour of up and down keys in diff view when opened from diff preview. (#802, #835)
    • Open the stage view when maximizing a split diff view of (un)staged changes. (#836)
    • Use fully qualified reference name for tags when conflicting with branch name. (#746, #787, #849)
    • Fix resize not working after entering command. (#845) (#846)
    • Use stack allocated memory to handle TIG_LS_REMOTE. (#839)
    • Fix deleted file mode line remains highlighted after hovering in diff or stage view. (#851)
    • Fix TIG_LS_REMOTE not working with git-ls-remote(1). (#853, #854)

    Change summary

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

     .travis.yml                                   |    15 +-
     INSTALL.adoc                                  |     4 +-
     Makefile                                      |    13 +-
     NEWS.adoc                                     |    39 +
     README.adoc                                   |     3 +-
     appveyor.yml                                  |    16 +
     compat/hashtab.c                              |    25 +-
     compat/utf8proc.c                             |   764 +
     compat/utf8proc.h                             |   713 +
     compat/utf8proc.license.md                    |    93 +
     compat/utf8proc_data.c                        | 14483 ++++++++++++++++
     compat/wcwidth.c                              |   709 -
     compat/wcwidth.h                              |    47 -
     configure.ac                                  |     4 +-
     contrib/config.make-CYGWIN_NT-6.1             |     2 +-
     contrib/tig-pick                              |     8 +-
     doc/manual.adoc                               |     1 +
     doc/tigrc.5.adoc                              |    54 +-
     include/tig/apps.h                            |    38 +
     include/tig/argv.h                            |     1 -
     include/tig/display.h                         |     4 +-
     include/tig/draw.h                            |     2 +-
     include/tig/git.h                             |     4 +-
     include/tig/io.h                              |     7 +-
     include/tig/keys.h                            |     1 +
     include/tig/line.h                            |     1 +
     include/tig/options.h                         |     4 +
     include/tig/repo.h                            |     1 +
     include/tig/string.h                          |     2 +
     include/tig/tig.h                             |    12 +-
     snap/snapcraft.yaml                           |    23 +
     src/apps.c                                    |   125 +
     src/argv.c                                    |    13 +-
     src/diff.c                                    |    30 +-
     src/display.c                                 |    39 +-
     src/draw.c                                    |    15 +-
     src/graph-v1.c                                |     2 +-
     src/graph-v2.c                                |    26 +-
     src/grep.c                                    |     3 +-
     src/io.c                                      |    45 +-
     src/keys.c                                    |    19 +-
     src/line.c                                    |     4 +-
     src/options.c                                 |    35 +-
     src/prompt.c                                  |    32 +-
     src/refdb.c                                   |    26 +-
     src/search.c                                  |    12 +-
     src/status.c                                  |     4 +-
     src/string.c                                  |    44 +-
     src/tig.c                                     |    65 +-
     src/ui.c                                      |    10 +-
     src/util.c                                    |    85 +-
     src/view.c                                    |     9 +
     test/API.adoc                                 |    49 +
     test/README.adoc                              |     3 +
     test/blame/default-test                       |   157 +-
     test/blame/revargs-test                       |   116 +-
     test/blame/start-on-line-test                 |    58 +-
     test/diff/diff-highlight-test                 |   140 +-
     test/diff/diff-stat-split-test                |    56 +-
     test/diff/editor-test                         |    92 +
     test/diff/maximized-navigation-test           |    82 +
     test/diff/submodule-editor-diffstat-test      |    81 +
     test/diff/submodule-editor-test               |   391 +
     test/diff/worktree-editor-test                |   392 +
     test/graph/00-simple-test                     |     6 +-
     test/graph/01-merge-from-left-test            |     4 +-
     test/graph/02-duplicate-parent-test           |     8 +-
     test/graph/03-octo-merge-test                 |     4 +-
     test/graph/04-missing-bar-test                |     6 +-
     test/graph/05-extra-pipe-test                 |     4 +-
     test/graph/06-extra-bars-test                 |    96 +-
     test/graph/07-multi-collapse-test             |    12 +-
     test/graph/08-multi-collapse-2-test           |    14 +-
     test/graph/09-parallel-siblings-test          |    10 +-
     test/graph/10-shorter-merge-than-branch-test  |    16 +-
     test/graph/11-new-branch-in-middle-test       |    10 +-
     test/graph/12-cross-over-collapse-test        |    12 +-
     ...branches-with-different-middle-branch-test |    16 +-
     test/graph/14-long-collapse-line-test         |    30 +-
     test/graph/15-many-merges-test                |    24 +-
     test/graph/16-changes-test                    |     6 +-
     test/graph/17-more-merges-test                |    34 +-
     test/graph/18-tig-test                        |    12 +-
     test/graph/19-tig-all-test                    |    68 +-
     test/graph/20-tig-all-long-test               |  3648 ++--
     .../graph/regression/horizontal-artifact-test |    10 +-
     .../regression/horizontal-bar-wrong-2-test    |    16 +-
     test/grep/default-test                        |     6 +-
     test/grep/start-on-line-test                  |    44 +-
     test/main/all-arg-test                        |    56 +-
     test/main/author-name-change-test             |     6 +-
     test/main/boundary-test                       |    28 +-
     test/main/branch-var-test                     |    32 +-
     test/main/commit-order-edge-case-test         |    32 +-
     test/main/date-test                           |   135 +-
     test/main/default-test                        |   152 +-
     test/main/emoji-test                          |    63 +-
     test/main/escape-control-characters-test      |    36 +-
     test/main/filter-args-test                    |    56 +-
     test/main/git-alias-test                      |    56 +
     test/main/goto-test                           |    96 +-
     test/main/graph-argument-test                 |    56 +-
     test/main/jump-ends-test                      |    12 +-
     test/main/mailmap-test                        |    38 +-
     test/main/main-options-test                   |    28 +-
     test/main/merge-test                          |    16 +-
     test/main/no-merges-test                      |    28 +-
     test/main/pretty-raw-test                     |    28 +-
     test/main/refresh-periodic-test               |    30 +-
     test/main/refresh-test                        |    30 +-
     test/main/search-preload-test                 |    35 +
     test/main/search-test                         |   224 +-
     test/main/show-changes-after-rename-test      |     4 +-
     test/main/show-changes-test                   |    60 +-
     test/main/start-on-line-test                  |    56 +-
     test/main/stdin-test                          |    10 +-
     test/main/update-unstaged-changes-test        |     4 +-
     test/main/view-split-test                     |    98 +-
     test/refs/branch-checkout-test                |    50 +-
     test/refs/branch-tag-test                     |    35 +
     test/refs/branch-var-test                     |    32 +-
     test/refs/default-test                        |    64 +-
     test/refs/refresh-test                        |    96 +-
     test/refs/replace-test                        |    64 +-
     test/refs/start-on-line-test                  |    56 +-
     test/refs/worktree-test                       |    14 +-
     test/regressions/github-390-test              |     4 +-
     test/regressions/github-434-test              |   154 +-
     test/script/comment-test                      |     6 +-
     test/stage/maximized-unstaged-changes-test    |    58 +
     test/status/submodule-editor-test             |    62 +
     test/status/worktree-editor-test              |    59 +
     test/tigrc/parse-test                         |     4 +-
     test/tigrc/width-test                         |   200 +-
     test/tools/libgit.sh                          |    12 +-
     test/tools/libtest.sh                         |   108 +-
     test/tools/valgrind-Darwin.supp               |     2 +-
     test/tree/chdir-test                          |   208 +-
     test/tree/default-test                        |   166 +-
     test/tree/file-name-test                      |    54 +-
     test/tree/submodule-editor-test               |   112 +
     test/tree/worktree-editor-test                |   109 +
     tigrc                                         |    26 +-
     tools/aspell.dict                             |    10 +-
     tools/ax_lib_readline.m4                      |    28 +-
     tools/travis.sh                               |    51 +-
     146 files changed, 22283 insertions(+), 4535 deletions(-)
    
         3	Björn Andersson
         1	Brtwrst
         1	Diego Pomares
        34	Jonas Fonseca
         1	Leo Arias
         2	Maksim Odnoletkov
         1	Max Odnoletkov
         1	PaulChanHK
         5	Pavel Roskin
         9	Roland Walker
         1	Ronan Jouchet
         7	Thomas Koutcher
         3	hwangcc23
         1	plgruener
         2	rofl0r
    
    Source code(tar.gz)
    Source code(zip)
    tig-2.4.0.tar.gz(1.12 MB)
    tig-2.4.0.tar.gz.md5(50 bytes)
  • tig-2.3.3(Jan 31, 2018)

    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)
    
    Source code(tar.gz)
    Source code(zip)
    tig-2.3.3.tar.gz(1.03 MB)
    tig-2.3.3.tar.gz.md5(50 bytes)
  • tig-2.3.2(Dec 18, 2017)

    Release notes

    Bug fixes:

    • Fix busy loop detection to handle large repos. (GH #164)

    Change summary

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

     INSTALL.adoc      | 4 ++--
     Makefile          | 2 +-
     NEWS.adoc         | 7 +++++++
     src/display.c     | 4 +++-
     tools/aspell.dict | 2 +-
     5 files changed, 14 insertions(+), 5 deletions(-)
    
    Jonas Fonseca (2):
          Only check for busy loop when no views are updating
          tig-2.3.2
    
    Source code(tar.gz)
    Source code(zip)
    tig-2.3.2.tar.gz(1.03 MB)
    tig-2.3.2.tar.gz.md5(50 bytes)
  • tig-2.3.1(Dec 15, 2017)

    Release notes

    Improvements:

    • Restore TTY attributes. (GH #725)
    • Handle \n like \r. (GH #758)

    Bug fixes:

    • Add workaround that detects busy loops when Tig loses the TTY. This may happen if Tig does not receive the HUP signal (e.g. when started with nohup). (GH #164)
    • Fix compatibility with ncurses-5.4 which caused copy-pasting to not work in the prompt. (GH #767)
    • tig(1): document correct environment variable. (GH #752)

    Change summary

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

     .travis.yml                     |  50 ++++++-------
     INSTALL.adoc                    |  13 +++-
     Makefile                        |   2 +-
     NEWS.adoc                       |  17 +++++
     doc/tig.1.adoc                  |   2 +-
     include/tig/tig.h               |   1 +
     src/display.c                   | 127 ++++++++++++++++++++++++++------
     test/README.adoc                |  17 +++++
     test/main/refresh-periodic-test |   2 +
     test/tools/libtest.sh           |  76 +++++++++++++++++--
     tools/aspell.dict               |  12 ++-
     tools/travis.sh                 |  32 ++++++++
     12 files changed, 293 insertions(+), 58 deletions(-)
    
    Christian Brabandt (1):
          Handle \n like \r (#758)
    
    David O'Trakoun (1):
          tig(1): Fix env var checked (#752)
    
    Jonas Fonseca (6):
          Fix formatting of the Windows install documentation
          Move loop updating views to separate method
          Fix #164: Add workaround to detect busy event loops
          Use initscr to ensure proper TTY setup for the prompt (#768)
          Update NEWS
          tig-2.3.1
    
    Matt (1):
          Added another installation method (#753)
    
    Roland Walker (8):
          save and restore TTY attributes
          restore tty attrs+flush before/after external cmd
          give feedback as test cases are run
          add ability to filter tests via TEST_OPTS
          consistency in use of IFS (#729)
          convert test timeout watchers to polls (#735)
          raise timeout in test which sleeps (#733)
          preserve/restore TTY attributes in test suite (#727)
    
    Stephen (1):
          Parallelize the Travis CI build and add macOS to the matrix (#750)
    
    Source code(tar.gz)
    Source code(zip)
    tig-2.3.1.tar.gz(1.03 MB)
    tig-2.3.1.tar.gz.md5(50 bytes)
  • tig-2.3.0(Sep 29, 2017)

    Release notes

    Incompatibilities:

    • The width setting on the status, text and commit-title columns was never applied and has been removed. (GH #617)

    Improvements:

    • Improve load performance by throttling screen updates. (GH #622, #629)
    • Speed up graph rendering. (GH #638)
    • Enable scroll optimizations for Terminal.app and iTerm2. (GH #637)
    • Improve the test suite portability to not depend on GNU sed. (GH #609, #614)
    • Make build reproducible. (https://reproducible-builds.org/) (GH #613)
    • Enable binding to more symbolic keys and keys with control modifier: F13-F19, ShiftLeft, ShiftRight, ShiftDel, ShiftHome, ShiftEnd, ShiftTab, Ctrl-C, Ctrl-V, Ctrl-S, and Ctrl-@. (GH #314, #619, #642)
    • Persist readline history to ~/.tig_history or $XDG_DATA_HOME/tig/history. Use history-size to control the number of entries to save. (GH #620, #713, #714, #718)
    • Preload last search from persistent history. (GH #630)
    • Add view-close-no-quit action, unbound by default. (GH #607)
    • Add mouse-wheel-cursor option (off by default) when set to true causes wheel actions to prefer moving the cursor instead of scrolling. (GH #608)
    • Add truncation-delimiter option, set to ~ by default. (GH #646)
    • Add -q parameter to source for "source-if-present". (GH #612)
    • Add :echo prompt command to display text in the status bar. (GH #626, #636)
    • Make diff-highlight colors configurable. (GH #625, #633)
    • Let Ctrl-C exit Y/N dialog, menu prompts and the file finder. (GH #632, #648)
    • Hide cursor unless at textual prompt. (GH #643)
    • Expand tilde ('~') in :script paths. (GH #674)
    • Show single-line output of external command in status bar. (GH #200, #557, #678)
    • Disable the graph when --no-merges is passed. (GH #687)
    • Print backtraces on segfault in debug mode.
    • Ignore script lines starting with # (comment). (GH #705)
    • Complete repo:* variables when readline is enabled. (GH #702)
    • Incorporate XTerm's wcwidth.c to find Unicode widths. (GH #691)

    Bug fixes:

    • Fix graph display issues. (GH #419, #638)
    • Fix and improve rendering of Unicode characters. (GH #330, #621, #644, #682)
    • Handle hyphenated directory names when listing content. (GH #602)
    • Do not jump to next match when cancelling the search prompt. (GH #627)
    • Fix clearing of the status line after Ctrl-C. (GH #623, #649)
    • Fix handling of width on line-number and trimmed width of 1. (GH #617)
    • Set cursor position when not updating prompt contents. (GH #647)
    • Erase status line at exit time for users without altscreen-capable terminals. (GH #589)
    • Fix unexpected keys when restoring from suspend (Ctrl-Z). (GH #232)
    • contrib/vim.tigrc: Also bind G in the main as a workaround for limitations of the none action. (GH #594, #599)
    • Only override blame-options when commands are given and fix parsing of -C. (GH #597)
    • Fix diff name discovery to better handle prefixes.
    • Interpret button5 as wheel-down. (GH #321, #606)
    • Fix back / parent in tree view. (GH #641)
    • Fix memory corruption in concat_argv and file finder. (GH #634, #655)
    • Fix reading from stdin for tig show.
    • Document problem of outdated system-wide tigrc files in Homebrew. (GH #598)
    • Repaint the display when toggling line-graphics. (GH #527)
    • Fix custom date formatting support longer strings. (GH #522)
    • Don't segfault on ":exec" irregular args. (GH #686)
    • Fix segfault when calling htab_empty. (GH #663, #745)

    Change summary

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

     .bookignore                                   |  16 +
     .gitignore                                    |   1 +
     .travis.yml                                   |   1 +
     INSTALL.adoc                                  |  26 +-
     Makefile                                      |  42 +-
     NEWS.adoc                                     |  69 +-
     README.adoc                                   |   2 +-
     book.md                                       |   2 +
     compat/compat.h                               |  15 +
     compat/hashtab.h                              |   4 +-
     compat/wcwidth.c                              | 709 ++++++++++++++++++
     compat/wcwidth.h                              |  47 ++
     compat/wordexp.c                              |  60 ++
     config.make.in                                |   1 +
     configure.ac                                  |   3 +-
     contrib/config.make                           |   3 +
     contrib/config.make-CYGWIN_NT-6.1             |   2 +-
     contrib/config.make-Darwin                    |   1 +
     contrib/tig-completion.bash                   |   6 +-
     contrib/vim.tigrc                             |   4 +-
     doc/manual.adoc                               |  37 +-
     doc/tig.1.adoc                                |  24 +-
     doc/tigrc.5.adoc                              | 120 ++-
     include/tig/display.h                         |   8 +-
     include/tig/io.h                              |   8 +-
     include/tig/keys.h                            |   9 +
     include/tig/line.h                            |  36 +-
     include/tig/options.h                         |   8 +-
     include/tig/prompt.h                          |   1 +
     include/tig/request.h                         |   5 +-
     include/tig/tig.h                             |   6 +
     include/tig/util.h                            |   2 +
     src/argv.c                                    |  12 +-
     src/blame.c                                   |  28 +-
     src/blob.c                                    |   2 +-
     src/diff.c                                    |  27 +-
     src/display.c                                 | 195 ++++-
     src/draw.c                                    |  17 +-
     src/graph-v2.c                                | 193 ++++-
     src/grep.c                                    |   4 +-
     src/io.c                                      |  50 +-
     src/keys.c                                    |  24 +-
     src/line.c                                    |  15 +-
     src/main.c                                    |   2 +-
     src/options.c                                 |  46 +-
     src/prompt.c                                  | 188 ++++-
     src/refdb.c                                   |   3 +
     src/search.c                                  |   4 +-
     src/status.c                                  |   4 +-
     src/string.c                                  |  45 +-
     src/tig.c                                     |  71 +-
     src/tree.c                                    |   4 +-
     src/ui.c                                      |  10 +-
     src/util.c                                    |   2 +-
     src/view.c                                    |  39 +-
     test/README.adoc                              |  10 +
     test/diff/diff-context-test                   |   4 +-
     test/diff/diff-highlight-color-test           |   2 +-
     test/diff/diff-stat-split-test                |  51 ++
     test/diff/diff-stat-test                      | 106 ++-
     test/diff/diff-stdin-test                     |  84 +++
     test/graph/00-simple-test                     |  10 -
     test/graph/06-extra-bars-test                 |  14 +-
     test/graph/10-shorter-merge-than-branch-test  |   2 +-
     test/graph/11-new-branch-in-middle-test       |   6 +-
     test/graph/15-many-merges-test                |  31 +-
     test/graph/17-more-merges-test                |   4 +-
     test/graph/18-tig-test                        |  12 -
     test/graph/20-tig-all-long-test               |   4 +-
     test/graph/gh-490-heap-buffer-overflow-test   |   4 +-
     .../graph/regression/horizontal-artifact-test |  41 +
     .../regression/horizontal-bar-wrong-2-test    |  41 +
     test/help/all-keybindings-test                |   1 +
     test/help/all-keybindings-test.expected       | 238 +++---
     test/help/default-test                        |  10 +-
     test/help/user-command-test                   |  10 +-
     test/main/all-arg-test                        |   2 +-
     test/main/branch-var-test                     |   6 +-
     test/main/commit-title-overflow-test          |   4 +-
     test/main/date-test                           |  34 +
     test/main/emoji-test                          |  74 ++
     test/main/filter-args-test                    |  10 +-
     test/main/graph-argument-test                 |   4 +-
     test/main/jump-ends-test                      |  54 ++
     test/main/no-matching-commmits-test           |   2 +-
     test/main/no-merges-test                      |  33 +
     test/main/refresh-periodic-test               |   2 +-
     test/main/refresh-test                        |   2 +-
     test/main/show-changes-after-rename-test      |   4 +-
     test/main/view-split-test                     |   6 +-
     test/prompt/exec-test                         |  42 ++
     test/refs/branch-var-test                     |   7 +-
     test/refs/replace-test                        |  12 +-
     test/refs/start-on-line-test                  |   2 +-
     test/regressions/github-390-test              |   2 +-
     test/script/comment-test                      |  23 +
     test/script/default-test                      |  21 +-
     test/stage/gh-410-test                        |   4 +-
     test/stage/split-chunk-test                   |   2 +-
     test/stash/start-on-line-test                 |   2 +-
     test/status/file-name-test                    |   6 +-
     test/status/on-branch-test                    |  18 +-
     test/status/on-branch-tracking-info-test      |  20 +-
     test/status/refresh-test                      |   2 +-
     test/status/repo-var-test                     |  17 +-
     test/tigrc/builtin-save-test                  |  16 +
     test/tigrc/command-value-long-test            |  58 ++
     test/tigrc/contrib-tigrc-test                 |   4 +-
     test/tigrc/parse-test                         |  15 +-
     test/tigrc/save-option-test                   |   9 +-
     test/tigrc/source-test                        | 116 +++
     test/tigrc/tigrc-manpage-examples-test        |  14 +-
     test/tigrc/truncation-test                    | 213 ++++++
     test/tigrc/width-test                         | 504 +++++++++++++
     test/tigrc/xdg-config-home-test               |   6 +-
     test/tools/libgit.sh                          |  18 +-
     test/tools/libtest.sh                         | 392 ++++++----
     test/tools/setup-conflict.sh                  |   4 +-
     test/tools/show-results.sh                    |  23 +-
     test/tools/valgrind-Darwin.supp               |   9 +
     test/tree/chdir-test                          | 197 +++++
     test/tree/file-name-test                      | 111 +++
     tigrc                                         |  36 +-
     tools/aspell.dict                             |  24 +-
     tools/ax_lib_readline.m4                      |  12 +-
     acinclude.m4 => tools/iconv.m4                |   0
     tools/make-builtin-config.sh                  |   2 +-
     tools/release.sh                              |   2 +-
     128 files changed, 4356 insertions(+), 794 deletions(-)
    
         1	Andreas Stieger
         1	Dan Wendorf
         1	Edgar Hipp
         1	Greg Hewgill
        35	Jonas Fonseca
         2	Marc Aldorasi
         1	Ramsay Jones
       112	Roland Walker
        11	Sven Wegener
         1	kiryph
    
    Source code(tar.gz)
    Source code(zip)
    tig-2.3.0.tar.gz(1.03 MB)
    tig-2.3.0.tar.gz.md5(50 bytes)
  • tig-2.2.2(May 6, 2017)

    Upgrade instructions:

    • The status-untracked-dirs option was renamed to status-show-untracked-dirs to match the new status-show-untracked-files option.

    Improvements:

    • Use diff-options when preparing the diff in the stage view to make the diff state configurable. (GH #545)
    • Add 'status-show-untracked-files' option mirroring Git's 'status.showUntrackedFiles' to toggle display of untracked files. in the status view. On by default. (GH #562)
    • Update ax_with_curses.m4 and use pkg-config to detect. (GH #546)
    • Add tig-pick script for using Tig as a commit picker. (GH #575, #580)
    • Add "smart case" option ('set ignore-case = smart-case') to ignore case when the search string is lower-case only. (GH #320, #579)

    Bug fixes:

    • Fix author ident cache being keyed by email only. (GH #424, #526, #547)
    • Fix periodic refresh mode to properly detect ref changes. (GH #430, #591)
    • Add workaround for detecting failure to start the diff-highlight process.
    • Show diffs in the stash view when set mailmap = true. (GH #556)
    • Fix parsing of git-log revision arguments, such as --exclude=... in conjunction with --all. (GH #555)
    • Fix diff stat parsing for binary copies.
    • Fix crash when resizing terminal while search is in progress. (GH #515, #550)
    • Fix argument filtering to pass more arguments through to Git.
    • Check for termcap support in split tinfo libs. (GH #568, #585)

    Change summary

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

     INSTALL.adoc                         |  10 +-
     Makefile                             |   2 +-
     NEWS.adoc                            |  44 ++++++++-
     README.adoc                          |   2 +-
     book.md                              |   2 +-
     config.make.in                       |   2 +-
     configure.ac                         |   2 +-
     contrib/tig-pick                     |  48 +++++++++
     doc/manual.adoc                      |   5 +-
     doc/screenshots.md                   |  11 ---
     doc/tig.1.adoc                       |   2 +-
     doc/tigrc.5.adoc                     |  15 ++-
     include/tig/argv.h                   |   1 +
     include/tig/diff.h                   |   4 +-
     include/tig/git.h                    |   4 +-
     include/tig/options.h                |   5 +-
     include/tig/types.h                  |  12 ++-
     include/tig/util.h                   |   1 +
     include/tig/view.h                   |   4 +-
     src/argv.c                           |   4 +-
     src/blame.c                          |  29 +++---
     src/blob.c                           |  16 ++-
     src/diff.c                           |  56 ++++++-----
     src/display.c                        |   8 +-
     src/draw.c                           |   2 +-
     src/grep.c                           |   4 +-
     src/help.c                           |   9 +-
     src/io.c                             |   8 +-
     src/log.c                            |   2 +-
     src/main.c                           |  16 +--
     src/options.c                        |  72 +++++++++-----
     src/pager.c                          |  10 +-
     src/parse.c                          |  14 ++-
     src/refs.c                           |  21 ++--
     src/search.c                         |  16 ++-
     src/stage.c                          |  44 ++++-----
     src/stash.c                          |   6 +-
     src/status.c                         |  40 +++++---
     src/tig.c                            |  30 +++---
     src/tree.c                           |  10 +-
     src/util.c                           |   6 +-
     src/view.c                           |  25 ++---
     src/watch.c                          |   2 +-
     test/diff/diff-highlight-test        |  38 ++++++-
     test/files/repo-authornamechange.tgz | Bin 0 -> 7557 bytes
     test/main/author-name-change-test    |  27 +++++
     test/main/filter-args-test           |  74 ++++++++++++++
     test/main/refresh-periodic-test      |  74 ++++++++++++++
     test/main/search-test                |  22 +++++
     test/status/untracked-files-test     |  27 +++++
     test/tigrc/compat-error-test         |   5 +-
     tigrc                                |   6 +-
     tools/aspell.dict                    |   9 +-
     tools/ax_lib_readline.m4             |  16 ++-
     tools/ax_require_defined.m4          |  37 +++++++
     tools/ax_with_curses.m4              | 142 +++++++++++++++++++--------
     56 files changed, 822 insertions(+), 281 deletions(-)
    
        22  Jonas Fonseca
         3  Mina Naguib
         1  Justin Lecher
         1  Konrad Gräfe
         1  Lukas Holecek
         1  Thomas Koutcher
         1  Benjamin Reitzammer
         1  Tim Harder
         1  Delyan Angelov
    
    Source code(tar.gz)
    Source code(zip)
    tig-2.2.2.tar.gz(1022.37 KB)
    tig-2.2.2.tar.gz.md5(50 bytes)
  • tig-2.2.1(Nov 17, 2016)

    Tarballs should now be downloaded from GitHub. Either go to https://github.com/jonas/tig/releases or use the following pattern:

    https://github.com/jonas/tig/releases/download/tig-VERSION/tig-VERSION.tar.gz
    

    MD5 checksums can be found at:

    https://github.com/jonas/tig/releases/download/tig-VERSION/tig-VERSION.tar.gz.md5
    

    Similarly, the home page is now also on GitHub at https://jonas.github.io/tig/. A big thanks to Simon L. B. Nielsen for generously hosting Tig on nitro.dk!

    Improvements:

    • Support Git's 'diff-highlight' program when diff-highlight is set to either true or the path of the script to use for post-processing.
    • Add navigation between merge commits. (GH #525)
    • Add 'A' as a binding to apply a stash without dropping it.
    • Bind 'Ctrl-D' and 'Ctrl-U' to half-page movements by default.
    • manual: Mention how to change default Up/Down behavior in diff view.

    Bug fixes

    • Reorganize checking of libraries for termcap functions.
    • Fix :goto <id> error message.

    Change summary

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

     .gitignore                               |   2 +
     INSTALL.adoc                             |  10 +-
     Makefile                                 |  11 +-
     NEWS.adoc                                |  30 +++
     README.adoc                              |  19 +-
     book.json                                |  22 ++
     book.md                                  |   8 +
     contrib/tig.spec.in                      |   4 +-
     doc/manual.adoc                          |   6 +-
     doc/screenshots.md                       |  11 +
     doc/tig.1.adoc                           |   2 +-
     doc/tigrc.5.adoc                         |   8 +
     include/tig/argv.h                       |   4 +-
     include/tig/diff.h                       |   4 +
     include/tig/graph.h                      |   1 +
     include/tig/io.h                         |   3 +-
     include/tig/line.h                       |  11 +-
     include/tig/options.h                    |   1 +
     include/tig/request.h                    |   2 +
     include/tig/search.h                     |   1 +
     include/tig/string.h                     |   3 +-
     src/argv.c                               |  31 ++-
     src/diff.c                               | 121 +++++++--
     src/display.c                            |   6 +-
     src/graph-v1.c                           |   7 +
     src/graph-v2.c                           |   7 +
     src/io.c                                 |  25 +-
     src/line.c                               |   6 +
     src/main.c                               |   6 +
     src/options.c                            |  12 +
     src/parse.c                              |   4 +-
     src/search.c                             |  62 +++++
     src/stage.c                              |  15 +-
     src/string.c                             |  17 +-
     src/tig.c                                |   5 +
     src/view.c                               |   2 +-
     test/blame/default-test                  | 190 ++++++-------
     test/blame/revargs-test                  |  86 +++---
     test/blame/start-on-line-test            |  56 ++--
     test/blob/wrap-lines-test                |  40 +--
     test/diff/diff-context-test              | 270 +++++++++----------
     test/diff/diff-highlight-color-test      |  60 +++++
     test/diff/diff-highlight-test            |  91 +++++++
     test/diff/diff-stat-test                 |  56 ++--
     test/diff/editor-test                    | 232 ++++++++--------
     test/diff/start-on-line-test             |  54 ++--
     test/diff/wrap-lines-test                |  44 +--
     test/graph/00-simple-test                |   8 +-
     test/graph/15-many-merges-test           |  26 +-
     test/graph/18-tig-test                   |   8 +-
     test/graph/19-tig-all-test               |   4 +-
     test/grep/default-test                   | 242 ++++++++---------
     test/grep/editor-test                    |  30 +--
     test/grep/start-on-line-test             |  52 ++--
     test/help/all-keybindings-test           | 120 +--------
     test/help/all-keybindings-test.expected  | 119 +++++++++
     test/help/default-test                   | 174 ++++++------
     test/help/user-command-test              |  58 ++--
     test/log/diff-stat-test                  | 112 ++++----
     test/log/pretty-format-test              | 144 +++++-----
     test/log/start-on-line-test              |  56 ++--
     test/log/submodule-test                  | 180 ++++++-------
     test/main/all-arg-test                   |  52 ++--
     test/main/boundary-test                  |  28 +-
     test/main/branch-var-test                |  28 +-
     test/main/commit-order-edge-case-test    |  32 +--
     test/main/commit-title-overflow-test     |  98 +++----
     test/main/date-test                      | 192 +++++++-------
     test/main/default-test                   | 164 ++++++------
     test/main/escape-control-characters-test |  36 +--
     test/main/goto-test                      |  96 +++----
     test/main/graph-argument-test            |  48 ++--
     test/main/mailmap-test                   |  52 ++--
     test/main/main-options-test              |  28 +-
     test/main/merge-test                     |  16 +-
     test/main/pretty-raw-test                |  28 +-
     test/main/refresh-test                   |  42 +--
     test/main/search-test                    | 196 +++++++-------
     test/main/show-changes-after-rename-test |   4 +-
     test/main/show-changes-test              | 246 ++++++++---------
     test/main/start-on-line-test             |  34 +--
     test/main/stdin-test                     |  28 +-
     test/main/submodule-test                 | 176 ++++++------
     test/main/update-unstaged-changes-test   |  12 +-
     test/main/view-split-test                | 112 ++++----
     test/refs/branch-checkout-test           |  42 +--
     test/refs/branch-var-test                |  36 +--
     test/refs/default-test                   |  64 ++---
     test/refs/refresh-test                   |  96 +++----
     test/refs/replace-test                   |  62 ++---
     test/refs/start-on-line-test             |  34 +--
     test/refs/worktree-test                  |  14 +-
     test/regressions/github-390-test         |   4 +-
     test/regressions/github-434-test         | 166 ++++++------
     test/stage/default-test                  | 324 +++++++++++------------
     test/stage/gh-410-test                   |  60 ++---
     test/stage/split-chunk-test              | 132 ++++-----
     test/stash/start-on-line-test            |  56 ++--
     test/status/file-name-test               | 104 ++++----
     test/status/file-var-test                |  56 ++--
     test/status/on-branch-test               | 126 ++++-----
     test/status/on-branch-tracking-info-test |  66 ++---
     test/status/refresh-test                 | 286 ++++++++++----------
     test/status/start-on-line-test           |  56 ++--
     test/status/untracked-files-test         |  80 +++---
     test/status/worktree-test                |  12 +-
     test/tigrc/env-vars-test                 |  10 +-
     test/tigrc/parse-test                    |  56 ++--
     test/tigrc/quote-test                    |   8 +-
     test/tigrc/view-column-test              |  28 +-
     test/tigrc/xdg-config-home-test          |   5 +-
     test/tools/libtest.sh                    |  38 ++-
     test/tree/default-test                   | 194 +++++++-------
     tigrc                                    |   9 +-
     tools/aspell.dict                        |   6 +-
     tools/ax_lib_readline.m4                 |  16 +-
     tools/release.sh                         |   1 +
     tools/update-release-docs.sh             |  53 ----
     118 files changed, 3765 insertions(+), 3284 deletions(-)
    
        22  Jonas Fonseca
         1  Frank Fesevur
         1  Jelte Fennema
         1  Jeremy Lin
         1  Parker Coates
         1  Philipp Gesang
         1  Ramsay Jones
         1  David Lin
         1  lightside
    
    Source code(tar.gz)
    Source code(zip)
    tig-2.2.1.tar.gz(1004.37 KB)
    tig-2.2.1.tar.gz.md5(50 bytes)
  • tig-2.2(Aug 11, 2016)

    This is the 35th release of Tig. It brings several search improvements such as highlighting and wrap around, and machinery for future support of typeahead search. This release also gives more choice over how the user configuration file is loaded either at built-time or at runtime through support of the XDG basedir spec. Among fixes several segfaults and invalid reads have been addressed and the tests are now run with Valgrind and AddressSanitizer by Travis on each push. There are several breaking changes so ensure you read the section on incompatibilities in the release notes before upgrading.

    It's crazy to think that Tig has happily browsed Git repos for more than 10 years! Thanks to everybody who contributed and made that possible. Looking forward to the next 10 years ...

    Release notes

    Incompatibilities:

    • Note that all user-defined commands are now executed at the repository root instead of whatever subdirectory Tig was started in. (GH #412)
    • Remove cmdline-args option to avoid problems where setting it in ~/.tigrc potentially breaks other views due to its "context-sensitive" nature, where a git-log option maybe cause git-grep to fail. (GH #431)

    Improvements:

    • Use .mailmap to show canonical name and email addresses, off by default. Add set mailmap = yes to ~/.tigrc to enable. (GH #411)

    • Highlight search results, configurable via search-result color. (GH #493)

    • Wrap around when searching, configurable via wrap-search setting.

    • Populate %(file) with file names from diff stat. (GH #404)

    • tig --merge implies --boundary similar to gitk.

    • Expose repository variables to external commands, e.g. %(repo:head) gives the branch name of the current HEAD and %(repo:cdup) for the repo root path.

    • Add make uninstall. (GH #417)

    • Add ZSH completion file (based on Bash completion) (GH #433)

    • Expose the text of the currently selected line as the %(text) (GH #457)

    • Allow users to specify rev arguments to blame (GH #439)

    • Update OSX make config to find brew installed ncurses

    • Add sample git-flow keybinding (GH #421)

    • Add chocolate theme (GH #432)

    • Show stash diffs. (GH #328)

    • Make user tigrc location configurable. (GH #479)

    • Compact relative date display mode. (GH #331)

    • Add date column option controlling whether to show local date.

    • Move to parent commit in the main view. (GH #388)

    • Add :goto <rev> prompt command to go to a git-rev-parsed revision, e.g. :goto some/branch or :goto %(commit)^2.

    • Respect the XDG standard for configuration files. (GH #513)

    • Show tracking information in tig status (GH #504)

    • Resolve diff paths when diff.noprefix is true. (GH #487, #488)

    • Support for custom strftime(3) date formats, e.g.:

      set main-view-date = custom set main-view-date-format = "%Y-%m-%d"

    Bug fixes:

    • Prevent staged rename from displaying unstaged changes (GH #472, #491)
    • Fix corrupt chunk header during staging of single lines. (GH #410)
    • Fix out of bounds read in graph-v2 module. (GH #402)
    • Add currently checked out branch to %(branch). (GH #416)
    • Size diff stats correctly for split views.
    • Fix git-worktree support by using git-show-ref. (GH #437)
    • Add currently checked out branch to %(branch) (GH #416)
    • Fix segfault when hitting return in empty file search (GH #464)
    • Remove separator on horizontal split when switching from vertical split
    • Do not expand --all when parsing %(revargs) (GH #442, #462)
    • Fix exit when the main view is reloaded due to option toggling. (GH #470)
    • Expand all whitespace and control characters to spaces. (GH #485)
    • Restore ability to unbind a default keybinding with none. (GH #483)
    • Fix blob view to honor the wrap-lines setting.

    Change summary

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

     .mailmap                                      |   3 +
     .travis.yml                                   |  36 +-
     INSTALL.adoc                                  |  15 +
     Makefile                                      |  29 +-
     NEWS.adoc                                     |  65 ++-
     autogen.sh                                    |   4 +-
     contrib/chocolate.theme.tigrc                 |  16 +
     contrib/config.make-Darwin                    |  15 +-
     contrib/git-flow.tigrc                        |  49 +++
     contrib/tig-completion.zsh                    |  21 +
     contrib/tig.spec.in                           |   2 +-
     contrib/vim.tigrc                             |   3 +
     doc/manual.adoc                               |  29 +-
     doc/tig.1.adoc                                |   9 +-
     doc/tigrc.5.adoc                              |  40 +-
     include/tig/argv.h                            |   3 +-
     include/tig/display.h                         |   6 +
     include/tig/git.h                             |   4 -
     include/tig/io.h                              |  14 +-
     include/tig/keys.h                            |   2 +-
     include/tig/line.h                            |   4 +-
     include/tig/main.h                            |   2 +-
     include/tig/options.h                         |  20 +-
     include/tig/pager.h                           |   2 +-
     include/tig/prompt.h                          |   3 +-
     include/tig/refdb.h                           |   6 +-
     include/tig/repo.h                            |  27 +-
     include/tig/search.h                          |  25 ++
     include/tig/string.h                          |   7 +-
     include/tig/tig.h                             |   7 +
     include/tig/types.h                           |   4 +-
     include/tig/util.h                            |  29 +-
     include/tig/view.h                            |  60 ++-
     src/argv.c                                    | 102 +++--
     src/blame.c                                   |  80 ++--
     src/blob.c                                    |  12 +-
     src/diff.c                                    | 208 ++++++++--
     src/display.c                                 | 171 ++++----
     src/draw.c                                    | 243 ++++++-----
     src/graph-v1.c                                |  28 +-
     src/graph-v2.c                                |  42 +-
     src/grep.c                                    |  26 +-
     src/help.c                                    |  49 +--
     src/io.c                                      |  76 ++--
     src/keys.c                                    | 108 +++--
     src/line.c                                    |   4 +-
     src/log.c                                     |  28 +-
     src/main.c                                    | 107 ++---
     src/options.c                                 | 185 ++++++---
     src/pager.c                                   |  34 +-
     src/parse.c                                   |  39 +-
     src/prompt.c                                  |  77 ++--
     src/refdb.c                                   |  67 +--
     src/refs.c                                    |  38 +-
     src/repo.c                                    |  27 +-
     src/request.c                                 |   6 +-
     src/search.c                                  | 189 +++++++++
     src/stage.c                                   | 126 +++---
     src/stash.c                                   |  43 +-
     src/status.c                                  | 153 +++++--
     src/string.c                                  |  32 +-
     src/tig.c                                     |  96 +++--
     src/tree.c                                    |  40 +-
     src/types.c                                   |   6 +-
     src/ui.c                                      |  22 +-
     src/util.c                                    | 156 +++++--
     src/view.c                                    | 392 +++++++++---------
     src/watch.c                                   |  10 +-
     test/README.adoc                              |   6 +-
     test/blame/revargs-test                       |  82 ++++
     test/blob/wrap-lines-test                     |  54 +++
     test/diff/diff-stat-test                      |  51 +++
     test/diff/editor-test                         | 199 ++++++++-
     test/diff/wrap-lines-test                     |  51 +++
     test/files/refs-repo.tgz                      | Bin 0 -> 8013 bytes
     test/files/repo-one.tgz                       | Bin 0 -> 6722 bytes
     test/files/repo-two.tgz                       | Bin 0 -> 10985 bytes
     test/graph/gh-490-heap-buffer-overflow-test   |  18 +
     .../graph/gh-490-heap-buffer-overflow-test.gz | Bin 0 -> 336885 bytes
     test/help/user-command-test                   |  59 +++
     test/log/diff-stat-test                       |  86 ++++
     test/log/pretty-format-test                   |   3 +-
     test/log/submodule-test                       |  18 +-
     test/main/all-arg-test                        |  63 +++
     test/main/boundary-test                       |   2 -
     test/main/branch-var-test                     |  54 +++
     test/main/date-test                           | 207 +++++++++
     test/main/date-test.in                        | 201 +++++++++
     test/main/escape-control-characters-test      |  33 ++
     test/main/escape-control-characters-test.in   | Bin 0 -> 1725 bytes
     test/main/goto-test                           | 103 +++++
     test/main/mailmap-test                        |  65 +++
     test/main/merge-test                          |  33 ++
     test/main/refresh-test                        |   2 -
     test/main/show-changes-after-rename-test      |  32 ++
     test/main/show-changes-test                   |  26 +-
     test/main/submodule-test                      |  28 +-
     test/main/unbind-default-quit-key-test        |  31 ++
     test/main/update-unstaged-changes-test        |   2 -
     test/main/util.sh                             |  17 +-
     test/refs/branch-var-test                     |  59 +++
     test/refs/default-test                        |  53 +--
     test/refs/refresh-test                        |  56 +--
     test/refs/replace-test                        |   1 -
     test/refs/util.sh                             |  13 -
     test/refs/worktree-test                       |  33 ++
     test/regressions/github-434-test              | 123 ++++++
     test/stage/default-test                       |   4 +-
     test/stage/gh-410-test                        |  73 ++++
     test/stage/split-chunk-test                   |  96 +++++
     test/status/file-name-test                    |   8 +-
     test/status/file-var-test                     |  59 +++
     test/status/on-branch-test                    |  32 +-
     test/status/on-branch-tracking-info-test      | 105 +++++
     test/status/refresh-test                      |  22 +-
     test/status/repo-var-test                     |  21 +
     test/status/start-on-line-test                |   2 +-
     test/status/untracked-files-test              |   4 +-
     test/status/worktree-test                     |  32 ++
     test/tigrc/compat-error-test                  |  16 +-
     test/tigrc/view-column-test                   |   7 +-
     test/tigrc/xdg-config-home-test               |  31 ++
     test/tools/libgit.sh                          | 149 +------
     test/tools/libtest.sh                         | 198 +++++++--
     test/tools/show-results.sh                    |  10 +-
     test/tools/test-graph.c                       |   4 +-
     tigrc                                         |   9 +-
     tools/aspell.dict                             |  14 +-
     tools/doc-gen.c                               |  12 +-
     tools/uninstall.sh                            |  35 ++
     130 files changed, 4781 insertions(+), 1609 deletions(-)
    
         2  Adam Strzelecki
         1  Alexander Campbell
         1  Bostjan Skufca
         1  Daniel Hahler
         1  Edgar HIPP
         3  Eric Sunshine
         1  Harish Lall
         1  Jeff King
         3  Jeremy Cowgar
        84  Jonas Fonseca
         1  Kentaro Wada
         1  Laurent Arnoud
         1  Mantas Mikulėnas
         2  Michael J Gruber
         1  Murilo Opsfelder Araujo
         1  Olof-Joachim Frahm
         1  Reuben D'Netto
         2  Richard Burke
         2  Sven Wegener
         4  Vivien Didelot
         1  Wolfgang Reissnegger
         1  ideal
         1  samiraguiar
    
    Source code(tar.gz)
    Source code(zip)
    tig-2.2.tar.gz(1005.91 KB)
    tig-2.2.tar.gz.md5(48 bytes)
  • tig-2.1.1(Apr 23, 2016)

    This release fixes a couple of regressions that broke rendering of references in the main view and usage of the stage view. It also adds support for key combos which was originally planed for 2.1 (see contrib/vim.tigrc for an example). Finally, files (or blobs) can now be searched using the new GitHub-inspired file finder (press 'f' to launch it).

    Release notes

    Improvements:

    • Add support for key combos. (GH #67)
    • See contrib/vim.tigrc for Vim-like keybindings. (GH #273, #351)
    • Add GitHub inspired file finder to search for and open any file. (GH #342)
    • Add search keymap for navigation file finder search results.

    Bug fixes:

    • Fix display of multiple references per commit. (GH #390, #391)
    • Sync the prompt's cursor position with readline's internal position. (#396)
    • Keep unstaged changes view open after an staging command. (#399)

    Change summary

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

     .gitignore                       |   3 +
     COPYING                          |  39 ++--
     Makefile                         |  45 ++++-
     NEWS.adoc                        |  16 ++
     README.adoc                      |   2 +-
     config.make.in                   |   5 +-
     configure.ac                     |   5 +
     contrib/vim.tigrc                |  73 ++++++++
     doc/tigrc.5.adoc                 |   3 +-
     include/tig/blob.h               |   7 +-
     include/tig/display.h            |   2 +-
     include/tig/keys.h               |  10 +-
     include/tig/main.h               |   2 +
     include/tig/prompt.h             |   1 +
     include/tig/ui.h                 |  20 ++
     src/blob.c                       |  29 ++-
     src/display.c                    |  19 +-
     src/keys.c                       |  56 ++++--
     src/main.c                       |  20 ++
     src/options.c                    |   2 +-
     src/prompt.c                     |  25 +--
     src/refdb.c                      |  21 ++-
     src/stage.c                      |  22 +--
     src/status.c                     |   2 +
     src/tig.c                        |  58 ++++--
     src/ui.c                         | 304 +++++++++++++++++++++++++++++++
     test/help/all-keybindings-test   |  10 +-
     test/help/default-test           |  14 +-
     test/main/graph-argument-test    |  28 +--
     test/main/show-changes-test      |  24 +++
     test/main/start-on-line-test     |  42 ++---
     test/main/view-split-test        |  18 +-
     test/regressions/github-390-test |  41 +++++
     test/status/file-name-test       |   8 +-
     test/tigrc/compat-error-test     |   2 -
     test/tigrc/parse-test            |   4 +-
     tigrc                            |   7 +
     tools/aspell.dict                |  12 +-
     tools/gcov.m4                    |  94 ++++++++++
     39 files changed, 912 insertions(+), 183 deletions(-)
    
    Alexander Sulfrian (1):
          Fix insertion/ordering of refs in refs_by_id map.
    
    Andreas Stieger (1):
          Update FSF address in COPYING
    
    Jonas Fonseca (12):
          Remove Gitweb link in favour of Gitter
          Integrate coverage reporting for the test suite
          Experimental support for key combos
          Fix user-action prompt display regression
          Add key_to_value helper to extract the ncurses key value
          Add GitHub inspired file finder to search for and open any file
          Fix regression test to exec git-tag in background
          Fix display saving to account for variable length UTF-8 characters
          When redrawing the readline prompt also update the cursor position
          Keep unstaged changes view open after an staging command
          Add search keymap with keys for navigating search results
          tig-2.1.1
    
    Ramsay Jones (1):
          Fix segmentation Fault on 32-bit
    
    Vivien Didelot (1):
          contrib: complete Vim-like bindings
    
    Source code(tar.gz)
    Source code(zip)
  • tig-2.1(Apr 23, 2016)

    I just released version 2.1 of Tig which brings a lot of improvements to speed up usage in large repositories such as the Linux kernel repo (see improvements related to #310, #324, #350, and #368). Else this release brings minor improvements across the board plus a fair amount of bug fixes. See below for more details.

    Release notes

    Improvements:

    • Improve C99 compliance so Tig compiles with the native compilers on Solaris (SunStudio cc) and AIX (xlc). (GH #380)
    • Add move-half-page-up and move-half-page-down actions. (GH #323)
    • Preserve the cursor position when changing the diff context.
    • Show 'Unstaged changes' above 'Staged changes' in the main view. (GH #383)
    • Add :exec <flags><args...> prompt command to execute commands.
    • Add shorthand for changing the view settings of a single column, eg. set main-view-author = short. (GH #318)
    • Show better diff context info in the stage view.
    • Add %(lineno) state variable. (GH #304)
    • Use hash table to speed up refs lookup. (GH #350)
    • Show the file path in the blob view when available.
    • Use set commit-order = default to use Git's default commit order, even when the commit graph is enabled. The option will turn off automatic enabling of --topo-order when the graph is shown in the main view. (GH #310, #324)
    • Speed up the diff view in large repos by loading git-describe info after the diff content has been read. (GH #324)
    • Add the old graph rendering as an option. (GH #310, #324)
    • Add main-options setting for specifying default main view options. Example: set main-options = --max-count=1000. (GH #368)
    • See contrib/large-repo.tigrc for settings that will help to speed up Tig in large repos. (GH #368)
    • Add :save-options <file> prompt command to save config to file. (GH #315)

    Bug fixes:

    • Update manual to reflect default keybinding changes. (GH #325)
    • Fix graph support for --first-parent. (GH #326)
    • Fix off-by-one error when opening editor from the grep view.
    • Fix status on-branch information.
    • Fix main view to handle the case when git-log doesn't find any commits.
    • Fix corner case when parsing diff chunk when lines information is missing.
    • Ensure main view changes commits are shown right before the current HEAD.
    • Fix rendering of boundary commits.
    • Fix compilation with GNU Make 3.80 by removing $(abspath). (GH #362)
    • Fix config parsing to support shell-like quoting in user-defined command, e.g. bind generic <Ctrl-f> :!git log -G"%(prompt Prompt: )" (GH #371)
    • Make diff meta information colors more consistent with Git. (GH #375)
    • Fix segfault when updating changes in a maximized stage view opened via the main view. (GH #376)
    • Handle line number configs where the interval is not specified. (GH #378)
    • Fix display of error messages during startup. (GH #385)
    • Show untracked files outside the current directory like git-status. (GH #230)

    Change summary

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

     INSTALL.adoc                           |    8 +
     Makefile                               |   25 +-
     NEWS.adoc                              |   51 +-
     README.adoc                            |    3 +-
     contrib/config.make-CYGWIN_NT-6.1      |    5 +-
     contrib/config.make-Darwin             |   10 +-
     contrib/large-repo.tigrc               |   20 +
     doc/manual.adoc                        |   41 +-
     doc/tigrc.5.adoc                       |   77 +-
     include/tig/argv.h                     |   36 +-
     include/tig/blame.h                    |    2 +-
     include/tig/blob.h                     |    2 +-
     include/tig/diff.h                     |    9 +-
     include/tig/display.h                  |    5 +-
     include/tig/draw.h                     |    4 +-
     include/tig/git.h                      |   16 +-
     include/tig/graph.h                    |   87 +-
     include/tig/grep.h                     |    2 +-
     include/tig/help.h                     |    2 +-
     include/tig/io.h                       |    3 +-
     include/tig/keys.h                     |   21 +-
     include/tig/line.h                     |    7 +-
     include/tig/log.h                      |    2 +-
     include/tig/main.h                     |    8 +-
     include/tig/map.h                      |   63 ++
     include/tig/options.h                  |   47 +-
     include/tig/pager.h                    |    2 +-
     include/tig/parse.h                    |    2 +-
     include/tig/prompt.h                   |    3 +-
     include/tig/refdb.h                    |   28 +-
     include/tig/refs.h                     |    2 +-
     include/tig/repo.h                     |    4 +-
     include/tig/request.h                  |   10 +-
     include/tig/stage.h                    |    2 +-
     include/tig/stash.h                    |    2 +-
     include/tig/status.h                   |    2 +-
     include/tig/string.h                   |   10 +-
     include/tig/tig.h                      |    5 +-
     include/tig/tree.h                     |    2 +-
     include/tig/types.h                    |   21 +-
     include/tig/util.h                     |    4 +-
     include/tig/view.h                     |   13 +-
     include/tig/watch.h                    |    2 +-
     src/argv.c                             |  203 +++--
     src/blame.c                            |   16 +-
     src/blob.c                             |   28 +-
     src/diff.c                             |  111 ++-
     src/display.c                          |   40 +-
     src/draw.c                             |   73 +-
     src/graph-v1.c                         |  504 +++++++++++
     src/graph-v2.c                         | 1117 ++++++++++++++++++++++++
     src/graph.c                            |  989 +--------------------
     src/grep.c                             |    9 +-
     src/help.c                             |  121 +--
     src/io.c                               |   24 +-
     src/keys.c                             |  211 ++++-
     src/line.c                             |   17 +-
     src/log.c                              |    2 +-
     src/main.c                             |  162 ++--
     src/map.c                              |  122 +++
     src/options.c                          |  364 ++++++--
     src/pager.c                            |   42 +-
     src/parse.c                            |  112 +--
     src/prompt.c                           |  182 ++--
     src/refdb.c                            |  308 ++++---
     src/refs.c                             |   15 +-
     src/repo.c                             |   36 +-
     src/request.c                          |    2 +-
     src/stage.c                            |   39 +-
     src/stash.c                            |    2 +-
     src/status.c                           |   47 +-
     src/string.c                           |    2 +-
     src/tig.c                              |   61 +-
     src/tree.c                             |    2 +-
     src/types.c                            |   10 +-
     src/util.c                             |    2 +-
     src/view.c                             |  271 +++++-
     src/watch.c                            |    4 +-
     test/README.adoc                       |    7 +-
     test/blame/default-test                |   42 +-
     test/blame/start-on-line-test          |   50 ++
     test/diff/diff-context-test            |  213 +++++
     test/diff/editor-test                  |   61 ++
     test/diff/start-on-line-test           |   45 +
     test/grep/default-test                 |    8 +-
     test/grep/editor-test                  |   50 ++
     test/grep/start-on-line-test           |   50 ++
     test/help/all-keybindings-test         |  129 +++
     test/help/default-test                 |  117 +++
     test/log/pretty-format-test            |    3 +-
     test/log/start-on-line-test            |   44 +
     test/log/submodule-test                |    7 +-
     test/main/boundary-test                |   37 +
     test/main/commit-order-edge-case-test  |    1 -
     test/main/commit-title-overflow-test   |    5 +-
     test/main/default-test                 |    2 +-
     test/main/graph-argument-test          |   68 ++
     test/main/main-options-test            |   38 +
     test/main/no-matching-commmits-test    |   25 +
     test/main/refresh-test                 |   27 +-
     test/main/search-test                  |    1 -
     test/main/show-changes-test            |   45 +-
     test/main/start-on-line-test           |   48 +
     test/main/submodule-test               |    5 +-
     test/main/update-unstaged-changes-test |   42 +
     test/main/util.sh                      |    2 +-
     test/main/view-split-test              |   35 +-
     test/refs/branch-checkout-test         |   77 +-
     test/refs/default-test                 |   38 +-
     test/refs/refresh-test                 |  104 +++
     test/refs/replace-test                 |   80 ++
     test/refs/start-on-line-test           |   50 ++
     test/regressions/github-370-test       |   18 +
     test/script/default-test               |    4 +-
     test/stage/default-test                |  245 ++++++
     test/stash/start-on-line-test          |   57 ++
     test/status/file-name-test             |    3 +-
     test/status/on-branch-test             |  179 ++++
     test/status/refresh-test               |   29 +-
     test/status/start-on-line-test         |   45 +
     test/status/untracked-files-test       |   79 ++
     test/tigrc/builtin-error-test          |    2 +-
     test/tigrc/compat-error-test           |    2 +-
     test/tigrc/contrib-tigrc-test          |   26 +
     test/tigrc/env-vars-test               |    2 +-
     test/tigrc/parse-test                  |   16 +-
     test/tigrc/quote-test                  |   63 ++
     test/tigrc/save-option-test            |   29 +
     test/tigrc/tigrc-manpage-examples-test |    2 +-
     test/tigrc/view-column-test            |   64 ++
     test/tools/libgit.sh                   |    7 +-
     test/tools/libtest.sh                  |  200 ++++-
     test/tools/setup-conflict.sh           |   14 +-
     test/tools/test-graph.c                |   46 +-
     test/tree/default-test                 |    2 +-
     tigrc                                  |   22 +-
     tools/aspell.dict                      |   10 +-
     tools/doc-gen.c                        |    2 +-
     tools/header.h                         |    2 +-
     139 files changed, 6381 insertions(+), 2265 deletions(-)
    
         1 Aaron Lindsay
         6 Charles Bailey
         1 Islam Azab
         5 Jeff King
       108 Jonas Fonseca
         1 Peter Dave Hello
         1 The Gitter Badger
         1 Tom Greuter
    
    Source code(tar.gz)
    Source code(zip)
  • tig-2.0.3(Apr 23, 2016)

    I am very happy to announce that another bug fix release of Tig is now available. Among the most prominent fixes are readline completion and refreshing of view after returning from commands when refresh-mode is set to after-command. This release also improves testing so that Tig now has an actual test suite, which although being far from complete has already help to ensure more consistency and avoid regressions. For a complete list of fixes and improvements see the release notes below.

    With this maintainance release out of the way I plan to merge some of the experimental features such as support for key combos that didn't get finalized for the 2.0 release.

    Release notes

    Improvement:

    • Add :save-display <file> prompt command to save the current display.
    • Add :script <file> prompt command for scripting the Tig UI.
    • Add test framework and convert existing tests to use it.
    • Add command-line option for starting in refs view: tig refs. (GH #309)
    • Make blame commit ID colors stable across reloads. (GH #303)
    • Increase blame ID and graph rendering color palette to 14 colors.
    • New setting 'split-view-width' controls the width for vertical splits. It takes the width of the right-most view either as a number or a percentage.
    • Expose settings holding command line argument lists: file-args, rev-args, and cmdline-args. They are mainly intended for testing purposes but also allows to change the filtering arguments dynamically. (GH #306)
    • Add log-options setting for specifying default log view options. Example: set log-options = --pretty=fuller.
    • Use option specific view flags to reload view after :set commands.

    Bug fixes:

    • Refresh the current view when returning from an external command and refresh-mode=after-command. (GH #289)
    • Fix readline completion.
    • Fix '/' to find-next when readline support is enabled. (GH #302)
    • Fix readline prompt to correctly handle UTF-8 characters.
    • Add warnings for more obsolete actions and colors.
    • Fix passing of commit IDS via stdin to the main view.
    • Fix commit title overflow drawing for multibyte text. (GH #307)
    • Fix installation directory permissions.
    • Handle binary files matches reported by git-grep.
    • Toggling of "args"-typed options without any arguments will clear the current arguments. Example: :toggle blame-options.
    • Detect custom pretty.format settings that break the log view and fallback to use the medium format. (GH #225)
    • Fix invocation of git-diff for the blame view's line tracking. (GH #316)
    • Fix blame completion of directory names. (GH #317)
    • Fix display of conflicts in the main view when 'show-changes' is enabled.
    • Fix off-by-one error when displaying line numbers in the grep view.
    • When showing the commit graph ensure that either topo, date or author-date commit order is used. (Debian #757692) (GH #238)

    Change summary

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

     .gitignore                                    |     3 +-
     .travis.yml                                   |     4 +-
     Makefile                                      |    30 +-
     NEWS.adoc                                     |    43 +
     contrib/tig-completion.bash                   |    38 +-
     doc/manual.adoc                               |     2 +-
     doc/tig.1.adoc                                |    19 +
     doc/tigrc.5.adoc                              |    74 +-
     include/tig/display.h                         |    18 +-
     include/tig/graph.h                           |     2 +-
     include/tig/io.h                              |     4 +-
     include/tig/keys.h                            |     1 +
     include/tig/line.h                            |     7 +
     include/tig/options.h                         |    15 +-
     include/tig/prompt.h                          |     8 +
     include/tig/refdb.h                           |     1 +
     include/tig/watch.h                           |     2 +-
     src/argv.c                                    |    22 +-
     src/blame.c                                   |    16 +-
     src/diff.c                                    |     4 +-
     src/display.c                                 |   206 +-
     src/draw.c                                    |    56 +-
     src/grep.c                                    |    36 +-
     src/keys.c                                    |     1 -
     src/line.c                                    |     7 +
     src/log.c                                     |     4 +-
     src/main.c                                    |    27 +-
     src/options.c                                 |    66 +-
     src/parse.c                                   |     1 -
     src/prompt.c                                  |   106 +-
     src/refdb.c                                   |     7 +-
     src/refs.c                                    |     2 +-
     src/repo.c                                    |     3 +-
     src/status.c                                  |     2 +-
     src/tig.c                                     |    42 +-
     src/view.c                                    |   109 +-
     src/watch.c                                   |    33 +-
     test/README.adoc                              |    39 +
     test/blame/default-test                       |   125 +
     test/builtin-config.sh                        |    18 -
     test/files/scala-js-benchmarks.tgz            |   Bin 0 -> 91452 bytes
     .../simple.in => graph/00-simple-test}        |    17 +
     test/graph/01-merge-from-left-test            |    26 +
     test/graph/02-duplicate-parent-test           |    38 +
     test/graph/03-octo-merge-test                 |    26 +
     test/graph/04-missing-bar-test                |    32 +
     test/graph/05-extra-pipe-test                 |    29 +
     .../06-extra-bars-test}                       |   125 +
     test/graph/07-multi-collapse-test             |    35 +
     test/graph/08-multi-collapse-2-test           |    38 +
     test/graph/09-parallel-siblings-test          |    38 +
     test/graph/10-shorter-merge-than-branch-test  |    44 +
     test/graph/11-new-branch-in-middle-test       |    38 +
     test/graph/12-cross-over-collapse-test        |    38 +
     ...branches-with-different-middle-branch-test |    41 +
     .../14-long-collapse-line-test}               |    51 +
     .../15-many-merges-test}                      |    31 +
     .../16_changes.in => graph/16-changes-test}   |    15 +
     .../more.out => graph/17-more-merges-test}    |    83 +
     .../tig.in => graph/18-tig-test}              |    19 +
     .../tig-all.in => graph/19-tig-all-test}      |    47 +-
     .../20-tig-all-long-test}                     |   604 +-
     test/graph/20-tig-all-long-test.in            |   Bin 0 -> 262208 bytes
     test/grep/default-test                        |   249 +
     test/log/pretty-format-test                   |   123 +
     test/log/submodule-test                       |   127 +
     test/main/commit-order-edge-case-test         |    47 +
     test/main/commit-order-edge-case-test.tgz     |   Bin 0 -> 2728 bytes
     test/main/commit-title-overflow-test          |   114 +
     test/main/default-test                        |   144 +
     test/main/pretty-raw-test                     |    38 +
     test/main/refresh-test                        |    98 +
     test/main/search-test                         |   160 +
     test/main/show-changes-test                   |   151 +
     test/main/stdin-test                          |    38 +
     test/main/submodule-test                      |   130 +
     test/main/util.sh                             |    16 +
     test/main/view-split-test                     |   110 +
     test/refs/branch-checkout-test                |   106 +
     test/refs/default-test                        |    60 +
     test/refs/util.sh                             |    13 +
     test/script/default-test                      |    40 +
     test/status/file-name-test                    |   122 +
     test/status/refresh-test                      |   251 +
     .../10_shorter_merge_than_branch.in           |    22 -
     .../10_shorter_merge_than_branch.out          |    11 -
     .../11_new_branch_in_middle.in                |    18 -
     .../11_new_branch_in_middle.out               |     9 -
     .../12_cross_over_collapse.in                 |    18 -
     .../12_cross_over_collapse.out                |     9 -
     ...l_branches_with_different_middle_branch.in |    20 -
     ..._branches_with_different_middle_branch.out |    10 -
     .../14_long_collapse_line.in                  |    40 -
     test/test-graph-samples/16_changes.out        |     4 -
     test/test-graph-samples/1_merge_from_left.in  |    10 -
     test/test-graph-samples/1_merge_from_left.out |     5 -
     test/test-graph-samples/2_duplicate_parent.in |    18 -
     .../test-graph-samples/2_duplicate_parent.out |     9 -
     test/test-graph-samples/3_octo_merge.in       |    10 -
     test/test-graph-samples/3_octo_merge.out      |     5 -
     test/test-graph-samples/4_missing_bar.in      |    14 -
     test/test-graph-samples/4_missing_bar.out     |     7 -
     test/test-graph-samples/5_extra_pipe.in       |    12 -
     test/test-graph-samples/5_extra_pipe.out      |     6 -
     test/test-graph-samples/6_extra_bars.in       |   115 -
     test/test-graph-samples/7_multi_collapse.in   |    16 -
     test/test-graph-samples/7_multi_collapse.out  |     8 -
     test/test-graph-samples/8_multi_collapse_2.in |    18 -
     .../test-graph-samples/8_multi_collapse_2.out |     9 -
     .../test-graph-samples/9_parallel_siblings.in |    18 -
     .../9_parallel_siblings.out                   |     9 -
     test/test-graph-samples/many_merges.out       |    20 -
     test/test-graph-samples/more.in               |    72 -
     test/test-graph-samples/simple.out            |     6 -
     test/test-graph-samples/tig-all-long.in       | 14986 ----------------
     test/test-graph-samples/tig-all.out           |    35 -
     test/test-graph-samples/tig.out               |     8 -
     test/tigrc/builtin-error-test                 |    12 +
     test/tigrc/compat-error-test                  |   125 +
     test/tigrc/env-vars-test                      |    39 +
     test/tigrc/parse-test                         |   125 +
     test/tigrc/tigrc-manpage-examples-test        |    49 +
     test/tools/libgit.sh                          |   242 +
     test/tools/libtest.sh                         |   228 +
     test/tools/setup-conflict.sh                  |    22 +
     test/tools/show-results.sh                    |    34 +
     test/{ => tools}/test-graph.c                 |    36 +-
     test/tree/default-test                        |   165 +
     test/unit-test-graph.sh                       |    19 -
     tigrc                                         |    12 +-
     tools/aspell.dict                             |    11 +-
     tools/install.sh                              |     2 +-
     tools/release.sh                              |     7 +-
     133 files changed, 5456 insertions(+), 16004 deletions(-)
    
         1 Alexander Myltsev
         3 John Keeping
        64 Jonas Fonseca
         1 Olof-Joachim Frahm
         1 Sven Wegener
         2 Vivien Didelot
         1 hamaco
    
    Source code(tar.gz)
    Source code(zip)
  • tig-2.0.2(Apr 23, 2016)

    Here's another bug fix release that addresses an issue with loading the refs, main and grep views when gui.encoding was set, a build failure on OS X 10.6 as well as a few other bugs reported since 2.0.1.

    Release notes

    Improvements:

    • Use git-status for diffing the index.
    • Group toggle options together in the help view.

    Bug fixes:

    • Fix refs, main and grep loading when 'gui.encoding' is set. (GH #287)
    • Ignore 'gui.encoding' and 'i18n.commitencoding' when set to 'UTF-8'.
    • Add work-around for missing strndup() on Mac OS X v10.6. (GH #286)
    • Fix spurious abbreviation of author names. (GH #288)
    • Don't show empty action groups in the help view.

    Change summary

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

     Makefile            |  7 ++++-
     NEWS.adoc           | 16 ++++++++++
     compat/compat.h     |  6 ++++
     compat/strndup.c    | 54 +++++++++++++++++++++++++++++++++
     config.make.in      |  1 +
     configure.ac        |  1 +
     doc/tigrc.5.adoc    | 67 +++++++++++++++++++++-------------------
     include/tig/io.h    | 11 +++++--
     include/tig/main.h  |  2 +-
     include/tig/pager.h |  2 +-
     include/tig/repo.h  |  9 ++++--
     include/tig/view.h  |  2 +-
     src/argv.c          |  8 ++---
     src/blame.c         | 27 +++++++++--------
     src/blob.c          |  6 ++--
     src/diff.c          | 14 ++++-----
     src/draw.c          |  4 +--
     src/grep.c          | 12 ++++----
     src/help.c          | 20 ++++++++----
     src/io.c            | 74 +++++++++++++++++++++++++--------------------
     src/keys.c          | 33 ++++++++++++--------
     src/log.c           |  6 ++--
     src/main.c          | 18 ++++++-----
     src/options.c       |  4 ++-
     src/pager.c         |  6 ++--
     src/prompt.c        |  4 ++-
     src/refs.c          | 12 ++++----
     src/repo.c          | 46 +++++++++++++++++-----------
     src/stage.c         | 10 +++---
     src/status.c        | 16 +++++-----
     src/tree.c          | 22 +++++++-------
     src/view.c          | 17 ++++++-----
     src/watch.c         |  7 +++--
     test/test-graph.c   |  6 ++--
     tools/aspell.dict   | 12 ++++----
     tools/release.sh    |  2 +-
     36 files changed, 354 insertions(+), 210 deletions(-)
    
    Jonas Fonseca (16):
          Fix auto-abbreviation of author names
          Improve display of commas and spaces in the help view
          Rewrite index diffing to use git-status
          Group option toggle bindings together in the help view
          Never show any actions for a hidden keymap
          Fix infinite loop when parsing view columns
          Use buffer when reading data using io_get()
          Use buffer for reading view data
          Ignore 'gui.encoding' and 'i18n.commitencoding' when set to 'UTF-8'
          Only use the delimiter character for trimmed and unscrollable text
          Improve warning for obsolete view UI options
          Improve documentation of view settings in tigrc(5)
          Move cursor to the first line when :0 is entered
          Fix documentation of author width option
          Fix release script to work for patch versions
          tig-2.0.2
    
    Vivien Didelot (2):
          compat: add proper work-around for missing strndup
          argv: revert part of a3079e2
    
    Source code(tar.gz)
    Source code(zip)
  • tig-2.0.1(Apr 23, 2016)

    Here's a small bugfix release to fix some blush last minute changes.

    Release notes

    Bug fixes:

    • Fix compilation in watch.c.
    • Fix parsing of key bindings mapped to '^' and '<'. (GH #280, #282)

    Change summary

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

     Makefile    |  2 +-
     NEWS.adoc   |  8 ++++++++
     src/keys.c  | 10 ++++++++--
     src/watch.c |  2 +-
     4 files changed, 18 insertions(+), 4 deletions(-)
    
    Avinash (1):
          Prevent throwing errors if single '^'(circumflex) is used in config
    
    Jeff King (1):
          Fix compilation error in watch.c
    
    Jonas Fonseca (2):
          Improve pretty printing of ',' in the help view
          tig-2.0.1
    
    Yasuharu Ozaki (1):
          fix <LessThan> binding support
    
    Source code(tar.gz)
    Source code(zip)
  • tig-2.0(Apr 23, 2016)

    A little over 8 years ago the first version of Tig was released. To celebrate the many years with this cursed Git interface, here is a fresh new installment. Version 2.0 of Tig brings several configuration improvements, some of which unfortunately also breaks backwards compatibility with respect to the configuration file. Among view related changes, the branch view has been renamed to the refs view and now also shows tags, the log view now highlights diff stats and supports --graph, and the new grep view allows to quickly jump between matching files. This release also adds mouse support, improvements to the graph rendering, and readline support in the prompt. Please read the release notes below for more information and upgrade instructions.

    Thanks to everybody who contributed to this release.

    Release notes

    Note to packagers:

    • Add .adoc extension to AsciiDoc files so they show correctly on GitHub. This includes README, INSTALL, and NEWS and files in doc/ directory.
    • BUGS file has been merged into README.adoc.
    • Default keybindings have been moved to a system-level tigrc file, which is installed to ${sysconfdir} by default. The content of the tigrc file is included inside the binary as a fall-back. Pass NO_BUILTIN_TIGRC=y to not include the system tigrc content and reduce the size of the binary.
    • The example contrib/tigrc file (made obsolete by tigrc) has been removed.
    • Source files have been moved to src and include and tig.c was split up.
    • Build output is less verbose by default; use make V=1 for old output.

    Incompatibilities:

    • In preparation for key combo support, key mappings for symbolic keys (e.g. Up and Down) must now start with < and end with >, e.g. <Up> and <Down>. Furthermore, escape key combos must now use <Esc>key instead of ^[key, and control key mappings must now use <Ctrl-key> instead of ^key.
    • Only use 'diff-options' for the diff view and introduce '%(cmdlineargs)' to hold non-file and non-revision flags passed on the command line. Affects all user-defined commands that expect '%(diffargs)' to hold both 'diff-options' arguments and those passed on the command line. (GH #228)
    • Remove built-in keybinding for git gc. Add the following line to ~/.tigrc to restore it: bind generic G ?git gc.
    • To support view specific colors, '.' can no longer be used interchangeably with '-' and '_' in settings names and in particular color names.
    • Replace 'stage-next' action with prompt command using a predefined search (see below) and add binding (<at> by default) to also work in the diff view.
    • Most view display options must now be set via the new *-view options in tigrc. Existing options are no longer recognized, but a warning is shown.
    • Remap default bindings to have more consistent convention: use lower-case keys primarily for view switching and non-destructive actions, use upper-case keys for view-specific actions including user-defined commands. To preserve old default key bindings see contrib/bindings-v1.x.tigrc. (GH #257)

    Improvements:

    • Add mouse support: scroll view, click line to move cursor, double click line (or click again) to "Enter" cursor line, e.g. open commit diff. Disabled by default, since it makes text selection less intuitive. If you enable this remember to hold down Shift (or Option on Mac) when selecting text.
    • Rewrite and improve the rendering of the commit graph. (GH #144, #46)
    • Add completion and history support to the prompt via readline. (GH #185)
    • Options can be configured and toggled individually for each view. Use the new view settings to configure the order and display options for each view columns. See system tigrc and tigrc(5) for examples. (GH #89, #222)
    • Add grep view as a front-end to git-grep(1): tig grep -p strchr. From within Tig, the key for switching or grepping is bound to 'g' by default.
    • Rename 'branch' view to 'refs' view and show tags. (GH #134)
    • Add main view pager mode that reads git-log's '--pretty=raw' data from stdin, e.g. git reflog --pretty=raw | tig --pretty=raw.
    • Add support for --graph and highlight diff stats in the log view.
    • Add default command bindings: ! to delete branch, ! to drop stash.
    • Add 'stage-split-chunk' action for splitting chunks in the stage view. Bound to '' by default. (GH #107)
    • Add 'back' action bound to '<' by default, which will return the blame view to the previous revision and line after moving e.g. to the parent. (GH #124)
    • Auto-refresh views based on watched repository changes. Configure by setting refresh-mode to 'manual', 'auto', 'after-command', or 'periodic'. (GH #190)
    • All default settings are in well-documented system tigrc.
    • Add :toggle prompt command to manipulate options using keybindings. For example: bind diff D :toggle diff-options --patience --notes. (GH #69)
    • Add a new "auto" value for the 'vertical-split' option to let Tig choose the split orientation (this is the new default behavior). Can be toggled.
    • Make it possible to toggle the display of files in untracked directories.
    • Allow Tig to be started with no default configuration by specifying an alternative system tigrc file, e.g.: TIGRC_SYSTEM=~/.tigrc.safe tig. Set TIGRC_SYSTEM to the empty string to use built-in configuration instead of
    • Key mappings can contain UTF-8 multibyte unicode keys.
    • Warn about conflicting keybindings using Ctrl, e.g. <Ctrl-f> and <Ctrl-F>. (GH #218)
    • Extend key bindings for prompt commands (ie. bind <keymap> <key> :<prompt>) to support predefined searches, eg.: bind stage 2 :?^ <at> <at>.
    • Git color mappings can be configured in tigrc.
    • More informative configuration error messages.
    • Make reference label formatting configurable, for example: set reference-format = (branch) <tags> remote. (GH #201)
    • Adjust author width and other view columns automatically. (GH #49)
    • Support view specific colors: color stage.diff-add yellow default.
    • Copy -S, -G and --grep= pattern to search buffer so 'find-next' and 'find-prev' work as expected.
    • Optionally specify custom prompt for %(prompt) in shell commands, e.g. bind main B ?git checkout -b "%(prompt Enter new branch name: )".
    • Add %(remote) and %(tag) symbols to complement %(branch).
    • User-defined commands can now be prefixed with any of the supported flags, e.g. ?git checkout -b %(branch).
    • Open editor at line number for combined diffs e.g. diffs of unmerged files.
    • Add build configuration for Cygwin (OS name: CYGWIN_NT-6.1). (GH #92)
    • Document the Git commands supported by the pager mode. (GH #1) system tigrc configuration. (GH #235)

    Bug fixes:

    • Fix stash diff display when reloading the stash view after a deleting.
    • Set the commit reference when opening the blame view from the blob view.
    • Correctly identify and highlight the remote branch tracked by HEAD.
    • Pass --no-color after user defined arguments to ensure that colors do not break the output parsing. (GH #191)
    • Close stdin when pager mode is not supported.
    • Show newly created branches in the main view. (GH #196)
    • File with 0 changes breaks diffstat highlighting (GH #215)
    • Update %(branch) variable in the main view. (GH #223)
    • Disable graph rendering when either of --reverse, -S, -G, and --grep are passed to the main view. (GH #127)
    • Only refresh views that support it.
    • Fix author and date annotation of renamed entries in the tree view.
    • Fix use of unsafe methods in the signal handler. (GH #245)
    • Fix rendering in non-UTF8 terminals.
    • Fix stage-update-line by rewriting the diff chunk containing the line instead of using --unidiff-zero and a diff context of zero. (GH #130)
    • Fix status-update to work for untracked directories. (GH #236)
    • Don't pass log parameters given on the command line to the diff view.

    Change summary

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

     .gitignore                                         |   26 +-
     .travis.yml                                        |   18 +
     BUGS                                               |    8 -
     INSTALL => INSTALL.adoc                            |   15 +-
     Makefile                                           |  241 +-
     NEWS => NEWS.adoc                                  |  118 +
     README                                             |   24 -
     README.adoc                                        |   40 +
     autogen.sh                                         |    8 +-
     compat/ansidecl.h                                  |  313 +
     compat/compat.h                                    |    3 +-
     compat/hashtab.c                                   | 1001 +
     compat/hashtab.h                                   |  209 +
     compat/mkstemps.c                                  |    2 +-
     compat/setenv.c                                    |    2 +-
     config.make.in                                     |    3 +-
     configure.ac                                       |   10 +-
     contrib/bindings-v1.x.tigrc                        |   23 +
     contrib/config.make                                |   11 +-
     contrib/config.make-CYGWIN_NT-6.1                  |   19 +
     contrib/config.make-Darwin                         |    8 +
     contrib/tig-completion.bash                        |    9 +-
     contrib/tig.spec.in                                |   10 +-
     contrib/tigrc                                      |   76 -
     doc/{manual.asciidoc => manual.adoc}               |   30 +-
     doc/{tig.1.asciidoc => tig.1.adoc}                 |  107 +-
     doc/{tigmanual.7.asciidoc => tigmanual.7.adoc}     |    2 +-
     doc/tigrc.5.adoc                                   |  963 +
     doc/tigrc.5.asciidoc                               |  757 -
     graph.c                                            |  412 -
     include/tig/argv.h                                 |   73 +
     contrib/header.h => include/tig/blame.h            |   18 +-
     contrib/header.h => include/tig/blob.h             |   18 +-
     include/tig/diff.h                                 |   43 +
     include/tig/display.h                              |   62 +
     include/tig/draw.h                                 |   45 +
     git.h => include/tig/git.h                         |   26 +-
     graph.h => include/tig/graph.h                     |   41 +-
     contrib/header.h => include/tig/grep.h             |   13 +-
     contrib/header.h => include/tig/help.h             |   18 +-
     io.h => include/tig/io.h                           |   46 +-
     include/tig/keys.h                                 |   84 +
     include/tig/line.h                                 |  130 +
     contrib/header.h => include/tig/log.h              |   18 +-
     include/tig/main.h                                 |   56 +
     include/tig/options.h                              |  194 +
     include/tig/pager.h                                |   34 +
     include/tig/parse.h                                |   67 +
     include/tig/prompt.h                               |   47 +
     refs.h => include/tig/refdb.h                      |   36 +-
     contrib/header.h => include/tig/refs.h             |   18 +-
     include/tig/repo.h                                 |   37 +
     include/tig/request.h                              |  116 +
     contrib/header.h => include/tig/stage.h            |   16 +-
     contrib/header.h => include/tig/stash.h            |   18 +-
     include/tig/status.h                               |   53 +
     include/tig/string.h                               |  123 +
     include/tig/tig.h                                  |  151 +
     include/tig/tree.h                                 |   30 +
     include/tig/types.h                                |  165 +
     include/tig/util.h                                 |  126 +
     include/tig/view.h                                 |  356 +
     include/tig/watch.h                                |   58 +
     refs.c                                             |  250 -
     src/argv.c                                         |  487 +
     src/blame.c                                        |  518 +
     src/blob.c                                         |  133 +
     src/diff.c                                         |  440 +
     src/display.c                                      |  527 +
     src/draw.c                                         |  661 +
     src/graph.c                                        |  999 +
     src/grep.c                                         |  263 +
     src/help.c                                         |  301 +
     io.c => src/io.c                                   |  373 +-
     src/keys.c                                         |  438 +
     src/line.c                                         |  208 +
     src/log.c                                          |  156 +
     src/main.c                                         |  514 +
     src/options.c                                      | 1067 +
     src/pager.c                                        |  233 +
     src/parse.c                                        |  330 +
     src/prompt.c                                       |  892 +
     src/refdb.c                                        |  398 +
     src/refs.c                                         |  202 +
     src/repo.c                                         |  136 +
     src/request.c                                      |   69 +
     src/stage.c                                        |  562 +
     src/stash.c                                        |   57 +
     src/status.c                                       |  748 +
     src/string.c                                       |  372 +
     src/tig.c                                          |  735 +
     src/tree.c                                         |  486 +
     src/types.c                                        |  116 +
     src/util.c                                         |  325 +
     src/view.c                                         | 1488 ++
     src/watch.c                                        |  276 +
     test/builtin-config.sh                             |   18 +
     .../10_shorter_merge_than_branch.in                |   22 +
     .../10_shorter_merge_than_branch.out               |   11 +
     test/test-graph-samples/11_new_branch_in_middle.in |   18 +
     .../test-graph-samples/11_new_branch_in_middle.out |    9 +
     test/test-graph-samples/12_cross_over_collapse.in  |   18 +
     test/test-graph-samples/12_cross_over_collapse.out |    9 +
     ...rallel_branches_with_different_middle_branch.in |   20 +
     ...allel_branches_with_different_middle_branch.out |   10 +
     test/test-graph-samples/14_long_collapse_line.in   |   40 +
     test/test-graph-samples/14_long_collapse_line.out  |   20 +
     test/test-graph-samples/16_changes.in              |    8 +
     test/test-graph-samples/16_changes.out             |    4 +
     test/test-graph-samples/1_merge_from_left.in       |   10 +
     test/test-graph-samples/1_merge_from_left.out      |    5 +
     test/test-graph-samples/2_duplicate_parent.in      |   18 +
     test/test-graph-samples/2_duplicate_parent.out     |    9 +
     test/test-graph-samples/3_octo_merge.in            |   10 +
     test/test-graph-samples/3_octo_merge.out           |    5 +
     test/test-graph-samples/4_missing_bar.in           |   14 +
     test/test-graph-samples/4_missing_bar.out          |    7 +
     test/test-graph-samples/5_extra_pipe.in            |   12 +
     test/test-graph-samples/5_extra_pipe.out           |    6 +
     test/test-graph-samples/6_extra_bars.in            |  115 +
     test/test-graph-samples/6_extra_bars.out           |   57 +
     test/test-graph-samples/7_multi_collapse.in        |   16 +
     test/test-graph-samples/7_multi_collapse.out       |    8 +
     test/test-graph-samples/8_multi_collapse_2.in      |   18 +
     test/test-graph-samples/8_multi_collapse_2.out     |    9 +
     test/test-graph-samples/9_parallel_siblings.in     |   18 +
     test/test-graph-samples/9_parallel_siblings.out    |    9 +
     test/test-graph-samples/many_merges.in             |   65 +
     test/test-graph-samples/many_merges.out            |   20 +
     test/test-graph-samples/more.in                    |   72 +
     test/test-graph-samples/more.out                   |   36 +
     test/test-graph-samples/simple.in                  |   22 +
     test/test-graph-samples/simple.out                 |    6 +
     test/test-graph-samples/tig-all-long.in            |14986 ++++++++++++
     test/test-graph-samples/tig-all-long.out           | 1517 ++
     test/test-graph-samples/tig-all.in                 |  286 +
     test/test-graph-samples/tig-all.out                |   35 +
     test/test-graph-samples/tig.in                     |   28 +
     test/test-graph-samples/tig.out                    |    8 +
     test-graph.c => test/test-graph.c                  |   23 +-
     test/unit-test-graph.sh                            |   19 +
     tig.c                                              | 9043 -------
     tig.h                                              |  622 -
     tigrc                                              |  386 +
     {contrib => tools}/announcement.sh                 |    8 +-
     {contrib => tools}/aspell.dict                     |   16 +-
     tools/ax_lib_readline.m4                           |  223 +
     {contrib => tools}/ax_with_curses.m4               |    0
     tools/doc-gen.c                                    |   84 +
     {contrib => tools}/header.h                        |    2 +-
     tools/install.sh                                   |   49 +
     tools/make-builtin-config.sh                       |   40 +
     {contrib => tools}/release.sh                      |   11 +-
     {contrib => tools}/update-release-docs.sh          |    2 +-
     154 files changed, 38086 insertions(+), 11640 deletions(-)
    
     1 Andreas Schlick
     1 Beat Bolli
     1 Benjamin Bergman
     1 Ciro Santilli
     1 Dmitry Malikov
     1 Ed Bruck
     3 Jeff King
    

    399 Jonas Fonseca 3 Kumar Appaiah 1 LCD 47 1 Lau Ching Jun 1 Michael Barlow 1 Oliver Chang 1 Pat Tullmann 4 Sven Wegener 3 Vivien Didelot 1 hasufell

    Source code(tar.gz)
    Source code(zip)
  • tig-1.2.1(Apr 23, 2016)

    Due to a bug in the handling of submodules, here is a new release of Tig. In addition to the bug fix, this new version reduces memory usage and startup time of the main view and shows the blob size in the tree view.

    Note to packagers: the manual and manpage documentation files now live inside the doc/ directory and and have .asciidoc as the extension. The SITES file has been removed as its content has been merged into README.

    Release notes

    Incompatibilities:

    • Move manual and man pages to doc/ directory and rename AsciiDoc files to have .asciidoc as the extension to make them render on GitHub.

    Improvements:

    • Show blob sizes in the tree view either as bytes or using binary unit prefixes. Example: set show-file-size = units. (GH #163)
    • Reduce main view memory usage and startup time, especially when revision graph rendering is disabled. (GH #160)

    Bug fixes:

    • Fix submodule-related setup to check for non-zero return value from setenv(). (GH #188)

    Change summary

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

     .gitignore                     |   18 +-
     BUGS                           |    4 +-
     INSTALL                        |   92 +++--
     Makefile                       |   76 ++--
     NEWS                           |   62 ++-
     README                         |   28 +-
     SITES                          |    7 -
     asciidoc.conf                  |   65 ---
     contrib/announcement.sh        |   11 +-
     contrib/aspell.dict            |   18 +-
     contrib/config.make            |   16 +
     contrib/config.make-Darwin     |    5 +
     contrib/tig.spec.in            |    6 +-
     contrib/update-release-docs.sh |    6 +-
     doc/asciidoc.conf              |   65 +++
     doc/manual.asciidoc            |  606 +++++++++++++++++++++++++
     doc/tig.1.asciidoc             |  195 ++++++++
     doc/tigmanual.7.asciidoc       |   20 +
     doc/tigrc.5.asciidoc           |  757 ++++++++++++++++++++++++++++++++
     manual.txt                     |  604 -------------------------
     tig.1.txt                      |  176 --------
     tig.c                          |  333 +++++++++++----
     tigmanual.7.txt                |   20 -
     tigrc.5.txt                    |  736 -------------------------------
     24 files changed, 2119 insertions(+), 1807 deletions(-)
    
    Dan Church (1):
          Fix man page install
    
    Jonas Fonseca (19):
          Move documentation to doc directory
          Rework README to include the list of online resources
          Fix submodule-related setup to properly check setenv return value
          Fix path to sysconfdir-based gitconfig in tig(1)
          Fix HTML doc installation
          Ignore *.swp files and restrict to only ignore top-level config.make
          Add work-around for building manpages with Homebrew-based xmlto
          Improve the installation instructions
          Show blob sizes in the tree view
          Ignore generated HTML files in the whole tree
          Dynamically allocate commit titles to reduce memory usage
          Postpone ref list lookup to the draw phase
          Bypass all graph calls and memory allocations when the graph is disabled
          Free graph symbols when reloading the main view
          Remove the dont_free line struct flag in favor of custom help_done
          Fix regression that skipped commits with no messages
          Simplify the install goal and rename $(PROGS) to $(EXE)
          Use capitalized Git and Tig when talking about the systems in general
          tig-1.2.1
    
    Source code(tar.gz)
    Source code(zip)
  • tig-1.2(Apr 23, 2016)

    It's been almost a year since the last release of tig, so here is a much needed update. It brings a lot of cool new features, such as the ability to jump directly from diff to the corresponding line in the changed file, a stash view, improvements to the log view, plus a bunch of bug fixes.

    On behalf of everyone who contributed to this release, please enjoy.

    Release notes

    • Tig now has its own tag on Stack Overflow, where users are invited to ask questions: http://stackoverflow.com/questions/tagged/tig

    Improvements:

    • Make tig prompt commands bindable to keys. For example: bind diff F :set diff-options = --full-diff. (GH #69, #116)
    • Add a diff-options setting for specifying default diff options. Example: set diff-options = --patience. (GH #116)
    • Options in diff-options and blame-options matching tig browsing state variables are replaced.
    • Show diff stats as wide as the terminal. (GH #109)
    • Show line numbers in the branch view. (GH #135)
    • Add toggles for showing author email or email user names. (GH #115)
    • Open editor at the selected line by prefixing the file argument with +<lineno>. Tested in vi, vim, emacs, nano, gedit, geany. Disable by adding set editor-line-number = no to ~/.tigrc. (GH #118, #119)
    • Add toggle-files to control whether to show full commit diff or only the diff concerning the currently selected file, e.g. for blame.
    • Optionally highlight exceeding characters in long commit titles. The default title max width is 50 characters. Customize using: set title-overflow = 50 (GH #125)
    • Add +ESC key bindings. Example: bind generic ^[v move-page-up (GH #120)
    • Create temporary files in TMPDIR, TEMP, or TMP before defaulting to /tmp.
    • Reenable tig log as a subcommand. (GH #146)
    • Enable tilde expansion in ~/.tigrc "source" commands. (GH #168)
    • Introduce the stash view, bound to the 'y' keybinding. (GH #169, #174)

    Bug fixes:

    • Fix blame and status to work in directories starting with a dot. (GH #172)
    • Reload current branch name when reloading the status view. (GH #93)
    • Fix compile errors on old Solaris. (GH #97)
    • Reload HEAD info when reloading the stage view. (GH #104, #93)
    • Fix disappearing branch labels after external commands. (GH #148)
    • Fix diff view display for staged/unstaged changes when using 'd'.
    • Fix display of status messages when toggling view options. (GH #111)
    • Fix illegal memory access. (GH #98)
    • Fix display of all branches label in repos with short branch names.
    • Fix rendering glitch for branch names.
    • Do not apply diff styling to untracked files in the stage view. (GH #153)
    • Fix tree indentation for entries containing combining characters. (GH #170)
    • Ignore unrepresentable characters when transliterating text for rendering.
    • Transliterate text to output encoding before trimming it to avoid misalignment. (GH #86)
    • Introduce a more natural context-sensitive log display. (GH #155)

    Change summary

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

     BUGS                        |    3 +-
     Makefile                    |   32 +-
     NEWS                        |   51 ++
     SITES                       |    1 +
     autogen.sh                  |    2 +-
     compat/compat.h             |   44 ++
     compat/mkstemps.c           |  152 +++++
     compat/setenv.c             |  186 ++++++
     config.make.in              |    4 +
     configure.ac                |   13 +-
     contrib/aspell.dict         |    3 +-
     contrib/config.make-Darwin  |    1 +
     contrib/header.h            |   12 +
     contrib/tig-completion.bash |    2 +-
     contrib/tig.spec.in         |    4 +
     git.h                       |    4 +-
     graph.c                     |   10 +-
     graph.h                     |    5 +-
     io.c                        |   42 +-
     io.h                        |    7 +-
     manual.txt                  |   34 +-
     refs.c                      |   12 +-
     refs.h                      |    5 +-
     test-graph.c                |   24 +-
     tig.1.txt                   |   18 +-
     tig.c                       | 1124 +++++++++++++++++++++++++----------
     tig.h                       |   32 +-
     tigrc.5.txt                 |   69 ++-
     28 files changed, 1509 insertions(+), 387 deletions(-)
    
         1  Aaron Franks
         1  Beat Bolli
         1  Dominik Vogt
         2  Drew Northup
         3  IWASAKI Yudai
         1  Joakim Sernbrant
        61  Jonas Fonseca
         1  Julian Langschaedel
         4  Kumar Appaiah
         1  Menghan Zheng
         1  Michael Grünewald
         1  Rafael Laboissiere
         1  Romain Francoise
         2  Sven Wegener
        10  Thomas Sibley
         1  Tristan Matthews
         8  Vivien Didelot
         1  lvzhandong
    
    Source code(tar.gz)
    Source code(zip)
  • tig-1.1(Apr 23, 2016)

    I've release tig version 1.1 with a bunch of improvements and bug fixes. Note that tig no longer uses move/copy detection by default to work better on large repository. See the release notes below on how to restore the old behavior.

    Release notes

    Incompatibilities:

    • Disable diff move/copy detection by default, boosting diff performance on larger projects. Use git config 'diff.renames' option (git-wide) to set your preferred behavior. Environment variable TIG_DIFF_OPTS can be used to restore the old behavior.
    • Values set for author-width and filename-width will result in widths one character bigger than previously.

    Improvements:

    • Typing a text in the prompt will be interpreted as a tig command. Prefixing the command with a '!' will execute this system command in an external pager. Entering a single key will execute the corresponding key binding.
    • Basic support for wrapping long line in pager, diff, and stage views. Enable using: set wrap-lines = yes. (GH #2)
    • User-defined commands prefixed with a '?' means prompt before execution. Example: bind main B !?git rebase -i %(commit).
    • User-defined commands prefixed with a '<' means exit after execution. Example: bind main C !<git commit. (GH #66)
    • User-defined commands are executed unquoted to support shell commands. Example: bind generic I ! <at> sh -c "echo -n %(commit) | xclip -selection c". (GH #65)
    • Configure case-insensitive searches using: set ignore-case = yes.
    • Add "deleted mode" line type for better diff coloring.
    • Open editor when requesting edit action from within a file diff.
    • Update AX_WITH_CURSES to build under Cygwin.
    • Improve tigrc(5) documentation. (Debian #682766)
    • Allow to build on Mac OS 10.7 without the configure script. (GH #25)
    • Add option to split the view vertically instead of horizontally. Example: `set vertical-split = yes'. (GH #76)
    • Add 'show-id' and 'id-width' options to configure the display of commit IDs in the main view and ID width in the blame view. (GH #77)
    • Allow to override git-based encoding to UTF-8 by setting 'i18n.commitencoding' or 'gui.encoding'.
    • Improve autobuild support to track generated files and work with autoreconf 2.61.
    • Commit IDs are read from stdin when --stdin is given; works for main and diff view, e.g. tig --no-walk --stdin < cherry-picks.txt.
    • Add option to disable focusing of the child view when it's opened. Disable using: set focus-child = no. (GH #83)
    • Allow to open blob related with added content in a diff. (GH #91)

    Bug fixes:

    • Fix commit graph regression when a path spec is specified. (GH #53)
    • Main view: only show staged/unstaged changes for the current branch.
    • Support submodules created with current version of git. (GH #54)
    • Fix diff status message for file diffs with no content changes.
    • Fix parent blaming when tig is launched in subdirectory. (GH #70)
    • Do not show deleted branch when reloading the branch view.

    Change summary

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

     .gitignore                     |    2 +
     INSTALL                        |    8 +
     Makefile                       |   35 +-
     NEWS                           |   57 ++-
     autogen.sh                     |   22 +
     config.make.in                 |   12 +-
     configure.ac                   |   13 +-
     contrib/announcement.sh        |    2 +-
     contrib/aspell.dict            |  338 ++++++------
     contrib/ax_with_curses.m4      |  544 ++++++++++++++++---
     contrib/config.make-Darwin     |    3 +
     contrib/tig.spec.in            |    4 +
     contrib/update-release-docs.sh |   53 ++
     git.h                          |   36 +-
     io.c                           |   64 ++-
     io.h                           |    9 +-
     manual.txt                     |   47 +-
     refs.c                         |    2 +-
     test-graph.c                   |    2 +-
     tig.1.txt                      |    3 +-
     tig.c                          |  960 +++++++++++++++++++++++---------
     tig.h                          |   51 ++-
     tigrc.5.txt                    |  142 ++++-
     23 files changed, 1806 insertions(+), 603 deletions(-)
    
         1  Beat Bolli
         1  Donald Chai
         1  Douglas Livingstone
         1  Hugo Schmitt
         1  Jiri Jaburek
        43  Jonas Fonseca
         2  Petr Uzel
         2  Rich Healey
         1  Ryan Schlesinger
         8  Samuel Bronson
         3  Valentin Haenel
         1  Victor Foitzik
         7  Vivien Didelot
         1  Štěpán Němec
    
    Source code(tar.gz)
    Source code(zip)
  • tig-1.0(Apr 23, 2016)

    Version 1.0 of tig is now available. This release brings many smaller tweaks and improvements as well as a number of fixes and compatibility changes to work with the newer versions of git. See the release notes below for a detailed list of changes.

    Note that the master repository has been moved to:

    git://github.com/jonas/tig.git.
    

    So if you were tracking the old master repository, please update your .git/config or run:

    $ git remote set-url origin git://github.com/jonas/tig.git
    

    Release notes

    The master repository is git://github.com/jonas/tig.git, and the old master repository (http://jonas.nitro.dk/tig/tig.git) will be retired.

    Improvements:

    • Use git-log(1)s default commit ordering. The old behavior can be restored by adding set commit-order = topo to ~/.tigrc.

    • Support staging of single lines. Bound to '1' default. (GH #21)

    • Use + to open the initial view at an arbitrary line. (GH #20)

    • Add show-notes ~/.tigrc option. Notes are displayed by default.

    • Support jumping to specific SHAs in the main view.

    • Decorate replaced commits.

    • Display line numbers in main view.

    • Colorize binary diff stats. (GH #17)

    • Custom colorization of lines matching a string prefix (GH #16). Example configuration: color "Reported-by:" green default

    • Use git's color settings for the main, status and diff views. Put set read-git-colors = no in ~/.tigrc to disable.

    • Handle editor options with multiple arguments. (GH #12)

    • Show filename when running tig blame with copy detection. (GH #19)

    • Use 'source ' command to load additional files from ~/.tigrc

    • User-defined commands prefixed with ' ' are run with no console output, e.g.

      bind generic 3 ! rm sys$command

    • Make display of space changes togglable in the diff and stage view. Bound to 'W' by default.

    • Use per-file encoding specified in gitattributes(5) for blobs and unstaged files.

    • Obsolete commit-encoding option and pass --encoding=UTF-8 to revision commands.

    • Main view: show uncommitted changes as staged/unstaged commits. Can be disabled by putting set show-changes = no in ~/.tigrc.

    • Add %(prompt) external command variable, which will prompt for the argument value.

    • Log information about git commands when the TIG_TRACE environment variable is set. Example: TIG_TRACE=/tmp/tig.log tig

    • Branch view: Show the title of the last commit.

    • Increase the author auto-abbreviation threshold to 10. (GH #49)

    • For old commits show number of years in relative dates. (GH #50)

    Bug fixes:

    • Fix navigation behavior when going from branch to main view. (GH #38)
    • Fix segfault when sorting the tree view by author name.
    • Fix diff stat navigation for unmodified files with stat changes.
    • Show branches/refs which names are a substring of the current branch.
    • Stage view: fix off-by-one error when jumping to a file in a diff with only one file.
    • Fix diff-header colorization. (GH #15)

    Change summary

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

     BUGS                        |    6 +-
     INSTALL                     |    5 +-
     Makefile                    |   29 +-
     NEWS                        |   56 +
     SITES                       |    4 +-
     TODO                        |   41 -
     VERSION                     |    1 -
     asciidoc.conf               |    3 +
     contrib/aspell.dict         |   17 +-
     contrib/release.sh          |    4 +-
     contrib/tig-completion.bash |    4 +-
     contrib/tig.spec.in         |    2 +-
     contrib/tigrc               |    1 -
     git.h                       |   55 +
     io.c                        |  167 +++-
     io.h                        |   14 +-
     manual.txt                  |   13 +-
     refs.c                      |  242 ++++
     refs.h                      |   41 +
     tig.1.txt                   |   15 +-
     tig.c                       | 2514 ++++++++++++++++++++++-------------
     tig.h                       |  107 ++-
     tigmanual.7.txt             |    2 +-
     tigrc.5.txt                 |   99 ++-
     24 files changed, 2368 insertions(+), 1074 deletions(-)
    
         4  Giuseppe Bilotta
         6  Heiko Schlichting
       108  Jonas Fonseca
         3  Jonathan Neuschäfer
         1  Kumar Appaiah
         1  Michael J Gruber
         1  P. Sadik
         1  Pierre Habouzit
         1  Robert Clausecker
         1  Romain Francoise
         9  Thomas Sibley
         1  Vivien Didelot
         2  zomfg
    
    Source code(tar.gz)
    Source code(zip)
Zend\Text is a component to work on text strings from Zend Framework

zend-text Repository abandoned 2019-12-31 This repository has moved to laminas/laminas-text. Zend\Text is a component to work on text strings. It cont

Zend Framework 31 Jan 24, 2021
A game-mode for Minecraft: Bedrock Edition

HardCoreFactions This is an unpaid commission that was only released for educational purposes, consider using it as a reference rather than having it

Doge 3 Sep 8, 2021
Adds a compact "easy-sort" mode to Repeater and Repeater Matrix, making those fields easier to sort when there are a large number of items.

Repeater Easy Sort Adds a compact "easy-sort" mode to Repeater and Repeater Matrix, making those fields easier to sort when there are a large number o

Robin Sallis 3 Oct 10, 2021
A new plugin like EconomyAPI but with a different mode

A new plugin like EconomyAPI but with a different mode

null 1 Dec 13, 2021
This package makes it easy to add early access mode to your existing application.

This package makes it easy to add early access mode to your existing application. This is useful for when you want to launch a product and need to gat

Neo 174 Nov 26, 2022
Textpattern-for-Panic-Coda - A Textpattern CMS mode for Panic Coda

Textpattern elements for Panic Coda 2 Handy elements for use with Panic Coda 2 on a Mac when authoring files for the Textpattern CMS. This repository

Phil Wareham 8 Jun 26, 2017
This package is considered feature-complete, and is now in security-only maintenance mode

laminas-soap This package is considered feature-complete, and is now in security-only maintenance mode, following a decision by the Technical Steering

Laminas Project 46 Dec 18, 2022
A plugin simplify 1v1 mode for Pocketmine-MP!

A plugin simplify 1v1 mode for Pocketmine-MP!

HoangNotGay 5 Apr 17, 2022
A simple but scalable FFA Practice Core featuring one Game Mode & Vasar PvP aspects.

A simple but scalable FFA Practice Core featuring one Game Mode & Vasar PvP aspects. An example of this Plugin can be found in-game at ganja.bet:19132!

null 6 Dec 7, 2022
Utility that helps you switch git configurations with ease.

git-profile Utility that helps you switch git configurations with ease Preface It is possible that you have multiple git configurations. For example:

Zeeshan Ahmad 240 Jul 18, 2022
This is an experiment to export all RFCs from the PHP wiki into Git, including the change history for each RFC (along with the date and author of each change). This is not meant to replace the wiki.

PHP Requests for Comments (RFCs) About This repository is an experiment to export all RFCs from the PHP wiki into Git, including the change history fo

Ben Ramsey 34 Jun 20, 2022
PhpGit - A Git wrapper for PHP 7.1+

PhpGit PhpGit - A Git wrapper for PHP 7.1+ The project is forked from https://github.com/kzykhys/PHPGit Requirements PHP 7.1+ Git Installation Update

PHPPkg 9 Nov 1, 2022
Remote Git Library for PHP

This library provides methods to handle git repositories remotely without having to clone the whole repo. It uses the Symfony process component to run the git client.

Martin Auswöger 4 Dec 14, 2022
Very flexible git hook manager for php developers

CaptainHook CaptainHook is an easy to use and very flexible git hook library for php developers. It enables you to configure your git hook actions in

CaptainHook 812 Dec 30, 2022
Private, self-hosted Composer/Satis repository with unlimited private and open-source packages and support for Git, Mercurial, and Subversion.

Private, self-hosted Composer/Satis repository with unlimited private and open-source packages and support for Git, Mercurial, and Subversion. HTTP API, HTTPs support, webhook handler, scheduled builds, Slack and HipChat integration.

Łukasz Lach 112 Nov 24, 2022
RealMikrotikBackup - Система резервного копирования для оборудования Mikrotik, с возможностью использования функционала Git для контроля версий конфигураций оборудования.

Real Mikrotik Backup System Real Mikrotik Backup - это система централизованного создания и хранения резервных копий оборудования Mikrotik с функцией

Anton Moroz 23 Dec 18, 2022
Easily manage git hooks in your composer config

composer-git-hooks Manage git hooks easily in your composer configuration. This command line tool makes it easy to implement a consistent project-wide

Ezinwa Okpoechi 985 Jan 3, 2023
CodeFever Community Edition (A Self-hosted Git Services)

CodeFever Community Edition (A Self-hosted Git Services)

PGYER 2.3k Jan 7, 2023
Version is a library that helps with managing the version number of Git-hosted PHP projects

Version Version is a library that helps with managing the version number of Git-hosted PHP projects. Installation You can add this library as a local,

Sebastian Bergmann 6.3k Dec 26, 2022