Code

get_author_initials: various fixes
[tig.git] / NEWS
2011-04-10 Jonas FonsecaAccept 'utf-8' for the line-graphics option as indicate...
2011-03-10 Jonas FonsecaRemove support for the deprecated TIG_{MAIN,DIFF,LOG...
2011-03-09 Jonas Fonseca[GH-6] Make blame configurable via options from ~/...
2011-03-09 Jonas FonsecaUpdate and fix a few NEWS entries
2011-03-07 Jonas Fonsecatig-0.17
2011-03-07 Jonas FonsecaRewrite the revision graph renderer
2010-09-26 Jonas FonsecaImprove viewing of diffs when browsing branches
2010-09-21 Jonas Fonsecatig-0.16.2
2010-09-21 Jonas FonsecaFix 'tig show <commit>' fix which causes empty tree...
2010-09-21 Kumar AppaiahCheck the ncurses version before using set_tabsize
2010-09-19 Jonas Fonsecatig-0.16.1
2010-09-19 Jonas FonsecaFix tig show by replacing %(commit) with %(revargs...
2010-06-29 Pierre HabouzitAdd an option to ignore unknown directories contents...
2010-06-26 Pierre HabouzitAdd a scroll-first-col command
2010-06-26 Jonas FonsecaFix segfault when starting tig in pager mode
2010-06-23 Jonas FonsecaFall back to retry if no diff will be shown
2010-06-12 Jonas Fonsecatig-0.16
2010-06-12 Jonas FonsecaRename {diff,file,rev}-args to {diff,file,rev}args
2010-06-10 Jonas FonsecaMove application of string_expand to draw_text
2010-06-10 Jonas FonsecaImprove parent blame to detect renames by using the...
2010-06-09 Jonas FonsecaFree blame view data when reloading view
2010-06-05 Jonas FonsecaDeprecate use of TIG_{MAIN,DIFF,LOG,TREE,BLOB}_CMD...
2010-06-05 Jonas FonsecaAdd support for splitting command line arguments
2010-04-22 Jonas FonsecaAllow built-in run requests to be unbound
2010-04-22 Jonas FonsecaFix set_keymap to error when resolving an unknown keymap
2010-04-19 Simon GerberAdded support for displaying dates in localtime.
2010-04-19 Jonas FonsecaFix unbind behavoir
2010-03-30 jipeyBranch view: add %(branch) variable tracking currently...
2010-03-29 Jonas FonsecaMark detached heads with [HEAD]; replace opt_head_rev...
2009-12-20 Jonas FonsecaFix the display of relative date by storing the time...
2009-12-15 Jonas FonsecaAbbreviation of author names is now configurable and...
2009-12-11 Jonas FonsecaFix parsing of boolean show-date values
2009-12-11 Jonas FonsecaFix usage of the status view from a sub directory
2009-11-29 Jonas FonsecaEncode everything internally as UTF-8
2009-11-27 Jonas FonsecaBranch view: support browsing --all branches
2009-11-24 Jonas FonsecaStatus view: update the file variable when a line is...
2009-11-20 Jonas Fonsecatig-0.15
2009-11-18 Jonas FonsecaRemove build dependency on git from the configure script
2009-11-18 Jonas Fonsecatigmanual(7): provide the manual as a man page
2009-11-18 Jonas FonsecaNEWS: Improve bug fix description
2009-11-17 Jonas FonsecaFix loading of blame data when opened from the tree...
2009-11-13 Jonas FonsecaAdd support for displaying relative dates
2009-11-11 Jonas FonsecaNEWS: Mention date-shorten feature
2009-11-11 Jonas FonsecaMerge remote branch 'samb/short-dates'
2009-11-11 Jonas FonsecaShow the active (instead of the default) keybindings...
2009-04-13 Jonas FonsecaAllow multiple text attributes for color commands
2009-02-25 Tilo SchwarzMake height of split view configurable
2009-02-21 Jonas FonsecaAdd support for sorting tree entries by name, date...
2009-02-20 Jonas FonsecaAdd primitive branch view
2009-02-17 Jonas FonsecaDefine a tree_grep and fixing searching
2009-02-15 Jonas Fonsecatig-0.14.1
2009-02-15 Jonas FonsecaFix horizontal scrolling
2009-02-13 Jonas Fonsecatigrc(5): suggest git aliases for external commands...
2009-02-13 Jonas FonsecaMake behavior of horizontal scrolling configurable
2009-02-13 Sebastian HarlFix handling of quoted strings in the config file
2009-02-10 Jonas FonsecaStatus view: report failures to update a file
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
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
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
2008-10-08 Jonas FonsecaRename checkout to revert and support individual diff...
2008-10-07 Jonas FonsecaAdd support for refreshing the log view
next