summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Hiltjo Posthuma [Sun, 20 Dec 2015 16:11:25 +0000 (17:11 +0100)]
add urmoms-index, initial version
Hiltjo Posthuma [Sun, 20 Dec 2015 16:11:06 +0000 (17:11 +0100)]
writelog: remove return value, it was unused
Hiltjo Posthuma [Sun, 20 Dec 2015 16:10:07 +0000 (17:10 +0100)]
improve fopen flag: remove b and r+ in some case
don't require rw rights for just reading
Hiltjo Posthuma [Sun, 20 Dec 2015 16:09:51 +0000 (17:09 +0100)]
use relative url in header, escape name and description too
Hiltjo Posthuma [Thu, 17 Dec 2015 21:59:19 +0000 (22:59 +0100)]
set diff options
Hiltjo Posthuma [Thu, 17 Dec 2015 21:56:32 +0000 (22:56 +0100)]
free the tree
Hiltjo Posthuma [Thu, 17 Dec 2015 18:53:07 +0000 (19:53 +0100)]
file_size is uint32_t on latest libgit2, thanks uggedal for reporting it!
FRIGN [Mon, 14 Dec 2015 11:49:23 +0000 (12:49 +0100)]
Add config.def.h and make summary length configurable
Eivind Uggedal [Fri, 11 Dec 2015 10:03:19 +0000 (10:03 +0000)]
Dynamic relpath for blob pages
Eivind Uggedal [Thu, 10 Dec 2015 22:35:39 +0000 (22:35 +0000)]
Right align numbers in tables
Eivind Uggedal [Thu, 10 Dec 2015 22:24:18 +0000 (22:24 +0000)]
Line numbers on blob pages
Hiltjo Posthuma [Thu, 10 Dec 2015 18:51:15 +0000 (19:51 +0100)]
fix warning
Eivind Uggedal [Thu, 10 Dec 2015 18:13:08 +0000 (18:13 +0000)]
file page improvements
- header with filename and size
- handle binary files
- small style changes
Hiltjo Posthuma [Wed, 9 Dec 2015 22:56:42 +0000 (23:56 +0100)]
fix warning + minor style
Eivind Uggedal [Wed, 9 Dec 2015 22:46:00 +0000 (22:46 +0000)]
Write blobs to files/
This is work in progress:
- relpath is broken under files/
- mkdirp was stolen from sbase
- strlcpy wrapper might be needed
FRIGN [Wed, 9 Dec 2015 22:48:20 +0000 (23:48 +0100)]
Make border solid
Hiltjo Posthuma [Wed, 9 Dec 2015 22:02:43 +0000 (23:02 +0100)]
update TODO
Hiltjo Posthuma [Wed, 9 Dec 2015 21:55:59 +0000 (22:55 +0100)]
open repo: dont try to detect repos above the specified dir
Hiltjo Posthuma [Wed, 9 Dec 2015 21:55:34 +0000 (22:55 +0100)]
walk revision by time and only "flat"
Eivind Uggedal [Wed, 9 Dec 2015 09:43:20 +0000 (09:43 +0000)]
Simplify diff markup
Remove <span> for inserted/deleted lines and use
the <a> for coloring.
Eivind Uggedal [Wed, 9 Dec 2015 08:30:49 +0000 (08:30 +0000)]
Simplify style and make output more legible
- Combines and removes some redundancy.
- Makes <hr> softer by using dashed lines.
- Removes <a> underlines since the file/log view
have tons of links and reading them is a bit
distracting. Underlines are added on hover.
- Makes diff headers darkcyan to match the default
command line colors and not conflict with new
<a> style.
Hiltjo Posthuma [Wed, 9 Dec 2015 20:02:49 +0000 (21:02 +0100)]
also free objects for haslicense and hasreadme checks, cleanup
Eivind Uggedal [Wed, 9 Dec 2015 12:31:20 +0000 (12:31 +0000)]
Free git objects
FRIGN [Mon, 7 Dec 2015 23:36:06 +0000 (00:36 +0100)]
Add myself to LICENSE
FRIGN [Mon, 7 Dec 2015 23:34:32 +0000 (00:34 +0100)]
Remove hardcoded right-align
Dramatically reduces the filesize. There also was no reason to have
the aligns.
It now is even easier to read how many lines have changed in the commits
and given the table doesn't expand itself over the size of its entries,
we're cool anyway.
FRIGN [Mon, 7 Dec 2015 23:23:58 +0000 (00:23 +0100)]
Add pre
Actually, we still have <pre>.
FRIGN [Mon, 7 Dec 2015 23:17:48 +0000 (00:17 +0100)]
Refactor style.css
We have no <pre> anymore.
Hiltjo Posthuma [Mon, 7 Dec 2015 22:54:31 +0000 (23:54 +0100)]
prettification
Hiltjo Posthuma [Mon, 7 Dec 2015 22:23:00 +0000 (23:23 +0100)]
log: reorder time as first column
Hiltjo Posthuma [Mon, 7 Dec 2015 22:22:45 +0000 (23:22 +0100)]
truncate message in log, shorter time format
Hiltjo Posthuma [Mon, 7 Dec 2015 22:22:18 +0000 (23:22 +0100)]
simplify time format
Hiltjo Posthuma [Mon, 7 Dec 2015 22:01:09 +0000 (23:01 +0100)]
update TODO
Hiltjo Posthuma [Mon, 7 Dec 2015 22:00:07 +0000 (23:00 +0100)]
rework code, "cache" commit data in struct commitinfo
Hiltjo Posthuma [Mon, 7 Dec 2015 20:35:18 +0000 (21:35 +0100)]
cleanup + some better error handling
Hiltjo Posthuma [Mon, 7 Dec 2015 20:34:53 +0000 (21:34 +0100)]
performance tweak: check if commit file exists, if so skip
Hiltjo Posthuma [Mon, 7 Dec 2015 20:20:59 +0000 (21:20 +0100)]
logo is 32x32
Hiltjo Posthuma [Mon, 7 Dec 2015 20:19:30 +0000 (21:19 +0100)]
style: center menu and make title smaller
Hiltjo Posthuma [Mon, 7 Dec 2015 20:16:28 +0000 (21:16 +0100)]
fix when commit has no parent
also dont show parent when there is no id for it.
Hiltjo Posthuma [Mon, 7 Dec 2015 19:53:48 +0000 (20:53 +0100)]
update README with basic usage
Hiltjo Posthuma [Mon, 7 Dec 2015 19:46:59 +0000 (20:46 +0100)]
update TODO
Hiltjo Posthuma [Mon, 7 Dec 2015 19:46:51 +0000 (20:46 +0100)]
detect binary diff, comment index + delta header for now (broken)
Hiltjo Posthuma [Mon, 7 Dec 2015 19:00:33 +0000 (20:00 +0100)]
dont use reverse diff
Hiltjo Posthuma [Mon, 7 Dec 2015 18:58:19 +0000 (19:58 +0100)]
simplify + style fixes
Hiltjo Posthuma [Mon, 7 Dec 2015 18:46:07 +0000 (19:46 +0100)]
highlight/make bold some fields
Hiltjo Posthuma [Mon, 7 Dec 2015 18:34:13 +0000 (19:34 +0100)]
escape commit msg, dont indent it
Hiltjo Posthuma [Mon, 7 Dec 2015 18:01:40 +0000 (19:01 +0100)]
fix relpath for files, small cleanup
Hiltjo Posthuma [Mon, 7 Dec 2015 18:00:53 +0000 (19:00 +0100)]
fix: check readme and license before writing header
Hiltjo Posthuma [Mon, 7 Dec 2015 18:00:30 +0000 (19:00 +0100)]
improve HTML code
Hiltjo Posthuma [Mon, 7 Dec 2015 18:00:16 +0000 (19:00 +0100)]
make file in diff a link, make hunk and link anchor
Hiltjo Posthuma [Mon, 7 Dec 2015 17:59:30 +0000 (18:59 +0100)]
commit: use simple shortstat
Hiltjo Posthuma [Mon, 7 Dec 2015 17:59:13 +0000 (18:59 +0100)]
make author e-mail a link
Hiltjo Posthuma [Mon, 7 Dec 2015 17:58:39 +0000 (18:58 +0100)]
improve Atom feed
Hiltjo Posthuma [Mon, 7 Dec 2015 17:57:46 +0000 (18:57 +0100)]
improve header and footer
Hiltjo Posthuma [Mon, 7 Dec 2015 17:57:03 +0000 (18:57 +0100)]
style.css: improve style, add highlight colors for diff
Hiltjo Posthuma [Mon, 7 Dec 2015 17:56:41 +0000 (18:56 +0100)]
update README with some features and update TODO
Hiltjo Posthuma [Mon, 7 Dec 2015 15:40:45 +0000 (16:40 +0100)]
print file as table, add link
Hiltjo Posthuma [Mon, 7 Dec 2015 15:14:03 +0000 (16:14 +0100)]
add atom feed support + some fixes
Hiltjo Posthuma [Mon, 7 Dec 2015 14:22:47 +0000 (15:22 +0100)]
improve log, fix warnings
Hiltjo Posthuma [Mon, 7 Dec 2015 13:41:54 +0000 (14:41 +0100)]
add favicon
Hiltjo Posthuma [Mon, 7 Dec 2015 13:26:35 +0000 (14:26 +0100)]
add diffstat
Hiltjo Posthuma [Mon, 7 Dec 2015 13:07:58 +0000 (14:07 +0100)]
initial diff support, fix log link
Hiltjo Posthuma [Mon, 7 Dec 2015 13:07:26 +0000 (14:07 +0100)]
update TODO with wanted features
Hiltjo Posthuma [Sun, 6 Dec 2015 21:34:56 +0000 (22:34 +0100)]
read README and LICENSE from repo, escape as HTML
Hiltjo Posthuma [Sat, 5 Dec 2015 20:11:26 +0000 (21:11 +0100)]
fix menu separator if one or both of license or readme is missing
Hiltjo Posthuma [Sat, 5 Dec 2015 20:07:52 +0000 (21:07 +0100)]
add Makefile and config.mk
Hiltjo Posthuma [Sat, 5 Dec 2015 20:01:38 +0000 (21:01 +0100)]
urmoms.1: initial manpage
Hiltjo Posthuma [Sat, 5 Dec 2015 19:59:14 +0000 (20:59 +0100)]
detect name and description
Hiltjo Posthuma [Sat, 5 Dec 2015 19:43:29 +0000 (20:43 +0100)]
add README and LICENSE file-detection
Hiltjo Posthuma [Sat, 5 Dec 2015 19:22:57 +0000 (20:22 +0100)]
rewrite in C with libgit2, first version
Hiltjo Posthuma [Fri, 4 Dec 2015 23:37:31 +0000 (00:37 +0100)]
improvements:
- nicer file list.
- relative urls, dont use base href.
- add link to plain files, files should be checked out in "file" dir.
- strip .git from bare repos.
- simplify part of commit per file, just link to commit + file anchor (WIP).
Hiltjo Posthuma [Fri, 4 Dec 2015 23:36:54 +0000 (00:36 +0100)]
style.css: sane style
Hiltjo Posthuma [Fri, 4 Dec 2015 22:40:10 +0000 (23:40 +0100)]
add LICENSE
Hiltjo Posthuma [Fri, 4 Dec 2015 16:26:39 +0000 (17:26 +0100)]
improvements
- rename $logdir to $htmldir.
- use file .git/description as $description.
- use directory name of repodir as $name.
- set symlink for default page.
Hiltjo Posthuma [Fri, 4 Dec 2015 16:11:24 +0000 (17:11 +0100)]
add usage for urmoms, update TODO
Hiltjo Posthuma [Fri, 4 Dec 2015 15:58:04 +0000 (16:58 +0100)]
initial insertion