summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2009-02-16tig-0.14.1tig-0.14.1Jonas Fonseca
2009-02-15Remove unneeded doupdate from view_driverJonas Fonseca
2009-02-15Keep the cursor fixed while initial stage progress is reportedJonas Fonseca
2009-02-15Fix draw_lineno to always set the static format bufferJonas Fonseca
2009-02-15Fix bug in draw_space to not access memory outside the space bufferJonas Fonseca
2009-02-15Refactor draw_lineno to use draw_graphicJonas Fonseca
2009-02-15Fix horizontal scrollingJonas Fonseca
2009-02-15Remove limitation of horizontal scrollingJonas Fonseca
2009-02-13tigrc(5): suggest git aliases for external commands requiring shell opsJonas Fonseca
2009-02-13Fix the view clearing to only be effective for displayed viewsJonas Fonseca
2009-02-13Make behavior of horizontal scrolling configurableJonas Fonseca
2009-02-13Fix handling of quoted strings in the config fileSebastian Harl
2009-02-12tigrc(5): fix error in examples for the set commandJonas Fonseca
2009-02-10Tree view: draw submodule entry modes as "m---------"Jonas Fonseca
2009-02-10Status view: report failures to update a fileJonas Fonseca
2009-02-10Ignore broken pipe signalsJonas Fonseca
2009-02-10Use putenv instead of setenvJonas Fonseca
2009-02-09manual: Correct the keys to move the cursor one line up/downCarsten Brockmann
2009-02-09Status view: upon failure to open a file show error messageJonas Fonseca
2009-02-09Refactor and share view maximization code from view-close handlingJonas Fonseca
2009-02-09Fix io_strerror return typeJonas Fonseca
2009-02-09Add support for handling core.worktreeJonas Fonseca
2009-02-09Optimize read_repo_config_option to reduce string comparisonsJonas Fonseca
2009-02-09Move setting of remote branch from repo config to separate functionJonas Fonseca
2009-02-08Mark enum_maps and other data tables as constJonas Fonseca
2009-02-08Use check_blame_commit when handling REQ_ENTERJonas Fonseca
2009-02-08NEWS: Mention Jeff's uninitialized variable bug fixJonas Fonseca
2009-02-08Handle blaming beyond the creation of file more gracefullyJeff King
2009-02-07Blame view: add guesstimation of line number when blaming parent commitJonas Fonseca
2009-02-07Use file and line number information when loading blame for commitJonas Fonseca
2009-02-07Make the blame view expand tabs at drawing timeJonas Fonseca
2009-02-07Introduce common view position update helperJonas Fonseca
2009-02-07Improve restoring of the view position to bound the offsetJonas Fonseca
2009-02-07Jump to line when a number is entered in the promptJonas Fonseca
2009-02-07Warn users about integers in ~/.tigrc being out of boundJonas Fonseca
2009-02-07Fix uninitialized variable in string_expand_lengthJeff King
2009-02-07Add support for 256 colors by allowing "colorN" names similar to MuttWitold Filipczyk
2009-02-05Improve on branch information in the status viewJonas Fonseca
2009-02-05Simplify setting the default for the system configuration fileJonas Fonseca
2009-02-05Refactor and unify timezone parsingJonas Fonseca
2009-02-05Remove the need for the OPEN_NOMAXIMIZE flagJonas Fonseca
2009-02-05Remove unused OPEN_BACKGROUNDED flagJonas Fonseca
2009-02-05Use enum_map for handling obsolete color namesJonas Fonseca
2009-02-05Use enum_map for handling obsolete request namesJonas Fonseca
2009-02-05Refactor the int_map interface into new enum_map interfaceJonas Fonseca
2009-02-05Cleanup and simplify option file parsingJonas Fonseca
2009-02-05tig-0.14tig-0.14Jonas Fonseca
2009-02-05Read tigrc(5) options from git configuration filesJonas Fonseca
2009-02-05tig(1): correct info on tree view related environment variablesJonas Fonseca
2009-02-05Add release script documenting the release procedureJonas Fonseca