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
2006-05-28
Jonas Fonseca
Make read_properties() take FILE *pipe instead of comma...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-28
Jonas Fonseca
Document the loading time displayed in the title window...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-28
Jonas Fonseca
Make the stop all loading request stop all loading
commit
|
commitdiff
|
tree
|
snapshot
2006-05-28
Jonas Fonseca
Notify that the prompt is unusable while loading
commit
|
commitdiff
|
tree
|
snapshot
2006-05-28
Jonas Fonseca
Tab size short option changes from -t to -b
commit
|
commitdiff
|
tree
|
snapshot
2006-05-27
Jonas Fonseca
Minor usability fix: when closing never switch to an...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-27
Jonas Fonseca
"View commands" section becomes "History commands".
commit
|
commitdiff
|
tree
|
snapshot
2006-05-26
Jonas Fonseca
License revisited: it's GPLv2 or later
commit
|
commitdiff
|
tree
|
snapshot
2006-05-26
Jonas Fonseca
Fix off by one error; makes tags visible again
commit
|
commitdiff
|
tree
|
snapshot
2006-05-26
Jonas Fonseca
When updating the title window, move the cursor to...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-26
Jonas Fonseca
Factor out cursor moving
commit
|
commitdiff
|
tree
|
snapshot
2006-05-26
Jonas Fonseca
Make window switching smother; fix blurring of previous...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-26
Jonas Fonseca
Never close backgrounded loads; only clear window when...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-24
Jonas Fonseca
Only pass on properies with non-zero length names
commit
|
commitdiff
|
tree
|
snapshot
2006-05-24
Jonas Fonseca
Refactor reading of properties from pipes
commit
|
commitdiff
|
tree
|
snapshot
2006-05-24
Jonas Fonseca
Load config before parsing command line options so...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-24
Jonas Fonseca
Make UTF-8 handling optional but still default
commit
|
commitdiff
|
tree
|
snapshot
2006-05-24
Jonas Fonseca
Add support for loading repo config
commit
|
commitdiff
|
tree
|
snapshot
2006-05-24
Jonas Fonseca
Cleanup see also section
commit
|
commitdiff
|
tree
|
snapshot
2006-05-24
Jonas Fonseca
Move env handling up below option handling
commit
|
commitdiff
|
tree
|
snapshot
2006-05-24
Jonas Fonseca
Put license also in the program header
commit
|
commitdiff
|
tree
|
snapshot
2006-05-24
Jonas Fonseca
Rearrange pager_enter logic
commit
|
commitdiff
|
tree
|
snapshot
2006-05-24
Jonas Fonseca
Update README; set a less ugly font-family
commit
|
commitdiff
|
tree
|
snapshot
2006-05-24
Jonas Fonseca
Introduce struct line and use it for view->line
commit
|
commitdiff
|
tree
|
snapshot
2006-05-23
Jonas Fonseca
Improve title updating and remove flickering
commit
|
commitdiff
|
tree
|
snapshot
2006-05-23
Jonas Fonseca
Make update reporting less verbose
commit
|
commitdiff
|
tree
|
snapshot
2006-05-22
Jonas Fonseca
Fix spurious resizing of the display (take 2)
commit
|
commitdiff
|
tree
|
snapshot
2006-05-22
Jonas Fonseca
Add macro for getting number of displayed views
commit
|
commitdiff
|
tree
|
snapshot
2006-05-21
Jonas Fonseca
Only resize the display when actually required
commit
|
commitdiff
|
tree
|
snapshot
2006-05-21
Jonas Fonseca
Fix updating of the main view title when the screen...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-21
Jonas Fonseca
End the current update before begining a new one; fixes...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-21
Jonas Fonseca
Bind 'j'/'k' to moving up/down; add next/previous reque...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-21
Jonas Fonseca
Move struct commit to appear just above the main view...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-21
Jonas Fonseca
Add -O2 to CFLAGS to get more warnings
commit
|
commitdiff
|
tree
|
snapshot
2006-05-21
Jonas Fonseca
Cache all queries for refs based on ID
commit
|
commitdiff
|
tree
|
snapshot
2006-05-20
Jonas Fonseca
Move git directory assertion to main; don't require...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-20
Jonas Fonseca
In pager mode, fix entering commit lines from log and...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-20
Jonas Fonseca
Remove old window cycling code from before enter reques...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-20
Jonas Fonseca
Add simple window stack, tracking view relation ship...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-20
Jonas Fonseca
Remove objsize member from struct commit
commit
|
commitdiff
|
tree
|
snapshot
2006-05-20
Jonas Fonseca
Make Enter in the pager view always scroll
commit
|
commitdiff
|
tree
|
snapshot
2006-05-20
Jonas Fonseca
Record builds with dirty working tree by appending...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-20
Jonas Fonseca
Remove trailing space; make cursed global static
commit
|
commitdiff
|
tree
|
snapshot
2006-05-20
Jonas Fonseca
Make -h and --help options ouput a help message
commit
|
commitdiff
|
tree
|
snapshot
2006-05-20
Jonas Fonseca
Bind '-' to PageUp; raises Mutt compatibility
commit
|
commitdiff
|
tree
|
snapshot
2006-05-20
Jonas Fonseca
Streamline version displaying and show built date
commit
|
commitdiff
|
tree
|
snapshot
2006-05-20
Jonas Fonseca
Make Enter in the main view switch to the split diff...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-20
Jonas Fonseca
Add preliminary support for UTF-8 handling in the main...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-19
Jonas Fonseca
Add close view request; bound to 'q' by default
commit
|
commitdiff
|
tree
|
snapshot
2006-05-19
Jonas Fonseca
Bind quit to 'Q'
commit
|
commitdiff
|
tree
|
snapshot
2006-05-19
Jonas Fonseca
Add -Werror to the cc debug flags
commit
|
commitdiff
|
tree
|
snapshot
2006-05-18
Jonas Fonseca
Pressing Enter in the diff view will now scroll it...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-18
Jonas Fonseca
Rearrange things in the start of the viewer
commit
|
commitdiff
|
tree
|
snapshot
2006-05-17
Kristian Høgsberg
Bind 'b' to Page Up, and Space to Page Down
commit
|
commitdiff
|
tree
|
snapshot
2006-05-17
Jonas Fonseca
Make sense of the comment about view->win height
commit
|
commitdiff
|
tree
|
snapshot
2006-05-17
Jonas Fonseca
Group display functions at the bottom
commit
|
commitdiff
|
tree
|
snapshot
2006-05-17
Jonas Fonseca
Redraw the whole display after toggling line number
commit
|
commitdiff
|
tree
|
snapshot
2006-05-17
Jonas Fonseca
Minor documentation updates
commit
|
commitdiff
|
tree
|
snapshot
2006-05-17
Sir Raorn
Fix warnings
commit
|
commitdiff
|
tree
|
snapshot
2006-05-17
Sir Raorn
Fix linking with --as-needed ld(1) option.
commit
|
commitdiff
|
tree
|
snapshot
2006-05-17
Jonas Fonseca
Minor doc and coding style fixes
commit
|
commitdiff
|
tree
|
snapshot
2006-05-17
Timo Hirvonen
Mark quit() and die() __noreturn
commit
|
commitdiff
|
tree
|
snapshot
2006-05-17
Timo Hirvonen
Make some strings "const"
commit
|
commitdiff
|
tree
|
snapshot
2006-05-17
Jonas Fonseca
tig version 0.3
commit
|
commitdiff
|
tree
|
snapshot
2006-05-17
Jonas Fonseca
Minor documentation fixes; nothing from git-ls-remote...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-16
Jonas Fonseca
After seeing Linus' mail further improve revision speci...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-16
Jonas Fonseca
Make the last variables static
commit
|
commitdiff
|
tree
|
snapshot
2006-05-16
Jonas Fonseca
Fix File history section number
commit
|
commitdiff
|
tree
|
snapshot
2006-05-16
Jonas Fonseca
Minor fixes
commit
|
commitdiff
|
tree
|
snapshot
2006-05-16
Jonas Fonseca
Only tig(1) is required by the help view
commit
|
commitdiff
|
tree
|
snapshot
2006-05-16
Jonas Fonseca
Only set VERSION to git-describe if .git is available
commit
|
commitdiff
|
tree
|
snapshot
2006-05-16
Jonas Fonseca
Put documentation in a branch named release
commit
|
commitdiff
|
tree
|
snapshot
2006-05-16
Jonas Fonseca
You gotta have a README file
commit
|
commitdiff
|
tree
|
snapshot
2006-05-16
Jonas Fonseca
Document file history rev limiting
commit
|
commitdiff
|
tree
|
snapshot
2006-05-16
Jonas Fonseca
... and yet more doc ups
commit
|
commitdiff
|
tree
|
snapshot
2006-05-16
Jonas Fonseca
Check spelling
commit
|
commitdiff
|
tree
|
snapshot
2006-05-15
Jonas Fonseca
Further improve documentation
commit
|
commitdiff
|
tree
|
snapshot
2006-05-15
Jonas Fonseca
Lots of documentation improvements
commit
|
commitdiff
|
tree
|
snapshot
2006-05-15
Jonas Fonseca
Improve documentation; optional tab size; move up/down...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-14
Jonas Fonseca
Only save commit tag refs; move line type info to view...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-14
Jonas Fonseca
Fix file mode diff header handling; fix repo refs
commit
|
commitdiff
|
tree
|
snapshot
2006-05-14
Jonas Fonseca
Add support for repository references
commit
|
commitdiff
|
tree
|
snapshot
2006-05-14
Jonas Fonseca
Oops, no need to #include <readline/readline>
commit
|
commitdiff
|
tree
|
snapshot
2006-05-14
Jonas Fonseca
Try to improve report("")
commit
|
commitdiff
|
tree
|
snapshot
2006-05-14
Jonas Fonseca
Implement support for terminal resizing
commit
|
commitdiff
|
tree
|
snapshot
2006-05-14
Jonas Fonseca
Take commands from the environment
commit
|
commitdiff
|
tree
|
snapshot
2006-05-13
Jonas Fonseca
Use --topo-order; fclose(stdin); space cleanup
commit
|
commitdiff
|
tree
|
snapshot
2006-05-12
Jonas Fonseca
Fix title in split view; scroll/move reporting; ...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-12
Jonas Fonseca
Fix scrolling when current line is outside of splitted...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-12
Jonas Fonseca
Support for show
commit
|
commitdiff
|
tree
|
snapshot
2006-05-11
Jonas Fonseca
Improve documentation
commit
|
commitdiff
|
tree
|
snapshot
2006-05-11
Jonas Fonseca
Fix ref navigation bug; make internal command line...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-10
Jonas Fonseca
Add support for pager view
commit
|
commitdiff
|
tree
|
snapshot
2006-05-10
Jonas Fonseca
Add support for git log / git diff options
commit
|
commitdiff
|
tree
|
snapshot
2006-05-09
Jonas Fonseca
Lots of small improvements
commit
|
commitdiff
|
tree
|
snapshot
2006-05-02
Jonas Fonseca
Meep
commit
|
commitdiff
|
tree
|
snapshot
2006-05-01
Jonas Fonseca
Lots of cleanups and improvements; speed up attr access
commit
|
commitdiff
|
tree
|
snapshot
2006-05-01
Jonas Fonseca
Heavy renaming and code recomposition
commit
|
commitdiff
|
tree
|
snapshot
2006-04-30
Jonas Fonseca
Lots of minor UI improvements
commit
|
commitdiff
|
tree
|
snapshot
2006-04-30
Jonas Fonseca
Lot's of cleanups and fixes
commit
|
commitdiff
|
tree
|
snapshot
next