summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
6 daysFix parsing of `--no-prefix` argumentHEADmasterThomas Koutcher
6 daysKeep cursor position when toggling file-filter in the main viewThomas Koutcher
8 daysOpen the blob corresponding to the diff lineThomas Koutcher
2024-05-02Make `Ctrl-C` to kill only the command running in the foregroundThomas 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-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-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
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-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-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-08-31Initialise struct timezone (#1291)Wesley Moore
2023-08-31Don't use array size in function argumentsPavel Roskin
2023-08-31Fix "dangling pointer" warningPavel Roskin
2023-01-21Replace sprintf() function with snprintf()Thomas Koutcher
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
2022-12-31Fix diffstat color for tig log -pThomas Koutcher
2022-12-30Fix encoding of very long linesThomas Koutcher
2022-12-29Replace `Unknown` author with `Not Committed Yet`Thomas Koutcher
2022-12-29Automatically show next diff in the status viewThomas Koutcher
2022-12-29Autoscroll in pager (#1223)Sebastian Gniazdowski
2022-12-26Various cleanupsThomas Koutcher
2022-12-05Fix stage view closing when holding the ] keyThomas Koutcher
2022-11-20Correctly report which version of libncurses was linked (#1241)Mahmoud Al-Qudsi
2022-11-19Use %(file_old) for old filename in the blame viewThomas Koutcher
2022-11-19Support editing from the log (-p) viewThomas Koutcher
2022-11-19Support editing from the pager view (#1243)Alex Daily