tig
2007-03-25 Jonas FonsecaBump the version number to 0.6 tig-0.6
2007-03-25 Jonas FonsecaOops, remove -liconv from LDFLAGS
2007-03-25 Jonas FonsecaDisable show-rev-graph by default
2007-03-25 Jonas FonsecaMerge with master
2007-02-06 Jonas FonsecaImprove handling of remotes
2007-02-06 Jonas FonsecaTODO: use autoconf to detect newer git and git-config...
2006-12-20 Jonas FonsecaMake tig handle GIT_DIR better master
2006-12-17 Jonas FonsecaDrop --stat usage from the main command assembled durin...
2006-12-15 Jonas FonsecaAdd note about using autoconf to detect iconv(3) presen...
2006-12-15 Horst H. von... Fix parameter warning for iconv(3)
2006-12-04 Jonas FonsecaFix SITES URLs; promote git://repo.or.cz/tig.git mirror...
2006-12-04 Jonas FonsecaDiscard error messages from git-describe
2006-11-26 Jonas FonsecaFix commit author line parsing for when the name is...
2006-10-30 Jonas FonsecaMerge with master
2006-10-30 Jonas FonsecaNever split the tree view when opening another tree...
2006-10-29 Jonas FonsecaCast second arg to iconv to remove warning
2006-10-29 Jonas Fonsecamain_read: handle titles that start with whitespace
2006-10-29 Alexey TourbinIncrease commit.title size from 75 to 128
2006-09-28 Jonas FonsecaHardwire ERR to mean REQ_NONE in the main loop
2006-09-28 Jonas Fonsecaadd_keybinding: always allocate the new keybinding
2006-09-26 Jonas Fonsecatig-0.5.git
2006-09-20 Jonas FonsecaSITES: Point to pasky's git proxy repo.or.cz tig-0.5
2006-09-20 Jonas FonsecaINSTALL: mention possible iconv problems and workarounds
2006-09-18 Jonas Fonsecamanual: document the tree/blob environment variables
2006-09-18 Jonas FonsecaAlways clear the status window after prompting
2006-09-18 Jonas FonsecaOops, check log, diff, and show before options
2006-09-18 Jonas FonsecaUse wclrtoeol instead of werase
2006-09-17 Jonas FonsecaFix clearing of the status window after prompting
2006-09-17 Jonas Fonsecaparse_option: check for '-' first and break if it is...
2006-09-17 Jonas FonsecaImprove the "input mode" so the cursor is correctly...
2006-09-17 Jonas Fonsecaadd_keybinding: plug memory leak
2006-09-17 Jonas FonsecaTODO: repository status view, better text-input support
2006-09-16 Jonas Fonsecatigrc(5): mention tree/blob view actions; use dash...
2006-09-16 Jonas FonsecaRun the documentation through aspell
2006-09-16 Jonas Fonsecapush_rev_graph: iterate all graph revs when looking... new/rev-graph
2006-09-16 Jonas FonsecaBUGS: Merge locale support with utf8-only bug, add...
2006-09-16 Jonas FonsecaMerge with master
2006-09-16 Jonas FonsecaAbbreviate the view reference in the view title for...
2006-09-16 Jonas Fonsecaupdate_view_title: format load seconds as part of the...
2006-09-16 Jonas Fonsecaupdate_view_title: use string_format_from instead of...
2006-09-15 Jonas FonsecaA simple fix of the bad wrapping bugs
2006-09-15 Jonas Fonsecaupdate_display_cursor: take view as arg
2006-09-14 Jonas FonsecaMake the rev graph visualization have a one rev look...
2006-09-14 Jonas Fonsecaupdate_rev_graph: move code to prepare_rev_graph
2006-09-14 Jonas FonsecaAllow view readers to 'finalize' by calling with NULL...
2006-09-13 Jonas Fonsecaappend_to_rev_graph: use local variable
2006-09-13 Jonas FonsecaAlways draw the space between end of rev graph and...
2006-09-12 Jonas FonsecaRefactor (separator, line) chtype management to use...
2006-09-12 Jonas FonsecaMore graph_parent_is_merge usage
2006-09-12 Jonas Fonsecadraw_rev_graph: refactor stuff to get_rev_graph_symbol
2006-09-12 Jonas FonsecaImprove comments
2006-09-12 Jonas FonsecaUse 'graph' instead of 'stack' in the rev graph code
2006-09-12 Jonas FonsecaMove rev graph code to own section
2006-09-12 Jonas FonsecaMove stuff to reset_rev_graph and rename it to done_rev...
2006-09-12 Jonas FonsecaSimplify the update_rev_graph end-game
2006-09-12 Jonas FonsecaAdd graph_parent_is_merge
2006-09-12 Jonas FonsecaNow it actually starts looking like something
2006-09-12 Jonas FonsecaRefactor graph drawing
2006-09-12 Jonas FonsecaRemove fprintf stuff
2006-09-12 Jonas FonsecaMore cleanups
2006-09-12 Jonas FonsecaRefector stuff into draw_rev_graph
2006-09-12 Jonas FonsecaSome more refactoring and cleanups
2006-09-12 Jonas FonsecaCracking
2006-09-12 Jonas FonsecaMinor cleanups
2006-09-12 Jonas FonsecaVersion 1
2006-09-12 Jonas FonsecaSIZEOF_REV introduced: 41 bytes of pure madness!
2006-09-12 Jonas FonsecaMinor cleanups
2006-09-12 Jonas FonsecaOops, always update the tree view ref
2006-09-12 Jonas FonsecaFix updating of the blob ref and the blob view ref
2006-09-11 Jonas FonsecaAlso color Acked-by lines
2006-09-11 Jonas FonsecaFix redrawing of old current line
2006-09-11 Jonas FonsecaOnly split the tree view when the tree view is visible
2006-09-11 Jonas Fonsecamove_view: drop redraw arg and handle backgrounded...
2006-09-11 Jonas Fonsecado_scroll_view: drop redraw arg
2006-09-11 Jonas Fonsecado_scroll_view: minor refactoring of the current line...
2006-09-11 Jonas Fonsecasearch_view: use opt_search directly instead of through...
2006-09-11 Jonas FonsecaRemove some old cruft that was clearing hidden lines...
2006-09-11 Jonas FonsecaIntroduce selected flag and use it for refacter wclrtoe...
2006-09-11 Jonas FonsecaAdd selected arg to the view draw operation
2006-09-11 Jonas FonsecaRefactor current line activation to new select view...
2006-09-11 Jonas FonsecaFix tree viewing again; introduced by string safety...
2006-09-11 Jonas FonsecaMake view->regex into a pointer
2006-09-11 Jonas FonsecaFix git-describe reference adding when there are no...
2006-09-11 Jonas FonsecaImprove string buffer copy safety
2006-09-11 Jonas FonsecaHrmpf, fix one more default keybinding clash, this...
2006-09-11 Jonas FonsecaReview all string_format users and use string_format...
2006-09-10 Jonas FonsecaMove the current line to the first entry in the tree...
2006-09-10 Jonas FonsecaUse ICONV_NONE instead of (iconv_t) -1
2006-09-10 Jonas FonsecaRemove redundant ending ';'
2006-09-10 Jonas Fonsecamanual: mention the tree/blob views
2006-09-10 Jonas FonsecaFix default keybinding clash for 'n' between find-next...
2006-09-10 Jonas FonsecaUse size_t instead of int for string_* functions
2006-09-10 Jonas FonsecaReintroduce foreach_view and use it to fix background...
2006-09-10 Jonas FonsecaRename foreach_view to foreach_displayed_view
2006-09-10 Jonas FonsecaAdd support for tree and blob view
2006-09-09 Jonas Fonsecatig(1): Do not differentiate between git (show|log...
2006-09-09 Jonas FonsecaReformat the state variable list (opt_*)
2006-09-09 Jonas FonsecaAdd support for searching using regex
2006-09-08 Jonas FonsecaReplace screen-update action with noop action named...
2006-09-08 Jonas Fonsecaread_prompt: return static allocated buffer; move out...
next