summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2024-04-30Fix compilation warnings with ncurses 6.5Thomas Koutcher
2024-04-26Fix editing when stdin is redirectedThomas Koutcher
2024-03-21refdb: ignore prefetch refs (#1318)Armin Brauns
2024-01-25Bump copyright year to 2024Thomas Koutcher
2023-10-28Fix display non-ascii character (#1299)Thomas Koutcher
2023-08-31Don't use array size in function argumentsPavel Roskin
2023-02-04Fix warning introduced by #1255Thomas Koutcher
2023-01-21fix some implicit declarations (#1255)alice
2023-01-12Add support for option word-diff-regexThomas Koutcher
2023-01-01Allow use of regular expressions for coloringThomas 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-11-19Support editing from the log (-p) viewThomas Koutcher
2022-06-24Fix word diff in the stage, stash and blame viewsThomas Koutcher
2022-06-03Enable textconv in the blame view and fix blame -L (#1190)Thomas Koutcher
2022-05-25Enable textconv in the stage viewThomas Koutcher
2022-05-09Bump copyright year to 2022Thomas Koutcher
2022-05-07Revert terminal hacks and workaroundsThomas Koutcher
2022-01-07Allow to toggle revision filtering (#1173)Johannes Altmanninger
2022-01-07argv_format(): extract boolean parameters into bitfieldJohannes Altmanninger
2022-01-04Auto refresh view upon option changeThomas Koutcher
2022-01-04Add reference types stash and other (#1172)Thomas Koutcher
2021-11-11Pass command line args through to diff-files in status view (#1155)Thomas Koutcher
2021-10-04Add PCRE support (#1143)Thomas Koutcher
2021-10-04Expose %(file_old), the filename before a rename or deletion (#1132)Johannes Altmanninger
2021-10-04Make word-diff a toggleable option (#1125)Thomas Koutcher
2021-02-11Expose %(lineno_old), the line number before a diff was appliedJohannes Altmanninger
2021-02-07New command stage-update-partDominik Vogt
2021-01-31Add scroll-half-page-up and scroll-half-page-down actions (#1075)Thomas Koutcher
2021-01-09Make functions static, or declare them in a header (#1063)Johannes Altmanninger
2020-12-22Use id column for commit id only (#1056)Thomas Koutcher
2020-12-13fix help messages for half-page and page up (#1054)Igor
2020-12-13Blame uncommitted deletions starting from HEAD (#1009)Johannes Altmanninger
2020-04-18Jump from blame to commitThomas Koutcher
2020-04-12Fix wrapping of lines with multibyte charactersThomas Koutcher
2020-04-04Merge pull request #966 from dvalter/word-diffThomas Koutcher
2020-02-25Make tig process-group leader an optionThomas Koutcher
2020-02-25Fail if tig is given an invalid or ambiguous refThomas Koutcher
2019-07-27Support combined diffs with more than 2 parentsThomas Koutcher
2019-06-24Add option to start with cursor on HEAD commitThomas Koutcher
2019-06-18Introduce reflog view (#934)Thomas Koutcher
2019-06-01Show annotated commits in main view (#928)Thomas Koutcher
2019-05-15Disable graph if log.follow is enabled and there is only one pathspecThomas Koutcher
2019-05-14Add support for repos created with git --work-treeThomas Koutcher
2019-04-12Add "Untracked only" status viewThomas Koutcher
2019-04-05Don't shift signed int by 31 bits (#907)Pavel Roskin
2019-03-30Add refname variableThomas Koutcher
2019-01-03Show untracked files in the default view #762Thomas Koutcher
2018-11-18Fix diff highlighting of removed lines starting with -- and added lines start...Thomas Koutcher