tokkee.org
Code
projects
/
tig.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Make argv_copy support allocating argv members
2010-06-03
Jonas Fonseca
Make argv_copy support allocating argv members
commit
|
commitdiff
|
tree
2010-06-03
Jonas Fonseca
Plug another memory leak and cleanup update start code...
commit
|
commitdiff
|
tree
2010-06-03
Jonas Fonseca
Mark the argument array as freed in argv_free
commit
|
commitdiff
|
tree
2010-06-01
Jonas Fonseca
Refactor io_complete into a single backend for {back...
commit
|
commitdiff
|
tree
2010-06-01
Jonas Fonseca
Introduce io_prepare as a fix to plug memory leaks...
commit
|
commitdiff
|
tree
2010-06-01
Jonas Fonseca
Internalize format flags in the IO layer
commit
|
commitdiff
|
tree
2010-06-01
Jonas Fonseca
Make the blame view format its own command arguments
commit
|
commitdiff
|
tree
2010-05-31
Jonas Fonseca
Use view_request to unconditionally refresh views after...
commit
|
commitdiff
|
tree
2010-05-31
Jonas Fonseca
Add view_request to call the view request method
commit
|
commitdiff
|
tree
2010-05-30
Jonas Fonseca
Move and rename free_argv to argv_free
commit
|
commitdiff
|
tree
2010-05-30
Jonas Fonseca
Make open_blob_editor use its own argv show and take...
commit
|
commitdiff
|
tree
2010-05-30
Jonas Fonseca
Use view_is_displayed when figuring setting up the...
commit
|
commitdiff
|
tree
2010-05-18
Jonas Fonseca
Restructure option management code to separate section
commit
|
commitdiff
|
tree
2010-05-16
Jonas Fonseca
Only update status view at EOF for displayed views
commit
|
commitdiff
|
tree
2010-05-05
Jonas Fonseca
Simplify handling of REQ_NEXT/REQ_PREVIOUS by using...
commit
|
commitdiff
|
tree
2010-05-04
Jonas Fonseca
Add view->prev to track history leaving view->parent...
commit
|
commitdiff
|
tree
2010-04-22
Jonas Fonseca
When adding a keybinding check if the key is already...
commit
|
commitdiff
|
tree
2010-04-22
Jonas Fonseca
Allow built-in run requests to be unbound
commit
|
commitdiff
|
tree
2010-04-22
Jonas Fonseca
Fix set_keymap to error when resolving an unknown keymap
commit
|
commitdiff
|
tree
2010-04-19
Jonas Fonseca
Fix unbind behavoir
commit
|
commitdiff
|
tree
2010-04-15
Jonas Fonseca
Introduce view->type member
commit
|
commitdiff
|
tree
2010-04-15
Jonas Fonseca
Use foreach_view for the stop loading action
commit
|
commitdiff
|
tree
2010-04-15
Jonas Fonseca
Remove unused VIEW_REQ() macro
commit
|
commitdiff
|
tree
2010-04-15
Jonas Fonseca
Add view flag with information about whether the view...
commit
|
commitdiff
|
tree
2010-04-15
Jonas Fonseca
argv: remove now unused FORMAT_DASH
commit
|
commitdiff
|
tree
2010-04-15
Jonas Fonseca
argv: make prepare_update use FORMAT_NONE
commit
|
commitdiff
|
tree
2010-03-30
Jonas Fonseca
argv: move report call to format_arg method
commit
|
commitdiff
|
tree
2010-03-30
Jonas Fonseca
argv: refactor argv_from_env to return an error state
commit
|
commitdiff
|
tree
2010-03-30
Jonas Fonseca
utf8: move unicode related functions below the string...
commit
|
commitdiff
|
tree
2010-03-30
Jonas Fonseca
utf8: make utf8_to_unicode return 0 when encountering...
commit
|
commitdiff
|
tree
2010-03-29
Jonas Fonseca
io: consolidate formatting into io_format
commit
|
commitdiff
|
tree
2010-03-29
Jonas Fonseca
io: set io->error when syscalls fail and remove calls...
commit
|
commitdiff
|
tree
2010-03-29
Jonas Fonseca
io: rename IO methods to have io_ prefix
commit
|
commitdiff
|
tree
2010-03-29
Jonas Fonseca
io: fix comment in io struct
commit
|
commitdiff
|
tree
2010-03-29
Jonas Fonseca
Rename string_date to mkdate and add incorporate common...
commit
|
commitdiff
|
tree
2010-03-29
Jonas Fonseca
Move nodelay logic to the get_input read loop
commit
|
commitdiff
|
tree
2010-03-29
Jonas Fonseca
Mark detached heads with [HEAD]; replace opt_head_rev...
commit
|
commitdiff
|
tree
2010-03-29
Jonas Fonseca
opt_codeset is only use in main, so make it local
commit
|
commitdiff
|
tree
2010-03-29
Jonas Fonseca
Make utf8_length take opt_tab_size as a parameter
commit
|
commitdiff
|
tree
2010-03-29
Jonas Fonseca
Remove line_graphic enum
commit
|
commitdiff
|
tree
2010-03-24
Jonas Fonseca
Silence warning about unused computed value
commit
|
commitdiff
|
tree
2010-01-23
Jonas Fonseca
Update copyrights
commit
|
commitdiff
|
tree
2009-12-20
Jonas Fonseca
Only draw dates with non-zero seconds
commit
|
commitdiff
|
tree
2009-12-20
Jonas Fonseca
Fix the display of relative date by storing the time...
commit
|
commitdiff
|
tree
2009-12-17
Jonas Fonseca
Fix author abbreviation to handle multi-byte and multi...
commit
|
commitdiff
|
tree
2009-12-15
Jonas Fonseca
Use FALSE marco instead of C++ false value
commit
|
commitdiff
|
tree
2009-12-15
Jonas Fonseca
prepare_update_file: assume file is relative to root...
commit
|
commitdiff
|
tree
2009-12-15
Jonas Fonseca
Status view: limit untracked file by the prefix/subdirectory
commit
|
commitdiff
|
tree
2009-12-15
Jonas Fonseca
open_editor: always open path relative to the repository...
commit
|
commitdiff
|
tree
2009-12-15
Jonas Fonseca
get_author_initials: improve and fix to not read outside...
commit
|
commitdiff
|
tree
2009-12-15
Jonas Fonseca
Abbreviation of author names is now configurable and...
commit
|
commitdiff
|
tree
2009-12-15
Jonas Fonseca
Refactor format variable lookup and expansion
commit
|
commitdiff
|
tree
2009-12-15
Jonas Fonseca
Oops, fix enum_equals
commit
|
commitdiff
|
tree
2009-12-13
Jonas Fonseca
Make return value of string_date const
commit
|
commitdiff
|
tree
2009-12-13
Jonas Fonseca
Simplify enum name comparison with enum_equals macro
commit
|
commitdiff
|
tree
2009-12-11
Jonas Fonseca
Define date values in DATE_INFO macro
commit
|
commitdiff
|
tree
2009-12-11
Jonas Fonseca
Refactor toggle_date_option into a generic enum_map...
commit
|
commitdiff
|
tree
2009-12-11
Jonas Fonseca
Introduce parse_enum and use it to parse the show-date...
commit
|
commitdiff
|
tree
2009-12-11
Jonas Fonseca
Refactor help_name into enum_name
commit
|
commitdiff
|
tree
2009-12-11
Jonas Fonseca
Fix parsing of boolean show-date values
commit
|
commitdiff
|
tree
2009-12-11
Jonas Fonseca
toggle_date_option: use passed date argument instead...
commit
|
commitdiff
|
tree
2009-12-11
Jonas Fonseca
Fix usage of the status view from a sub directory
commit
|
commitdiff
|
tree
2009-11-29
Jonas Fonseca
Encode everything internally as UTF-8
commit
|
commitdiff
|
tree
2009-11-27
Jonas Fonseca
Branch view: support browsing --all branches
commit
|
commitdiff
|
tree
2009-11-27
Jonas Fonseca
Cleanup bluring of the previous view's title bar
commit
|
commitdiff
|
tree
2009-11-24
Jonas Fonseca
foreach_ref: make ref argument const
commit
|
commitdiff
|
tree
2009-11-24
Jonas Fonseca
Status view: update the file variable when a line is...
commit
|
commitdiff
|
tree
2009-11-22
Jonas Fonseca
TODO: line wrapping
commit
|
commitdiff
|
tree
2009-11-21
Jonas Fonseca
Fix install-release-doc make rules to use origin/release
commit
|
commitdiff
|
tree
2009-11-21
Jonas Fonseca
Add make rules to install documentation from the release...
commit
|
commitdiff
|
tree
2009-11-20
Jonas Fonseca
tig-0.15
commit
|
commitdiff
|
tree
2009-11-19
Jonas Fonseca
Status view: special case revert of unmerged entries...
commit
|
commitdiff
|
tree
2009-11-18
Jonas Fonseca
io_open: take path as a vararg format
commit
|
commitdiff
|
tree
2009-11-18
Jonas Fonseca
run_io_rd_dir: obsolete by switching call sites to...
commit
|
commitdiff
|
tree
2009-11-18
Jonas Fonseca
run_io_dir: take dir argument
commit
|
commitdiff
|
tree
2009-11-18
Jonas Fonseca
begin_update: simplify control flow
commit
|
commitdiff
|
tree
2009-11-18
Jonas Fonseca
Remove build dependency on git from the configure script
commit
|
commitdiff
|
tree
2009-11-18
Jonas Fonseca
tigmanual(7): provide the manual as a man page
commit
|
commitdiff
|
tree
2009-11-18
Jonas Fonseca
Update asciidoc table syntax to the one supported by...
commit
|
commitdiff
|
tree
2009-11-18
Jonas Fonseca
NEWS: Improve bug fix description
commit
|
commitdiff
|
tree
2009-11-17
Jonas Fonseca
Fix loading of blame data when opened from the tree...
commit
|
commitdiff
|
tree
2009-11-17
Jonas Fonseca
Fix draw_date to not format anything when time arg...
commit
|
commitdiff
|
tree
2009-11-13
Jonas Fonseca
Add support for displaying relative dates
commit
|
commitdiff
|
tree
2009-11-11
Jonas Fonseca
NEWS: Mention date-shorten feature
commit
|
commitdiff
|
tree
2009-11-11
Jonas Fonseca
Merge remote branch 'samb/short-dates'
commit
|
commitdiff
|
tree
2009-11-11
Jonas Fonseca
Show the active (instead of the default) keybindings...
commit
|
commitdiff
|
tree
2009-06-02
Jonas Fonseca
Build with asciidoc-8.4.5
Signed-off-by:
Jonas Fonseca
<fonseca@diku.dk>
commit
|
commitdiff
|
tree
2009-04-13
Jonas Fonseca
Allow multiple text attributes for color commands
commit
|
commitdiff
|
tree
2009-02-26
Jonas Fonseca
Remove macros which are only used for default option...
commit
|
commitdiff
|
tree
2009-02-25
Jonas Fonseca
Manual: document that :<number> jumps to the line number
commit
|
commitdiff
|
tree
2009-02-22
Jonas Fonseca
Fix memory allocation check in open_commit_parent_menu
commit
|
commitdiff
|
tree
2009-02-22
Jonas Fonseca
Use menus with the commit subject to present selectable...
commit
|
commitdiff
|
tree
2009-02-22
Jonas Fonseca
Add simple support for showing menues and use it for...
commit
|
commitdiff
|
tree
2009-02-21
Jonas Fonseca
Restore the branch view position after refreshing
commit
|
commitdiff
|
tree
2009-02-21
Jonas Fonseca
Fix reloading of references to not cause access to...
commit
|
commitdiff
|
tree
2009-02-21
Jonas Fonseca
Add support for sorting branch entries by name, date...
commit
|
commitdiff
|
tree
2009-02-21
Jonas Fonseca
Add support for sorting tree entries by name, date...
commit
|
commitdiff
|
tree
2009-02-21
Jonas Fonseca
Branch view: fix loading to handle when two branches...
commit
|
commitdiff
|
tree
2009-02-20
Jonas Fonseca
Use temporary variable in refs loop in main_draw
commit
|
commitdiff
|
tree
2009-02-20
Jonas Fonseca
Minor fix to always sort even if allocation fails in...
commit
|
commitdiff
|
tree
next