13
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 29, 2024 — Nov 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added some comments about why the git-log command: More... about 16 years ago
updated windows instructions More... about 16 years ago
check first line is prefixed by user: otherwise the format is incorrect. More... about 16 years ago
support for dynamically calling git-log on windows More... about 16 years ago
note about --loop command More... about 16 years ago
Hopefully a better description of how to use --git-log-command and what it does. More... about 16 years ago
Added --loop option and made the default behaviour not to loop the log as on short projects this looks quite bad. More... about 16 years ago
Fixed time going crazy when you reach the end of the log as I was trying to handle looping the log in two different places in the code. More... about 16 years ago
accept fractions of a second for auto-skip-seconds. More... about 16 years ago
too many arguments to printf ... More... about 16 years ago
Give hint about regenerating the log file if gource cannot figure out how to read the log file. More... about 16 years ago
added getNextLine() method which stores the lastline read so we can resume parsing where we left off if we find we've seeked half way into a commit. More... about 16 years ago
check timestamp is not 0 to validate if we are actually parsing a commit or not. More... about 16 years ago
Support real old Gits More... about 16 years ago
Revert "Changed the git-log command back for now." More... about 16 years ago
win32 specific notes. More... about 16 years ago
removed mention of specific binaries on the homepage. More... about 16 years ago
Changed the git-log command back for now. More... about 16 years ago
Use first-file ($<) special make variable to compile just a file More... about 16 years ago
fixed word wrap More... about 16 years ago
Documented new commands and changes by Johannes Schindelin. More... about 16 years ago
put --git-log-command after --git-branch as git-branch will modify the log command. More... about 16 years ago
Add simple dependency tracking by using GCC -MM/-MT features More... about 16 years ago
Use git log's --pretty=format: option instead of parsing raw commits More... about 16 years ago
Ignore some autoconf-generated files and temporary vi files More... about 16 years ago
Allow less than 1sec per day More... about 16 years ago
Add the --git-branch <branch> command More... about 16 years ago
Added printf if we exited due to failure to find or load an image. More... about 16 years ago
This was the only place where an exit(1) as not accompanied by a printf to give the user a clue. More... about 16 years ago
When SDLAPP_RESOURCE_DIR does not exist, it does not make sense to look there. More... about 16 years ago