summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
5 daystig-2.5.10HEADtig-2.5.10masterThomas Koutcher
13 daysMake `Ctrl-C` to kill only the command running in the foregroundThomas Koutcher
2024-04-30Fix compilation warnings with ncurses 6.5Thomas Koutcher
2024-04-26Fix editing when stdin is redirectedThomas Koutcher
2024-04-10Fix reopening the blame view from the main viewThomas Koutcher
2024-04-08Fix keybinding with +[cmd] not triggering view refreshing (#1324)Thomas Koutcher
2024-04-08Fix incorrect filename coloring in tig status (#1326)xaizek
2024-03-29tig-2.5.9tig-2.5.9Thomas Koutcher
2024-03-28Fix parsing of `git ls-tree` for submodulesThomas Koutcher
2024-03-27Clear keybinding from all keymaps (unbind) with `bind generic <key> none`Thomas Koutcher
2024-03-26Improve the blob view experienceThomas Koutcher
2024-03-23Reset state variables when selecting a commit with no referenceThomas Koutcher
2024-03-23Show the selected commit in the blame view title windowThomas Koutcher
2024-03-21refdb: ignore prefetch refs (#1318)Armin Brauns
2024-02-16Fix regression introduced in e2f1af4Thomas Koutcher
2024-02-09Fix untracked changes staging behaviour in plain stage viewThomas Koutcher
2024-02-05Minor update to tigrc and docThomas Koutcher
2024-01-25Update NEWSThomas Koutcher
2024-01-25Bump copyright year to 2024Thomas Koutcher
2024-01-25Fix chunk staging behaviour in plain stage viewThomas Koutcher
2024-01-20Allow to go to stage view without EnterThomas Koutcher
2024-01-20Fix status view lockupThomas Koutcher
2024-01-20Move default log view options to tigrcThomas Koutcher
2024-01-18Use HTTPS for GitHub clone URLs (#1310)Jakub Wilk
2023-11-02Fix tig blame --reverseThomas Koutcher
2023-11-02Fixed an issue where is*() function argument was not cast as unsigned char.Kimihiro Nonaka
2023-10-29Support %(text) in all views with a text columnThomas Koutcher
2023-10-29Fix readline echo when stdin is redirectedThomas Koutcher
2023-10-29Also use lightweight tags in the Refs line of the diff viewThomas Koutcher
2023-10-28Update GitHub checkout action to v4Thomas Koutcher
2023-10-28Fix display non-ascii character (#1299)Thomas Koutcher
2023-10-24Cast the argument passed to is*() function in ctype.h to unsigned char.Kimihiro Nonaka
2023-10-21Update utf8proc to v2.9.0Thomas Koutcher
2023-10-21Fix refresh-mode periodic not updating branch labelsThomas Koutcher
2023-10-21Enforce a blank before view scroll percentageThomas Koutcher
2023-10-21update_view_title: Fix NULL dereference at startup (#1293)Abhinav Gupta
2023-09-01Fix macOS CIThomas Koutcher
2023-08-31Initialise struct timezone (#1291)Wesley Moore
2023-08-31fix date so rpmbuild completesConor Lowry
2023-08-31Don't use array size in function argumentsPavel Roskin
2023-08-31Fix "dangling pointer" warningPavel Roskin
2023-02-04tig-2.5.8tig-2.5.8Thomas Koutcher
2023-02-04Fix warning introduced by #1255Thomas Koutcher
2023-01-22Update NEWSThomas Koutcher
2023-01-21Replace sprintf() function with snprintf()Thomas Koutcher
2023-01-21fix some implicit declarations (#1255)alice
2023-01-14Include original blob name in temporary filenameThomas Koutcher
2023-01-12Add support for option word-diff-regexThomas Koutcher
2023-01-03Clean IO before closing a view or quittingThomas Koutcher
2023-01-01Allow use of regular expressions for coloringThomas Koutcher