tig
2009-01-23  Jonas FonsecaBlame view: fix reloading of the diff view for changes...
2009-01-23  Jonas FonsecaOops, always specify --no-color when using git diff
2009-01-23  Jonas FonsecaBlame view: fix diffing of lines marked as not yet...
2009-01-23  Jonas FonsecaAdd support for restoring the view position in reloadab...
2009-01-22  Jonas FonsecaFix status_exists to be consistent with data displayed...
2009-01-22  Jonas FonsecaMake it possible to call select_view_line for non-displ...
2009-01-22  Jonas FonsecaRefactor find_next_line into select_view_line
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-21  Jonas FonsecaPrefer werase to wclear when possible to reduce flickering
2009-01-21  Jonas FonsecaCleanup and improve option toggling actions to include...
2009-01-21  Jonas FonsecaFix stage reloading to not close when staging chunks...
2009-01-21  Jonas FonsecaDo not terminate the update when switching back to...
2009-01-21  Jonas FonsecaFix regression of main view drawing
2009-01-19  Jonas FonsecaCleanup update_view's read loop
2009-01-19  Jonas FonsecaFix regression in handling of data for non-UTF-8 locales
2009-01-17  Jonas FonsecaFix another regression from the dirty flag changes...
2009-01-17  Jonas FonsecaFix serious bug where a stack allocated variable was...
2009-01-17  Jonas FonsecaImprove messages when preparing to load blame commits
2009-01-15  Jonas FonsecaFix regressions introduced in the last few dirty flag...
2009-01-15  Jonas FonsecaTree view: make drawing more smooth by using the dirty...
2009-01-15  Jonas FonsecaCleanup redrawing of views when updating by using the...
2009-01-15  Jonas FonsecaCleanup the tree_read sorting loop
2009-01-15  Jonas FonsecaFix memory corruption bug in tree_read when sorting...
2009-01-15  Jonas FonsecaCleanup and simplify the code by introducing add_line_f...
2009-01-15  Jonas FonsecaCleanup the code by calling realloc_lines in add_line_data
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 FonsecaClear the view after 1 second during updates where...
2009-01-13  Jonas FonsecaIO API: use select(2) to check if pipe is readable...
2009-01-13  Jonas FonsecaIO API: reindent status_run main loop after the rewrite
2009-01-13  Jonas FonsecaIO API: replace io_gets with helper for scanning buffers
2009-01-13  Jonas FonsecaIO API: use fork+exec
2009-01-13  Jonas FonsecaIO API: use argv internally
2009-01-13  Jonas FonsecaIO API: use file descriptor internally
2009-01-13  Jonas FonsecaIO API: replace init_io_fd with io_open which calls...
2009-01-13  Jonas FonsecaIO API: use in the status view
2009-01-13  Jonas FonsecaIO API: use when loading repository properties
2009-01-13  Jonas FonsecaIO API: use in the stage view
2009-01-13  Jonas FonsecaIO API: obsolete opt_pipe
2009-01-13  Jonas FonsecaIO API: obsolete opt_cmd by using prepare_update in...
2009-01-13  Jonas FonsecaIO API: use prepare_update when parsing command line...
2009-01-13  Jonas FonsecaIO API: use in add_describe_ref
2009-01-13  Jonas FonsecaIO API: use in the blame view
2009-01-13  Jonas FonsecaIO API: unify tree view and the default path in begin_u...
2009-01-13  Jonas FonsecaIO API: use for the main, log, diff, tree and blob...
2009-01-13  Jonas FonsecaIO API: use when preparing to run commands from the...
2009-01-13  Jonas FonsecaIO API: convert status checkout/revert support
2009-01-13  Jonas FonsecaIO API: use when running external commands
2009-01-13  Jonas FonsecaIO API: refactor the run request command formatter
2009-01-13  Jonas FonsecaIO API: add small library for reading files and running...
2009-01-13  Jonas FonsecaBlame: do to not reload the diff view for same commits
2009-01-13  Jonas FonsecaBlame: update blame to selected commit when pressing 'B'
2009-01-13  Jonas FonsecaBlame: remove unused member of struct blame
2009-01-10  Jonas FonsecaAdd setup_update for initialize incremental view updates
2009-01-07  Jonas FonsecaSlightly reduce memory usage for keybindings
2008-12-31  Jonas FonsecaMove formatting of blame --incremental command to blame...
2008-12-31  Jonas FonsecaMinor simplification of blame_open
2008-12-31  Jonas FonsecaDon't use view->cmd to share state in the blame view
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 FonsecaReplace opt_no_head with opt_head_rev in order to save...
2008-12-28  Jonas FonsecaUse switch statement in tree_request
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-11-05  Jonas Fonsecatigrc(5): minor fixes and improvements from wip/run...
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-14  Jonas FonsecaUse "--" to separate file argument to git-checkout
2008-10-11  Jonas FonsecaCleanup and fix the main loop to make view point to...
2008-10-11  Jonas FonsecaUpdate and improve the manual
2008-10-10  Jonas FonsecaRemove documentation relicts from before the option...
2008-10-10  Jonas FonsecaIntroduce prefixcmp macro to reduce code verbosity
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-10  Jonas FonsecaRemove outdated comment
2008-10-09  Jonas FonsecaMake more strings const
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 FonsecaAvoid triggering assertion failure when reloading the...
2008-10-07  Jonas FonsecaConsolidate and share view resetting via new reset_view()
2008-10-07  Jonas FonsecaHelp view: move requests from the Misc group into separ...
2008-10-07  Jonas FonsecaHelp view: use "(no key)" instead of "'?'" to not confu...
2008-10-07  Jonas FonsecaClear the status line when closing a view
2008-10-07  Jonas FonsecaFix bug introduced in commit for using --exclude-standa...
2008-10-07  Jonas FonsecaAdd support for refreshing the log view
2008-10-07  Jonas FonsecaMake OPEN_REFRESH imply OPEN_NOMAXIMIZE
2008-10-07  Jonas FonsecaSimplify view refreshing by adding new OPEN_REFRESH...
2008-10-07  Jonas FonsecaShow complete shortlog for small releases
2008-10-06  Jonas FonsecaImprove checkout error reporting
2008-10-06  Jonas FonsecaCleanup and make option argument strings const
2008-10-06  Jonas FonsecaImprove handling of unmatched quotes in ~/.tigrc
2008-10-06  Jonas FonsecaMake GIT_CONFIG only contain the config subcommand
2008-10-06  Jonas FonsecaReload repository references when refreshing the main...
2008-10-01  Jonas FonsecaAvoid refreshing views when checkout is canceled by...
2008-10-01  Jonas FonsecaAlso allow files to be checked out from stage 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...
next