]> git.armaanb.net Git - stagit.git/log
stagit.git
8 years agoSimplify diff markup
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.

8 years agoSimplify style and make output more legible
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.

8 years agoalso free objects for haslicense and hasreadme checks, cleanup
Hiltjo Posthuma [Wed, 9 Dec 2015 20:02:49 +0000 (21:02 +0100)]
also free objects for haslicense and hasreadme checks, cleanup

8 years agoFree git objects
Eivind Uggedal [Wed, 9 Dec 2015 12:31:20 +0000 (12:31 +0000)]
Free git objects

8 years agoAdd myself to LICENSE
FRIGN [Mon, 7 Dec 2015 23:36:06 +0000 (00:36 +0100)]
Add myself to LICENSE

8 years agoRemove hardcoded right-align
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.

8 years agoAdd pre
FRIGN [Mon, 7 Dec 2015 23:23:58 +0000 (00:23 +0100)]
Add pre

Actually, we still have <pre>.

8 years agoRefactor style.css
FRIGN [Mon, 7 Dec 2015 23:17:48 +0000 (00:17 +0100)]
Refactor style.css

We have no <pre> anymore.

8 years agoprettification
Hiltjo Posthuma [Mon, 7 Dec 2015 22:54:31 +0000 (23:54 +0100)]
prettification

8 years agolog: reorder time as first column
Hiltjo Posthuma [Mon, 7 Dec 2015 22:23:00 +0000 (23:23 +0100)]
log: reorder time as first column

8 years agotruncate message in log, shorter time format
Hiltjo Posthuma [Mon, 7 Dec 2015 22:22:45 +0000 (23:22 +0100)]
truncate message in log, shorter time format

8 years agosimplify time format
Hiltjo Posthuma [Mon, 7 Dec 2015 22:22:18 +0000 (23:22 +0100)]
simplify time format

8 years agoupdate TODO
Hiltjo Posthuma [Mon, 7 Dec 2015 22:01:09 +0000 (23:01 +0100)]
update TODO

8 years agorework code, "cache" commit data in struct commitinfo
Hiltjo Posthuma [Mon, 7 Dec 2015 22:00:07 +0000 (23:00 +0100)]
rework code, "cache" commit data in struct commitinfo

8 years agocleanup + some better error handling
Hiltjo Posthuma [Mon, 7 Dec 2015 20:35:18 +0000 (21:35 +0100)]
cleanup + some better error handling

8 years agoperformance tweak: check if commit file exists, if so skip
Hiltjo Posthuma [Mon, 7 Dec 2015 20:34:53 +0000 (21:34 +0100)]
performance tweak: check if commit file exists, if so skip

8 years agologo is 32x32
Hiltjo Posthuma [Mon, 7 Dec 2015 20:20:59 +0000 (21:20 +0100)]
logo is 32x32

8 years agostyle: center menu and make title smaller
Hiltjo Posthuma [Mon, 7 Dec 2015 20:19:30 +0000 (21:19 +0100)]
style: center menu and make title smaller

8 years agofix when commit has no parent
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.

8 years agoupdate README with basic usage
Hiltjo Posthuma [Mon, 7 Dec 2015 19:53:48 +0000 (20:53 +0100)]
update README with basic usage

8 years agoupdate TODO
Hiltjo Posthuma [Mon, 7 Dec 2015 19:46:59 +0000 (20:46 +0100)]
update TODO

8 years agodetect binary diff, comment index + delta header for now (broken)
Hiltjo Posthuma [Mon, 7 Dec 2015 19:46:51 +0000 (20:46 +0100)]
detect binary diff, comment index + delta header for now (broken)

8 years agodont use reverse diff
Hiltjo Posthuma [Mon, 7 Dec 2015 19:00:33 +0000 (20:00 +0100)]
dont use reverse diff

8 years agosimplify + style fixes
Hiltjo Posthuma [Mon, 7 Dec 2015 18:58:19 +0000 (19:58 +0100)]
simplify + style fixes

8 years agohighlight/make bold some fields
Hiltjo Posthuma [Mon, 7 Dec 2015 18:46:07 +0000 (19:46 +0100)]
highlight/make bold some fields

8 years agoescape commit msg, dont indent it
Hiltjo Posthuma [Mon, 7 Dec 2015 18:34:13 +0000 (19:34 +0100)]
escape commit msg, dont indent it

8 years agofix relpath for files, small cleanup
Hiltjo Posthuma [Mon, 7 Dec 2015 18:01:40 +0000 (19:01 +0100)]
fix relpath for files, small cleanup

8 years agofix: check readme and license before writing header
Hiltjo Posthuma [Mon, 7 Dec 2015 18:00:53 +0000 (19:00 +0100)]
fix: check readme and license before writing header

8 years agoimprove HTML code
Hiltjo Posthuma [Mon, 7 Dec 2015 18:00:30 +0000 (19:00 +0100)]
improve HTML code

8 years agomake file in diff a link, make hunk and link anchor
Hiltjo Posthuma [Mon, 7 Dec 2015 18:00:16 +0000 (19:00 +0100)]
make file in diff a link, make hunk and link anchor

8 years agocommit: use simple shortstat
Hiltjo Posthuma [Mon, 7 Dec 2015 17:59:30 +0000 (18:59 +0100)]
commit: use simple shortstat

8 years agomake author e-mail a link
Hiltjo Posthuma [Mon, 7 Dec 2015 17:59:13 +0000 (18:59 +0100)]
make author e-mail a link

8 years agoimprove Atom feed
Hiltjo Posthuma [Mon, 7 Dec 2015 17:58:39 +0000 (18:58 +0100)]
improve Atom feed

8 years agoimprove header and footer
Hiltjo Posthuma [Mon, 7 Dec 2015 17:57:46 +0000 (18:57 +0100)]
improve header and footer

8 years agostyle.css: improve style, add highlight colors for diff
Hiltjo Posthuma [Mon, 7 Dec 2015 17:57:03 +0000 (18:57 +0100)]
style.css: improve style, add highlight colors for diff

8 years agoupdate README with some features and update TODO
Hiltjo Posthuma [Mon, 7 Dec 2015 17:56:41 +0000 (18:56 +0100)]
update README with some features and update TODO

8 years agoprint file as table, add link
Hiltjo Posthuma [Mon, 7 Dec 2015 15:40:45 +0000 (16:40 +0100)]
print file as table, add link

8 years agoadd atom feed support + some fixes
Hiltjo Posthuma [Mon, 7 Dec 2015 15:14:03 +0000 (16:14 +0100)]
add atom feed support + some fixes

8 years agoimprove log, fix warnings
Hiltjo Posthuma [Mon, 7 Dec 2015 14:22:47 +0000 (15:22 +0100)]
improve log, fix warnings

8 years agoadd favicon
Hiltjo Posthuma [Mon, 7 Dec 2015 13:41:54 +0000 (14:41 +0100)]
add favicon

8 years agoadd diffstat
Hiltjo Posthuma [Mon, 7 Dec 2015 13:26:35 +0000 (14:26 +0100)]
add diffstat

8 years agoinitial diff support, fix log link
Hiltjo Posthuma [Mon, 7 Dec 2015 13:07:58 +0000 (14:07 +0100)]
initial diff support, fix log link

8 years agoupdate TODO with wanted features
Hiltjo Posthuma [Mon, 7 Dec 2015 13:07:26 +0000 (14:07 +0100)]
update TODO with wanted features

8 years agoread README and LICENSE from repo, escape as HTML
Hiltjo Posthuma [Sun, 6 Dec 2015 21:34:56 +0000 (22:34 +0100)]
read README and LICENSE from repo, escape as HTML

8 years agofix menu separator if one or both of license or readme is missing
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

8 years agoadd Makefile and config.mk
Hiltjo Posthuma [Sat, 5 Dec 2015 20:07:52 +0000 (21:07 +0100)]
add Makefile and config.mk

8 years agourmoms.1: initial manpage
Hiltjo Posthuma [Sat, 5 Dec 2015 20:01:38 +0000 (21:01 +0100)]
urmoms.1: initial manpage

8 years agodetect name and description
Hiltjo Posthuma [Sat, 5 Dec 2015 19:59:14 +0000 (20:59 +0100)]
detect name and description

8 years agoadd README and LICENSE file-detection
Hiltjo Posthuma [Sat, 5 Dec 2015 19:43:29 +0000 (20:43 +0100)]
add README and LICENSE file-detection

8 years agorewrite in C with libgit2, first version
Hiltjo Posthuma [Sat, 5 Dec 2015 19:22:57 +0000 (20:22 +0100)]
rewrite in C with libgit2, first version

8 years agoimprovements:
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).

8 years agostyle.css: sane style
Hiltjo Posthuma [Fri, 4 Dec 2015 23:36:54 +0000 (00:36 +0100)]
style.css: sane style

8 years agoadd LICENSE
Hiltjo Posthuma [Fri, 4 Dec 2015 22:40:10 +0000 (23:40 +0100)]
add LICENSE

8 years agoimprovements
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.

8 years agoadd usage for urmoms, update TODO
Hiltjo Posthuma [Fri, 4 Dec 2015 16:11:24 +0000 (17:11 +0100)]
add usage for urmoms, update TODO

8 years agoinitial insertion
Hiltjo Posthuma [Fri, 4 Dec 2015 15:58:04 +0000 (16:58 +0100)]
initial insertion