Add blame view
[tig] / tig.c
2008-03-22 Jonas FonsecaAdd blame view
2008-03-22 Jonas FonsecaAdd hack to allow view loading to have multiple phases
2008-03-22 Jonas FonsecaSimplify subcommand option parsing by moving it out...
2008-03-21 Jonas Fonsecadraw_text: remove unused col argument
2008-03-21 Jonas FonsecaUse rewritten parent info from --parents to simplify...
2008-03-20 Jonas FonsecaMove unrelated UTF-8 setup code out of parse_options
2008-03-20 Dominik VogtCall realloc() less often because it is potentially...
2008-03-20 Dominik VogtNew config options show-author, show-date, show-refs...
2008-03-20 Dominik VogtFixed displaying local tags.
2008-03-20 Dominik VogtNew actions toggle-date, toggle-author, and toggle...
2008-03-20 Jonas FonsecaFix index refreshing into separate call so diff-files...
2008-03-20 Jonas Fonsecadraw_text: reduce indentation level
2008-03-20 Jonas Fonsecadraw_text: minor cleanup to use fewer local variables
2008-03-20 Jonas Fonsecautf8_length: add reserve flag for reserving a trailing...
2008-03-19 Dominik VogtMore verbose diff headers (including dates and committer)
2008-03-19 Jonas FonsecaFix drawing "outside" the screen in the status and...
2008-03-19 Dominik VogtFixed handling of UTF8 tag names and commit messages.
2008-03-19 Jonas FonsecaMake configure search for the ncursesw library first
2008-03-19 Dominik VogtFix compiler warnings: pointer of type ‘void *’ used...
2008-03-19 Russell SteickeFix signed char comparison where char is unsigned by...
2008-03-17 Jonas FonsecaRefresh the index when opening the status view to avoid...
2008-03-17 Jonas FonsecaAdd rename support to the status view
2008-03-17 Jonas FonsecaMake command line parsing more compatible with gitk
2008-03-16 Dominik VogtAdd system-wide configuration file and new config file...
2008-03-16 Jonas FonsecaMake it possible to overwrite the default (terminal...
2008-02-06 Jonas FonsecaAdd support for showing boundary commits in the main...
2008-02-06 Jonas FonsecaDrop -B from diff options
2007-11-02 Dominik VogtAdded action tree-parent and bound it to backspace...
2007-11-01 Dominik VogtAdded color option main-revgraph to color the revision...
2007-10-18 Jonas FonsecaAvoid using git-diff since it might run external diff...
2007-10-13 Jonas FonsecaUse --no-color option when calling git-log and git...
2007-10-13 Jonas FonsecaRearrange the order of option parsing
2007-10-10 Jonas FonsecaFix crash when opening mergetool for lines that are...
2007-10-09 Jonas FonsecaUse get_key_name() in get_key()
2007-10-09 James BowesAdd missing = for comparison in obsolete actions check
2007-10-07 Jonas FonsecaCollect remaining string in last entry when parsing...
2007-10-06 Jonas FonsecaImprove sanity check error messages
2007-10-06 Jonas FonsecaObsolete the cherry-pick action and define as builtin...
2007-10-06 Jonas FonsecaAdd support binding keys to running external commands
2007-10-06 Jonas FonsecaUnify REQ_NONE and REQ_UNKNOWN by moving REQ_NONE to...
2007-09-29 Jonas FonsecaCleanup status_request to make it reload the status...
2007-09-29 Jonas FonsecaAdd support for launching git-mergetool from the status...
2007-09-28 Jonas FonsecaRefactor code to open_external_viewer
2007-09-28 Jonas FonsecaDetect working trees and disable the status view when...
2007-09-27 Jonas FonsecaIgnore REQ_NONE in the help view and improve unbound...
2007-09-25 Jonas FonsecaAdd support for refreshing/reloading the status view
2007-09-23 Jonas FonsecaRemove unused 'view' argument from open_editor
2007-09-23 Jonas FonsecaFix out-of-range lineno when reloading the status view
2007-09-19 Jonas FonsecaFix open_editor to make the file path relative to the...
2007-09-17 Jonas FonsecaHandle REQ_NONE upfront in view_driver
2007-09-17 Jonas FonsecaSupport cherry-picking commits in main view to current...
2007-09-14 Jonas FonsecaOops, always ensure that ICONV_CONST is defined
2007-09-14 Jonas FonsecaUse the more advanced iconv.m4 script from ELinks
2007-09-13 Jonas FonsecaChange the default styles for the status view
2007-08-22 Jonas FonsecaEnsure ICONV_INBUF_TYPE is always defined; fix GIT_CONF...
2007-08-22 Jonas FonsecaGuard config.h include with HAVE_CONFIG_H
2007-08-22 Jonas FonsecaFix warning from blob_read returning pointer instead...
2007-08-21 Jonas Fonsecastage: add request handler supporting file edits and...
2007-08-21 Jonas FonsecaAdd stage view, which is used for showing status changes
2007-08-21 Jonas Fonsecaautoconf: check whether to use git-config or git-repo...
2007-08-21 Steven GrimmAdd autoconf-based build infrastructure for tig
2007-08-21 Jonas Fonsecatree: use simple stack to remember the previous subtree...
2007-08-21 Jonas FonsecaOnly show the command being loaded from for the pager...
2007-08-19 Jonas FonsecaMake it possible to browse all status changes once...
2007-08-19 Jonas FonsecaFix handling of REQ_NEXT/REQ_PREVIOUS
2007-08-19 Jonas FonsecaFix updating of the view title to show the current...
2007-08-18 Jonas FonsecaWarn about nothing to enter if REQ_ENTER reaches the...
2007-08-18 Jonas Fonsecastatus: implement support for opening files in editor
2007-08-18 Jonas Fonsecastatus: cleanup status_request by resurrection status_enter
2007-08-18 Jonas Fonsecastatus: "wire" REQ_STATUS_UPDATE handling through statu...
2007-08-18 Jonas FonsecaAdd view request operation for handling view specific...
2007-08-17 Jonas Fonsecastatus: fix switching to the main view when starting...
2007-08-17 Jonas Fonsecastatus: improve title and report messages
2007-08-17 Jonas Fonsecastatus: make it possible to batch updates by pressing...
2007-08-17 Jonas Fonsecastatus: assert that there are always view lines in...
2007-08-17 Jonas Fonsecastatus: make it possible to see all changes for a statu...
2007-08-10 Jeff Kingstatus window: mention 'u' instead of Enter
2007-08-10 Jonas FonsecaAdd support for showing staged/unstaged changes and...
2007-08-10 Jonas FonsecaIntroduce status-update action bound to 'u' by default
2007-08-08 Witold FilipczykAvoid flickering when moving past the main view's first...
2007-06-18 Jonas FonsecaFix pager mode regressions
2007-06-04 Jonas FonsecaFix (another) integer type mismatch on 64-bit systems
2007-06-04 Steven GrimmFix integer type mismatch on 64-bit systems
2007-06-03 Jonas FonsecaOnly emit one "Not a git repository" error message
2007-06-02 Jonas FonsecaGrab path to the git directory; use it when listing...
2007-06-02 Jonas Fonsecaread_properties: use size_t instead of int for callback
2007-06-02 Jonas FonsecaFix wrong uses of string_copy() with pointer instead...
2007-06-02 Jonas FonsecaFix use of the status view from subdirectories
2007-06-02 Jonas FonsecaFix string_copy macro to use sizeof(src) for the source...
2007-05-31 Jonas FonsecaMove "static" version info to VERSION file
2007-05-30 Jonas FonsecaAdd status view
2007-05-30 Jonas Fonsecamain_read: cleanup and simplify
2007-05-30 Jonas FonsecaRefactor add_line_text parts into add_line_data; use...
2007-05-29 Jonas FonsecaAdd open method to view_ops
2007-05-29 Jonas FonsecaAdd notice about empty pager view
2007-05-29 Jonas FonsecaAdd notice about empty pager view
2007-05-29 Jonas FonsecaMake keybinding reference more dynamic
2007-05-29 Jonas FonsecaMove space separator from get_key to formatting in...
2007-05-29 Jonas FonsecaImprove managment of view->ref and the title line
2007-05-29 Jonas FonsecaBe more paranoid about paths when updating the tree...
next