5 years ago 9d84e7dd9e Tracey Emery
start shortlog page and fix for actual single line
5 years ago cdb914e5a0 Tracey Emery
cleanup shortlog css
5 years ago 2570478ea0 Tracey Emery
set shorlog display limit define
5 years ago 7ee88b9776 Tracey Emery
fix shorlog css
5 years ago 474370cb02 Tracey Emery
we have shortlog!
5 years ago c6b62706a7 Tracey Emery
start shortlog
5 years ago 8d4d245353 Tracey Emery
summary styling
5 years ago 17a96b9f3e Tracey Emery
commit before rebase
5 years ago 46b9c89b72 Tracey Emery
no more functions in the template area other than simple html items
5 years ago 09c82ddfcf Tracey Emery
add err.tmpl
5 years ago 2204c93439 Tracey Emery
display asctime_r
5 years ago 387a29ba0b Tracey Emery
convert for different time formats
5 years ago 2c251c14c8 Tracey Emery
Initial gotweb branch import
5 years ago d1f166363b Stefan Sperling
move got_repo_cmp_tags() to got_ref_cmp_tags()
5 years ago 2ddd470150 Tracey Emery
move cmp_tags() into the library
5 years ago 71a276322e Stefan Sperling
move match_object_id() into the library; supersedes got_repo_resolve_commit_arg
5 years ago 7a1d6b72b6 Stefan Sperling
fix 'tog log -c' with tags
5 years ago 2e46a2dc1f Stefan Sperling
bump version number
5 years ago 2eea88b2ae Stefan Sperling
changes for 0.25
5 years ago 6126692377 Stefan Sperling
fix suspending and resuming tog with Ctrl-Z and fg; issue reported by naddy@
5 years ago f13374f454 Stefan Sperling
fix 'tog tree' usage displayed in error case (patch by naddy@)
5 years ago 89a6c02f07 Tracey Emery
remove unneeded done jumps
5 years ago 562580bce8 Stefan Sperling
support Git-style "lightweight" tags as arguments for 'got diff'
5 years ago d4efa91b5a Stefan Sperling
handle Git-style "lightweight" tags in got tag -l
5 years ago 6586ea880d Stefan Sperling
unbreak got and tog commands by disabling GNU extensions in getopt_long(3)