Schultz
4d6296debe
author.tsv
8 年之前
Schultz
85cbaeaf02
author.tsv attempt
8 年之前
Schultz
a65f08a94c
data routing
8 年之前
Schultz
b250b6b78e
cleaning
8 年之前
Schultz
668a2c8ae1
main routing
8 年之前
Schultz
b71c362fd7
routing setup
8 年之前
Schultz
05c630aeeb
adding notes and cleaning
8 年之前
Schultz
7374d8de09
Merge branch 'visualization_dev' of https://github.com/tonylixu/gitstats into visualization_dev
8 年之前
Schultz
3ac4b1f97a
templating sorted out in flask
8 年之前
Tony Li Xu
4212b8fb05
Pseudo code for a gitstats wapper
I don't think we will need a DB here, just simply call gitstats() recusively.
8 年之前
Schultz
7d75ec9e8c
prepend to insert
8 年之前
Schultz
de02752720
random typo
8 年之前
Schultz
6ed670ca68
1st attempt hour_of_week and commits_by_author
8 年之前
Schultz
b6d229f803
week->weekdays
8 年之前
Schultz
d75b23ac86
scoping issue
8 年之前
Schultz
16f0fc25d8
syntax
8 年之前
Schultz
e688bd5daf
replacement of writeHeaders function
8 年之前
Schultz
b98f3887d2
day_of_week
8 年之前
Schultz
5dd8aef41e
w -> a+ write type
8 年之前
Schultz
ee2e633bd0
hour_of_week changes
8 年之前
Schultz
622275b5f9
typo
8 年之前
Schultz
bd8e8e8cf9
test_repos
8 年之前
Schultz
a6b5ffa51f
added back in tools testing
8 年之前
Schultz
54f1f52dc5
del tools_testing
8 年之前
Schultz
74e81183ca
check tools_portal
8 年之前
Schultz
6576eb9bbb
mods to produce correct table output in gitstats
8 年之前
Schultz
c59e627b01
cleanup of js file, more function oriented
8 年之前
Schultz
96e38e2d0f
cleaning js script
8 年之前
Schultz
59587439af
current visualization work up to line graphs
8 年之前
Schultz
fced85ca00
current visualization work up to line graph
8 年之前
Greg Schultz
fbad04d57a
Merge pull request #1 from tonylixu/remove-gnu-plot
Remove gnu plot
8 年之前
tonylixu@gmail.com
33849361bf
Return a fake version
8 年之前
tonylixu@gmail.com
aeb45f001c
Comment out gnuplot calls
8 年之前
tonylixu@gmail.com
374c362839
HAcked gunplot version
8 年之前
Schultz
4fad71cb49
initial commit
8 年之前
Craig R. Hughes
55c5c28555
Quotes around date and commit range to allow spaces in those fields; eg "5 months ago" for a date
Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
10 年之前
Stephan Kuschel
e35fea2b9a
use python2 enviroment
On systems like Arch Linux `python` defaults to `python3` preventing
gitstats to start. This fixes it.
Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
[hoxu@users.sf.net: Debian Jessie and CentOS 6.5 have /usr/bin/python2,
but OS X Yosemite only has /usr/bin/python2.7. There does not seem to be
a portable way to refer to python 2.x, so unfortunately on some
platforms the shebang needs to be modified manually]
10 年之前
Stephen Gordon
fe94d55836
Copy configured style file to target
When generating HTML output with a custom stylesheet specified using
-c style='mystyle.css' the CSS file specified was not being copied to
the target directory.
Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
11 年之前
Heikki Hokkanen
c2310a8bf3
Change manpage repository address to github.
11 年之前
Andrew Lazarus
caff4d7d18
Fix Makefile `make man` to work w/o .git
Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
11 年之前
Diomidis Spinellis
eb812a450d
Correct splitting of git-ls-tree output
Split limit 5 was off by one, which resulted in incorrect
processing of file paths with spaces embedded in them.
New split limit of 4 gets the required parts, because it
specifies the allowed number of splits, not elements:
mode type hash size name
1 2 3 4
Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
11 年之前
Heikki Hokkanen
6950247722
Add missing alt text for img.
11 年之前
Heikki Hokkanen
3a4ea58fd3
Move </tr> to right place.
11 年之前
Heikki Hokkanen
f281bee40a
Use id-based fragment identifiers.
a name is deprecated.
11 年之前
Heikki Hokkanen
107ada370a
Generate html5, not xhtml.
11 年之前
Heikki Hokkanen
36bddf958d
Add missing xhtml end tag.
11 年之前
Jani Hur
5dd38fabfe
Added HTML header meta tag so that author names will be shown correctly also when the file is opened in a browser.
Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
11 年之前
Jani Hur
a5a9b09f39
Removed useless merge_authors configuration option. Use .mailmap instead.
Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
11 年之前
Jani Hur
0e06856b98
How to merge author information.
Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
11 年之前
Heikki Hokkanen
6d39c9fbe9
Document start_date option on the manpage.
11 年之前