summaryrefslogtreecommitdiffstats
path: root/contrib
AgeCommit message (Expand)Author
2024-03-27Clear keybinding from all keymaps (unbind) with `bind generic <key> none`Thomas Koutcher
2024-01-25Bump copyright year to 2024Thomas Koutcher
2024-01-20Move default log view options to tigrcThomas Koutcher
2023-08-31fix date so rpmbuild completesConor Lowry
2022-12-16Adjust build for native Apple SiliconThomas Koutcher
2022-05-10Update license in spec fileThomas Koutcher
2022-05-09Bump copyright year to 2022Thomas Koutcher
2021-11-19Print the PCRE versionThomas Koutcher
2021-05-27Use TIG_NCURSES instead of TIG_LDLIBS in config.make-LinuxThomas Koutcher
2021-05-25Use ncursesw by default on LinuxThomas Koutcher
2021-02-07New command stage-update-partDominik Vogt
2020-12-21Fix bash completion issue with worktreesThomas Koutcher
2020-12-13Handle undefined __git_complete (#1055)Darcy Parker
2020-11-03completion: zsh: improve completionFelipe Contreras
2020-11-03completion: bash: align with git completionFelipe Contreras
2020-11-03completion: zsh: fix loadingFelipe Contreras
2020-03-13Also load git-completion.bash from tig-completion.zshThomas Koutcher
2020-02-23bash/zsh completion: reimplement and decrease runtime by factor 1863Roland Hieber
2018-05-26Minor cleanup in tig-pickMaksim Odnoletkov
2018-05-26Fix sh compatibility in tig-pickMaksim Odnoletkov
2018-03-12Update make config for cygwin/ncurses (#792)Björn Andersson
2017-08-02Add support for printing backtraces on segfaultJonas Fonseca
2017-07-18wordexp support and compat fallbackRoland Walker
2017-07-15whitespaceRoland Walker
2017-06-10Bind G also in mainkiryph
2017-03-24Add tig-pick scriptKonrad Gräfe
2016-11-16Update release and home page links to point to GitHubJonas Fonseca
2016-02-19Update vim bindings to include <C-f> and <C-b>Alexander Campbell
2015-09-12Update OSX make config to find brew installed ncursesJonas Fonseca
2015-08-31Add zsh completion file for autoloadKentaro Wada
2015-08-22Add chocolate themeEdgar HIPP
2015-06-14Added git-flow commands to list open branchesJeremy Cowgar
2015-06-14Can now create a new git-flow support branchJeremy Cowgar
2015-06-13Added a sample git-flow keybindingJeremy Cowgar
2015-03-28contrib: complete Vim-like bindingsVivien Didelot
2015-03-11Experimental support for key combosJonas Fonseca
2015-03-10Use commit-order setting for controlling automatic topo-orderingJonas Fonseca
2015-02-06Add contrib/large-repo.tigrc with options to speed up Tig in large reposJonas Fonseca
2014-11-21Make build auto config specify ncurses libs in a separate variableJonas Fonseca
2014-11-17Ensure default build options include -Wall even on Mac OS XJonas Fonseca
2014-08-05completion: don't use _tigcomp for filenames in blameJohn Keeping
2014-04-29Change default keybindingsJonas Fonseca
2014-04-16Improve autoconf checking for readline on Mac OS XJonas Fonseca
2014-04-13Introduce the GNU Readline supportVivien Didelot
2014-03-01Add grep view as a front-end to git-grep(1)Jonas Fonseca
2014-02-23Update copyright and use jonas.fonseca@gmail.com as main contact emailJonas Fonseca
2014-02-23Delete contrib/tigrc now obsolete by tigrcJonas Fonseca
2014-02-23Move default color settings to tigrcJonas Fonseca
2014-02-23Add tigrc copy as a fallback inside the binaryJonas Fonseca
2014-02-09Add ZSH autocomplete compatibilityOliver Chang