Ignore broken pipe signals
[tig] / NEWS
2009-02-09  Jonas FonsecaStatus view: upon failure to open a file show error...
2009-02-09  Jonas FonsecaAdd support for handling core.worktree
2009-02-08  Jonas FonsecaNEWS: Mention Jeff's uninitialized variable bug fix
2009-02-07  Jonas FonsecaUse file and line number information when loading blame...
2009-02-07  Jonas FonsecaJump to line when a number is entered in the prompt
2009-02-07  Witold FilipczykAdd support for 256 colors by allowing "colorN" names...
2009-02-05  Jonas FonsecaImprove on branch information in the status view
2009-02-05  Jonas Fonsecatig-0.14 tig-0.14
2009-02-05  Jonas FonsecaRead tigrc(5) options from git configuration files
2009-02-05  Jonas FonsecaSpell check all text files and add dictionary to speed...
2009-02-05  Jonas FonsecaReplace usage of the main-author color with the author...
2009-02-03  Jonas FonsecaTree view: improve handling of empty trees
2009-02-03  Jonas FonsecaFix reverting of unmerged status entries
2009-02-03  Jonas FonsecaAdd support for horizontal scrolling
2009-02-03  Jonas FonsecaRemove parsing of deprecated option -S and subcommands...
2009-02-02  Jonas FonsecaAbbreviate author names to initials when author-width < 6
2009-02-02  Jonas FonsecaFix tokenizing when parsing ~/.tigrc
2009-01-27  Jonas FonsecaAdd support for loading blame for parent commits
2009-01-27  Jonas FonsecaRename tree-parent action to parent
2009-01-27  Jonas FonsecaTree view: improve to look less like plumbing
2009-01-23  Jonas FonsecaAdd support for restoring the view position in reloadab...
2009-01-21  Jonas FonsecaRefactor user input handling into separate function
2009-01-21  Jonas FonsecaAdd support for opening any blob in an editor
2009-01-19  Jonas FonsecaFix regression in handling of data for non-UTF-8 locales
2009-01-15  Jonas FonsecaTree view: make drawing more smooth by using the dirty...
2009-01-15  Jonas FonsecaFix memory corruption bug in tree_read when sorting...
2009-01-13  Jonas Fonsecatig-0.13 tig-0.13
2009-01-13  Jonas FonsecaLaunch mergetool from the project root directory
2009-01-13  Jonas FonsecaIO API: use select(2) to check if pipe is readable...
2009-01-13  Jonas FonsecaIO API: use for the main, log, diff, tree and blob...
2009-01-13  Jonas FonsecaIO API: refactor the run request command formatter
2008-12-31  Jonas FonsecaFix drawing loading views that are not displayed.
2008-12-28  Jonas FonsecaAdd support for launching the editor from the tree...
2008-12-28  Jonas FonsecaRefuse to open blame view for all non-file entries...
2008-11-16  Jonas FonsecaRefuse to open deleted files from the status and stage...
2008-10-25  Jonas FonsecaRefuse to open a directory in the status and stage...
2008-10-15  Jonas FonsecaFix waiting for input after executing a run request...
2008-10-15  Jonas Fonsecaupdate_view: Check the pipes and call end_update()...
2008-10-10  Jonas FonsecaSeparate blame revision and file argument by "--" to...
2008-10-10  Jonas FonsecaAdd bash completion for the blame subcommand
2008-10-09  Jonas FonsecaSort references in the order: tags, heads, tracked...
2008-10-08  Jonas Fonsecatig-0.12.1 tig-0.12.1
2008-10-08  Jonas FonsecaRename checkout to revert and support individual diff...
2008-10-07  Jonas FonsecaAdd support for refreshing the log view
2008-09-30  Jonas FonsecaCleanup exclude rule setup by using ls-files --exclude...
2008-09-30  Jonas FonsecaMain: use --topo-order when arguments are given on...
2008-09-21  Jonas Fonsecastatus: add support for checking out files with unstage...
2008-09-15  Jonas Fonsecatig-0.12 tig-0.12
2008-09-15  Jonas FonsecaDo not show boundary commits by default
2008-09-10  Jonas Fonsecamain: implement refreshing by just rerunning the origin...
2008-08-05  Jonas FonsecaClean up incomplete commits from main view listed for...
2008-07-23  Rodolfo BorgesAdd option 'author-width' to consumize the width of...
2008-05-02  Jonas FonsecaUpdate NEWS
2008-04-24  Jonas FonsecaAdd stage-next action to jump to next diff chunk that...
2008-04-24  Jonas FonsecaMake configure check for ncurses header files
2008-04-23  Jonas FonsecaDrop use of $(...) for popen() and system() calls
2008-04-23  Jonas FonsecaAdd NEWS file