tokkee.org
Code
projects
/
tig.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
tig.git
2009-02-20
Jeff King
Add missing NULL in blame_grep
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Jonas Fonseca
Fix a potential problem with reading tokens larger...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Jonas Fonseca
Update the current branch information when reloading...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Jonas Fonseca
Define an allocator for run requests
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Jonas Fonseca
Remove the need for alloc variables
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Jonas Fonseca
Make the granular allocators more customizable using...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-17
Jonas Fonseca
Define a tree_grep and fixing searching
commit
|
commitdiff
|
tree
|
snapshot
2009-02-17
Jonas Fonseca
Simplify searching in view lines by defining grep_text...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-17
Jonas Fonseca
Reduce memory and startup time by storing author times...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-17
Jonas Fonseca
Add small cache for author names to reduce memory foot...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-15
Jonas Fonseca
tig-0.14.1
commit
|
commitdiff
|
tree
|
snapshot
2009-02-15
Jonas Fonseca
Remove unneeded doupdate from view_driver
commit
|
commitdiff
|
tree
|
snapshot
2009-02-15
Jonas Fonseca
Keep the cursor fixed while initial stage progress...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-15
Jonas Fonseca
Fix draw_lineno to always set the static format buffer
commit
|
commitdiff
|
tree
|
snapshot
2009-02-15
Jonas Fonseca
Fix bug in draw_space to not access memory outside...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-15
Jonas Fonseca
Refactor draw_lineno to use draw_graphic
commit
|
commitdiff
|
tree
|
snapshot
2009-02-15
Jonas Fonseca
Fix horizontal scrolling
commit
|
commitdiff
|
tree
|
snapshot
2009-02-15
Jonas Fonseca
Remove limitation of horizontal scrolling
commit
|
commitdiff
|
tree
|
snapshot
2009-02-13
Jonas Fonseca
tigrc(5): suggest git aliases for external commands...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-13
Jonas Fonseca
Fix the view clearing to only be effective for displaye...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-13
Jonas Fonseca
Make behavior of horizontal scrolling configurable
commit
|
commitdiff
|
tree
|
snapshot
2009-02-13
Sebastian Harl
Fix handling of quoted strings in the config file
commit
|
commitdiff
|
tree
|
snapshot
2009-02-12
Jonas Fonseca
tigrc(5): fix error in examples for the set command
commit
|
commitdiff
|
tree
|
snapshot
2009-02-10
Jonas Fonseca
Tree view: draw submodule entry modes as "m---------"
commit
|
commitdiff
|
tree
|
snapshot
2009-02-10
Jonas Fonseca
Status view: report failures to update a file
commit
|
commitdiff
|
tree
|
snapshot
2009-02-10
Jonas Fonseca
Ignore broken pipe signals
commit
|
commitdiff
|
tree
|
snapshot
2009-02-10
Jonas Fonseca
Use putenv instead of setenv
commit
|
commitdiff
|
tree
|
snapshot
2009-02-09
Carsten Brockmann
manual: Correct the keys to move the cursor one line...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-09
Jonas Fonseca
Status view: upon failure to open a file show error...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-09
Jonas Fonseca
Refactor and share view maximization code from view...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-09
Jonas Fonseca
Fix io_strerror return type
commit
|
commitdiff
|
tree
|
snapshot
2009-02-09
Jonas Fonseca
Add support for handling core.worktree
commit
|
commitdiff
|
tree
|
snapshot
2009-02-09
Jonas Fonseca
Optimize read_repo_config_option to reduce string compa...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-09
Jonas Fonseca
Move setting of remote branch from repo config to separ...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-08
Jonas Fonseca
Mark enum_maps and other data tables as const
commit
|
commitdiff
|
tree
|
snapshot
2009-02-08
Jonas Fonseca
Use check_blame_commit when handling REQ_ENTER
commit
|
commitdiff
|
tree
|
snapshot
2009-02-08
Jonas Fonseca
NEWS: Mention Jeff's uninitialized variable bug fix
commit
|
commitdiff
|
tree
|
snapshot
2009-02-08
Jeff King
Handle blaming beyond the creation of file more gracefully
commit
|
commitdiff
|
tree
|
snapshot
2009-02-07
Jonas Fonseca
Blame view: add guesstimation of line number when blami...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-07
Jonas Fonseca
Use file and line number information when loading blame...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-07
Jonas Fonseca
Make the blame view expand tabs at drawing time
commit
|
commitdiff
|
tree
|
snapshot
2009-02-07
Jonas Fonseca
Introduce common view position update helper
commit
|
commitdiff
|
tree
|
snapshot
2009-02-07
Jonas Fonseca
Improve restoring of the view position to bound the...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-07
Jonas Fonseca
Jump to line when a number is entered in the prompt
commit
|
commitdiff
|
tree
|
snapshot
2009-02-07
Jonas Fonseca
Warn users about integers in ~/.tigrc being out of...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-07
Jeff King
Fix uninitialized variable in string_expand_length
commit
|
commitdiff
|
tree
|
snapshot
2009-02-07
Witold Filipczyk
Add support for 256 colors by allowing "colorN" names...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-05
Jonas Fonseca
Improve on branch information in the status view
commit
|
commitdiff
|
tree
|
snapshot
2009-02-05
Jonas Fonseca
Simplify setting the default for the system configurati...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-05
Jonas Fonseca
Refactor and unify timezone parsing
commit
|
commitdiff
|
tree
|
snapshot
2009-02-05
Jonas Fonseca
Remove the need for the OPEN_NOMAXIMIZE flag
commit
|
commitdiff
|
tree
|
snapshot
2009-02-05
Jonas Fonseca
Remove unused OPEN_BACKGROUNDED flag
commit
|
commitdiff
|
tree
|
snapshot
2009-02-05
Jonas Fonseca
Use enum_map for handling obsolete color names
commit
|
commitdiff
|
tree
|
snapshot
2009-02-05
Jonas Fonseca
Use enum_map for handling obsolete request names
commit
|
commitdiff
|
tree
|
snapshot
2009-02-05
Jonas Fonseca
Refactor the int_map interface into new enum_map interface
commit
|
commitdiff
|
tree
|
snapshot
2009-02-05
Jonas Fonseca
Cleanup and simplify option file parsing
commit
|
commitdiff
|
tree
|
snapshot
2009-02-05
Jonas Fonseca
tig-0.14
commit
|
commitdiff
|
tree
|
snapshot
2009-02-05
Jonas Fonseca
Read tigrc(5) options from git configuration files
commit
|
commitdiff
|
tree
|
snapshot
2009-02-05
Jonas Fonseca
tig(1): correct info on tree view related environment...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-05
Jonas Fonseca
Add release script documenting the release procedure
commit
|
commitdiff
|
tree
|
snapshot
2009-02-05
Jonas Fonseca
Spell check all text files and add dictionary to speed...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-05
Jonas Fonseca
tigrc(5): document the tree view colors
commit
|
commitdiff
|
tree
|
snapshot
2009-02-05
Jonas Fonseca
Refactor file mode drawing; rename tree-mode color...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-05
Jonas Fonseca
Replace usage of the main-author color with the author...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-05
Jonas Fonseca
Move usage string near parse_options
commit
|
commitdiff
|
tree
|
snapshot
2009-02-03
Jonas Fonseca
Tree view: improve handling of empty trees
commit
|
commitdiff
|
tree
|
snapshot
2009-02-03
Jonas Fonseca
Fix reverting of unmerged status entries
commit
|
commitdiff
|
tree
|
snapshot
2009-02-03
Jonas Fonseca
Add support for horizontal scrolling
commit
|
commitdiff
|
tree
|
snapshot
2009-02-03
Jonas Fonseca
Expand tabs in displayed lines to not rely on ncurses...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-03
Jeff King
Treat empty '/' as "find next"
commit
|
commitdiff
|
tree
|
snapshot
2009-02-03
Jonas Fonseca
TODO: elaborate and regroup into 'before tig-1.0' and...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-03
Jonas Fonseca
Move initial view setup into parse_options
commit
|
commitdiff
|
tree
|
snapshot
2009-02-03
Jonas Fonseca
Move parse_option so it has access to view definitions
commit
|
commitdiff
|
tree
|
snapshot
2009-02-03
Jonas Fonseca
Remove parsing of deprecated option -S and subcommands...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-03
Jonas Fonseca
Rename & move read_properties and git_properties
commit
|
commitdiff
|
tree
|
snapshot
2009-02-03
Jonas Fonseca
Use warn() for warnings emitted during config file...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-02
Jonas Fonseca
Fix scrolling bugs in gnome-terminal and (u)xterm
commit
|
commitdiff
|
tree
|
snapshot
2009-02-02
Jonas Fonseca
BUGS: document problem with scrolling in (u)xterm
commit
|
commitdiff
|
tree
|
snapshot
2009-02-02
Jonas Fonseca
Tune the view clearing to wait until 2 seconds has...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-02
Jonas Fonseca
Handle all cursor positioning in get_input
commit
|
commitdiff
|
tree
|
snapshot
2009-02-02
Jonas Fonseca
Optimize drawing by updating the screen in one go
commit
|
commitdiff
|
tree
|
snapshot
2009-02-02
Jonas Fonseca
Abbreviate author names to initials when author-width < 6
commit
|
commitdiff
|
tree
|
snapshot
2009-02-02
Jonas Fonseca
Refactor author drawing into draw_author
commit
|
commitdiff
|
tree
|
snapshot
2009-02-02
Jonas Fonseca
Fix tokenizing when parsing ~/.tigrc
commit
|
commitdiff
|
tree
|
snapshot
2009-01-30
Jonas Fonseca
Workaround bug exposed by the redrawwin removal in...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-30
Jonas Fonseca
Make cursor updating when resizing the display and...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-30
Jonas Fonseca
Change scrollok strategy to leave it off unless when...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-30
Jonas Fonseca
Initialize status_empty flag to FALSE
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Jonas Fonseca
Eliminate unneeded calls to redrawwin
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Jonas Fonseca
TODO: a small commit cache should be employed at some...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Jonas Fonseca
Help view: show the action name similar as in Mutt...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Jonas Fonseca
Remove preallocation of view lines in help_open
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Stefan Naewe
corrected doubly used ID view-manipulation in manual.txt
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Jonas Fonseca
tigrc(5) & manual: move view specific actions out of...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Jonas Fonseca
Add support for loading blame for parent commits
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Jonas Fonseca
Refactor prompting for user input
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Jonas Fonseca
Rename tree-parent action to parent
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Jonas Fonseca
Minor cleanup of the tree view code; fix enter on the...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Jonas Fonseca
TODO: remove resolved item
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Jonas Fonseca
Tree view: improve to look less like plumbing
commit
|
commitdiff
|
tree
|
snapshot
next