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-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
2009-01-27
Jonas Fonseca
Refactor main_read to create parse_author_line
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
Jonas Fonseca
update_view: remove an unneeded goto
commit
|
commitdiff
|
tree
|
snapshot
2009-01-24
Jonas Fonseca
Fix floating point bug in the blame reporting
commit
|
commitdiff
|
tree
|
snapshot
2009-01-24
Jonas Fonseca
Also call end_update for views with custom open function
commit
|
commitdiff
|
tree
|
snapshot
2009-01-24
Jonas Fonseca
Add -O0 to the debug flags
commit
|
commitdiff
|
tree
|
snapshot
2009-01-24
Jonas Fonseca
Rectify arg indexes changes in blame --no-color fix
commit
|
commitdiff
|
tree
|
snapshot
2009-01-24
Jonas Fonseca
Fix status loading of unmerged entries to avoid access...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-23
Jonas Fonseca
Fix kill_io() to only call kill(2) when pid is non...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-23
Jonas Fonseca
Blame view: fix reloading of the diff view for changes...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-23
Jonas Fonseca
Oops, always specify --no-color when using git diff
commit
|
commitdiff
|
tree
|
snapshot
2009-01-23
Jonas Fonseca
Blame view: fix diffing of lines marked as not yet...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-23
Jonas Fonseca
Add support for restoring the view position in reloadab...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-22
Jonas Fonseca
Fix status_exists to be consistent with data displayed...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-22
Jonas Fonseca
Make it possible to call select_view_line for non-displ...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-22
Jonas Fonseca
Refactor find_next_line into select_view_line
commit
|
commitdiff
|
tree
|
snapshot
2009-01-21
Jonas Fonseca
Refactor user input handling into separate function
commit
|
commitdiff
|
tree
|
snapshot
2009-01-21
Jonas Fonseca
Add support for opening any blob in an editor
commit
|
commitdiff
|
tree
|
snapshot
2009-01-21
Jonas Fonseca
Prefer werase to wclear when possible to reduce flickering
commit
|
commitdiff
|
tree
|
snapshot
2009-01-21
Jonas Fonseca
Cleanup and improve option toggling actions to include...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-21
Jonas Fonseca
Fix stage reloading to not close when staging chunks...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-21
Jonas Fonseca
Do not terminate the update when switching back to...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-21
Jonas Fonseca
Fix regression of main view drawing
commit
|
commitdiff
|
tree
|
snapshot
2009-01-19
Jonas Fonseca
Cleanup update_view's read loop
commit
|
commitdiff
|
tree
|
snapshot
2009-01-19
Jonas Fonseca
Fix regression in handling of data for non-UTF-8 locales
commit
|
commitdiff
|
tree
|
snapshot
2009-01-17
Jonas Fonseca
Fix another regression from the dirty flag changes...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-17
Jonas Fonseca
Fix serious bug where a stack allocated variable was...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-17
Jonas Fonseca
Improve messages when preparing to load blame commits
commit
|
commitdiff
|
tree
|
snapshot
2009-01-15
Jonas Fonseca
Fix regressions introduced in the last few dirty flag...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-15
Jonas Fonseca
Tree view: make drawing more smooth by using the dirty...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-15
Jonas Fonseca
Cleanup redrawing of views when updating by using the...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-15
Jonas Fonseca
Cleanup the tree_read sorting loop
commit
|
commitdiff
|
tree
|
snapshot
2009-01-15
Jonas Fonseca
Fix memory corruption bug in tree_read when sorting...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-15
Jonas Fonseca
Cleanup and simplify the code by introducing add_line_f...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-15
Jonas Fonseca
Cleanup the code by calling realloc_lines in add_line_data
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Jonas Fonseca
tig-0.13
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Jonas Fonseca
Launch mergetool from the project root directory
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Jonas Fonseca
Clear the view after 1 second during updates where...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Jonas Fonseca
IO API: use select(2) to check if pipe is readable...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Jonas Fonseca
IO API: reindent status_run main loop after the rewrite
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Jonas Fonseca
IO API: replace io_gets with helper for scanning buffers
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Jonas Fonseca
IO API: use fork+exec
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Jonas Fonseca
IO API: use argv internally
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Jonas Fonseca
IO API: use file descriptor internally
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Jonas Fonseca
IO API: replace init_io_fd with io_open which calls...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Jonas Fonseca
IO API: use in the status view
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Jonas Fonseca
IO API: use when loading repository properties
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Jonas Fonseca
IO API: use in the stage view
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Jonas Fonseca
IO API: obsolete opt_pipe
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Jonas Fonseca
IO API: obsolete opt_cmd by using prepare_update in...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Jonas Fonseca
IO API: use prepare_update when parsing command line...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Jonas Fonseca
IO API: use in add_describe_ref
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Jonas Fonseca
IO API: use in the blame view
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Jonas Fonseca
IO API: unify tree view and the default path in begin_u...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Jonas Fonseca
IO API: use for the main, log, diff, tree and blob...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Jonas Fonseca
IO API: use when preparing to run commands from the...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Jonas Fonseca
IO API: convert status checkout/revert support
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Jonas Fonseca
IO API: use when running external commands
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Jonas Fonseca
IO API: refactor the run request command formatter
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Jonas Fonseca
IO API: add small library for reading files and running...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Jonas Fonseca
Blame: do to not reload the diff view for same commits
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Jonas Fonseca
Blame: update blame to selected commit when pressing 'B'
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Jonas Fonseca
Blame: remove unused member of struct blame
commit
|
commitdiff
|
tree
|
snapshot
2009-01-10
Jonas Fonseca
Add setup_update for initialize incremental view updates
commit
|
commitdiff
|
tree
|
snapshot
2009-01-07
Jonas Fonseca
Slightly reduce memory usage for keybindings
commit
|
commitdiff
|
tree
|
snapshot
2008-12-31
Jonas Fonseca
Move formatting of blame --incremental command to blame...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-31
Jonas Fonseca
Minor simplification of blame_open
commit
|
commitdiff
|
tree
|
snapshot
2008-12-31
Jonas Fonseca
Don't use view->cmd to share state in the blame view
commit
|
commitdiff
|
tree
|
snapshot
2008-12-31
Jonas Fonseca
Fix drawing loading views that are not displayed.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-28
Jonas Fonseca
Add support for launching the editor from the tree...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-28
Jonas Fonseca
Replace opt_no_head with opt_head_rev in order to save...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-28
Jonas Fonseca
Use switch statement in tree_request
commit
|
commitdiff
|
tree
|
snapshot
2008-12-28
Jonas Fonseca
Refuse to open blame view for all non-file entries...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-16
Jonas Fonseca
Refuse to open deleted files from the status and stage...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-05
Jonas Fonseca
tigrc(5): minor fixes and improvements from wip/run...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-25
Jonas Fonseca
Refuse to open a directory in the status and stage...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-15
Jonas Fonseca
Fix waiting for input after executing a run request...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-15
Jonas Fonseca
update_view: Check the pipes and call end_update()...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Jonas Fonseca
Use "--" to separate file argument to git-checkout
commit
|
commitdiff
|
tree
|
snapshot
2008-10-11
Jonas Fonseca
Cleanup and fix the main loop to make view point to...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-11
Jonas Fonseca
Update and improve the manual
commit
|
commitdiff
|
tree
|
snapshot
2008-10-10
Jonas Fonseca
Remove documentation relicts from before the option...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-10
Jonas Fonseca
Introduce prefixcmp macro to reduce code verbosity
commit
|
commitdiff
|
tree
|
snapshot
next