| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | Makefile: Git dependency, take 3 | Lars Hjemli | 2008-08-06 | 1 | -5/+3 |
| * | | Merge branch 'lh/atom' | Lars Hjemli | 2008-08-06 | 7 | -0/+168 |
| |\ \ |
|
| | * | | Add atom-support | Lars Hjemli | 2008-08-01 | 7 | -0/+168 |
| | |/ |
|
| * / | cgitrc: explain new local-time option | Stefan Naewe | 2008-08-05 | 1 | -0/+2 |
| |/ |
|
| * | Added `local-time` option to cgitrc | Stefan Naewe | 2008-08-01 | 7 | -10/+17 |
| * | Makefile: another take on git dependency rules | Lars Hjemli | 2008-08-01 | 1 | -7/+5 |
| * | Modify default value for a few cgitrc options | Lars Hjemli | 2008-07-27 | 1 | -2/+5 |
| * | Be prepared for empty repositories | Lars Hjemli | 2008-07-27 | 2 | -4/+9 |
| * | ui-shared: show repo owner along with description | Lars Hjemli | 2008-07-27 | 1 | -3/+3 |
| * | ui-summary: show clone urls | Lars Hjemli | 2008-07-27 | 1 | -0/+41 |
| * | Makefile: remove the `distclean` and `emptycache` targets | Lars Hjemli | 2008-07-22 | 1 | -7/+0 |
| * | Makefile: do not touch the git objects with `make clean` | Lars Hjemli | 2008-07-22 | 1 | -1/+0 |
| * | Makefile: fix git dependency rules | Lars Hjemli | 2008-07-22 | 1 | -5/+3 |
| * | tests/Makefile: not everyone has `.` in $PATH | Lars Hjemli | 2008-07-22 | 1 | -1/+1 |
| * | Adjust to new calling convention for read_tree_recursive() | Lars Hjemli | 2008-07-21 | 2 | -7/+10 |
| * | Use GIT-1.6.0-rc0 | Lars Hjemli | 2008-07-21 | 1 | -0/+0 |
| * | Add a favicon option to cgitrc | Lars Hjemli | 2008-07-19 | 4 | -0/+10 |
| * | Add support for including a footer on all pages | Lars Hjemli | 2008-06-26 | 3 | -4/+13 |
| * | Merge branch 'master' of git://git.klever.net/patchwork/cgit | Lars Hjemli | 2008-06-26 | 5 | -7/+39 |
| |\ |
|
| | * | allow specification of directly linked blobs mimetypes | Michael Krelin | 2008-06-24 | 3 | -1/+4 |
| | * | allow blob extract blobs by head/path combination | Michael Krelin | 2008-06-24 | 3 | -6/+35 |
| * | | Use GIT-1.5.6 | Lars Hjemli | 2008-06-25 | 2 | -1/+1 |
| |/ |
|
| * | Added root-desc to default configuration. | Harley Laue | 2008-05-21 | 1 | -0/+4 |
| * | ui-tree.c: avoid peeking at GITLINK objects | Lars Hjemli | 2008-05-20 | 1 | -6/+8 |
| * | cache.c: fix error checking in print_slot() | Lars Hjemli | 2008-05-20 | 1 | -4/+7 |
| * | cache.c: do not ignore errors from print_slot() | Lars Hjemli | 2008-05-18 | 2 | -5/+15 |
| * | cache.c: use xread()/xwrite() from libgit | Lars Hjemli | 2008-05-18 | 1 | -6/+6 |
| * | cache.c: make all io-related functions return errno on error | Lars Hjemli | 2008-05-18 | 1 | -9/+24 |
| * | cache.c: read(2) returns -1 on error, not 0 | Lars Hjemli | 2008-05-18 | 1 | -1/+1 |
| * | Use GIT-1.5.5.1 | Lars Hjemli | 2008-05-18 | 2 | -1/+1 |
| * | Include commit-id in link from diff-stat | Lars Hjemli | 2008-05-18 | 2 | -1/+2 |
| * | ui-commit: handle root commits | Lars Hjemli | 2008-05-18 | 2 | -3/+22 |
| * | Add link to index page from repo header, remove page name | Lars Hjemli | 2008-05-04 | 2 | -2/+5 |
| * | Add footer with page creation time and cgit version on all pages | Lars Hjemli | 2008-05-03 | 2 | -0/+9 |
| * | Add a pager on the repolist | Lars Hjemli | 2008-05-03 | 4 | -1/+32 |
| * | Add cgit_index_link() function with support for offset | Lars Hjemli | 2008-05-03 | 2 | -5/+19 |
| * | Merge branch 'lh/cache' | Lars Hjemli | 2008-05-03 | 7 | -216/+506 |
| |\ |
|
| | * | Add page 'ls_cache' | Lars Hjemli | 2008-04-28 | 3 | -5/+87 |
| | * | Redesign the caching layer | Lars Hjemli | 2008-04-28 | 6 | -210/+418 |
| * | | Print an error if filename is not found in html_include. | Harley Laue | 2008-04-29 | 1 | -1/+5 |
| * | | Merge branch 'lh/about' | Lars Hjemli | 2008-04-29 | 8 | -16/+100 |
| |\ \ |
|
| | * | | Add 'about site' and 'about repo' pages | Lars Hjemli | 2008-04-29 | 2 | -3/+59 |
| | * | | Prepare for 'about site' page / add 'root-readme' option to cgitrc | Lars Hjemli | 2008-04-29 | 4 | -0/+10 |
| | * | | Make it possible for a single cmd to work both with and without a repo | Lars Hjemli | 2008-04-29 | 1 | -1/+10 |
| | * | | Re-enable 'index-info' and add support for 'root-desc' in cgitrc | Lars Hjemli | 2008-04-29 | 3 | -1/+8 |
| | * | | Move included header-file out of repolist table | Lars Hjemli | 2008-04-29 | 1 | -6/+3 |
| | * | | Prepare for 'about repo' page | Lars Hjemli | 2008-04-28 | 2 | -5/+10 |
| |/ / |
|
| * | | ui-diff: remove test on object type | Lars Hjemli | 2008-04-24 | 1 | -6/+0 |
| * | | Integrate diffstat with diff | Lars Hjemli | 2008-04-24 | 3 | -142/+152 |
| |/ |
|
| * | Fix commitdiff annoyance | Lars Hjemli | 2008-04-17 | 1 | -1/+1 |
| * | Cleanup page header | Lars Hjemli | 2008-04-15 | 1 | -17/+4 |
| * | Fix search in repo index even if caching is enabled | Lars Hjemli | 2008-04-14 | 1 | -1/+3 |
| * | Make a few more columns in repolist and log view clickable | Lars Hjemli | 2008-04-14 | 2 | -0/+7 |
| * | Make branches, tags and log play better together in the summary view | Lars Hjemli | 2008-04-14 | 3 | -34/+43 |
| * | Fix more css ugliness | Lars Hjemli | 2008-04-14 | 1 | -10/+4 |
| * | cgit.css: set form margins | Lars Hjemli | 2008-04-14 | 1 | -1/+1 |
| * | Fix css font-family | Lars Hjemli | 2008-04-14 | 1 | -1/+1 |
| * | Merge branch 'lh/layout' | Lars Hjemli | 2008-04-13 | 7 | -180/+238 |
| |\ |
|
| | * | Make repository search case insensitive | Lars Hjemli | 2008-04-13 | 2 | -4/+11 |
| | * | Remove 'patch' link from tab, add to commit view | Lars Hjemli | 2008-04-13 | 3 | -2/+8 |
| | * | Implement minimal freetext search in the repolist | Lars Hjemli | 2008-04-13 | 2 | -13/+47 |
| | * | More layout fixes | Lars Hjemli | 2008-04-13 | 3 | -33/+98 |
| | * | Minor fixup in tree-view css | Lars Hjemli | 2008-04-12 | 1 | -3/+2 |
| | * | Reintroduce the branch switcher | Lars Hjemli | 2008-04-12 | 2 | -0/+17 |
| | * | Add fixed link to index page from repo header | Lars Hjemli | 2008-04-12 | 1 | -3/+9 |
| | * | Include diff in commit view | Lars Hjemli | 2008-04-12 | 1 | -3/+5 |
| | * | Replace sidebar/logo | Lars Hjemli | 2008-04-12 | 3 | -175/+97 |
| |/ |
|
| * | Use GIT-1.5.5 | Lars Hjemli | 2008-04-09 | 2 | -1/+1 |
| * | Don't specify mimetype in ui-blob.c | Lars Hjemli | 2008-04-08 | 2 | -2/+3 |
| * | Merge branch 'lh/cleanup' | Lars Hjemli | 2008-04-08 | 38 | -1117/+1379 |
| |\ |
|
| | * | Reset ctx.repo to NULL when the config parser is finished | Lars Hjemli | 2008-04-08 | 1 | -0/+1 |
| | * | Move cgit_parse_query() from parsing.c to html.c as http_parse_querystring() | Lars Hjemli | 2008-04-08 | 6 | -64/+68 |
| | * | Move function for configfile parsing into configfile.[ch] | Lars Hjemli | 2008-03-28 | 6 | -78/+99 |
| | * | Add cache.h | Lars Hjemli | 2008-03-27 | 4 | -14/+25 |
| | * | Remove global and obsolete cgit_cmd | Lars Hjemli | 2008-03-25 | 2 | -2/+1 |
| | * | Makefile: copy the QUIET constructs from the Makefile in git.git | Lars Hjemli | 2008-03-25 | 1 | -5/+31 |
| | * | Move cgit_version from shared.c to cgit.c | Lars Hjemli | 2008-03-24 | 3 | -3/+5 |
| | * | Makefile: autobuild dependency rules | Lars Hjemli | 2008-03-24 | 2 | -1/+11 |
| | * | Initial Makefile cleanup | Lars Hjemli | 2008-03-24 | 1 | -7/+22 |
| | * | Move non-generic functions from shared.c to cgit.c | Lars Hjemli | 2008-03-24 | 3 | -157/+155 |
| | * | Add ui-shared.h | Lars Hjemli | 2008-03-24 | 13 | -32/+47 |
| | * | Add separate header-files for each page/view | Lars Hjemli | 2008-03-24 | 15 | -189/+257 |
| | * | Refactor snapshot support | Lars Hjemli | 2008-03-24 | 4 | -86/+90 |
| | * | Add command dispatcher | Lars Hjemli | 2008-03-24 | 7 | -110/+169 |
| | * | Remove obsolete cacheitem parameter to ui-functions | Lars Hjemli | 2008-03-24 | 6 | -17/+16 |
| | * | Add struct cgit_page to cgit_context | Lars Hjemli | 2008-03-24 | 8 | -88/+113 |
| | * | Introduce html.h | Lars Hjemli | 2008-03-18 | 17 | -46/+71 |
| | * | Improve initialization of git directory | Lars Hjemli | 2008-02-16 | 2 | -10/+9 |
| | * | Move cgit_repo into cgit_context | Lars Hjemli | 2008-02-16 | 11 | -103/+101 |
| | * | Add all config variables into struct cgit_context | Lars Hjemli | 2008-02-16 | 7 | -175/+166 |
| | * | Introduce struct cgit_context | Lars Hjemli | 2008-02-16 | 13 | -164/+156 |
| * | | Use GIT-1.5.5-rc2 | Lars Hjemli | 2008-04-01 | 1 | -0/+0 |
| * | | Use GIT-1.5.5.rc1 | Lars Hjemli | 2008-03-23 | 2 | -1/+1 |
| * | | Fix segfault in patch view for root commit | Lars Hjemli | 2008-03-17 | 2 | -1/+42 |
| * | | Use GIT-1.5.4.4 | Lars Hjemli | 2008-03-17 | 2 | -1/+1 |
| * | | tests/setup.sh: cleanup test script output and logging | Lars Hjemli | 2008-02-24 | 1 | -2/+8 |
| * | | t0010-validate.sh: return on cgit errors | Lars Hjemli | 2008-02-24 | 1 | -1/+4 |
| * | | Make output from `make test` more readable | Lars Hjemli | 2008-02-24 | 1 | -2/+2 |
| * | | Brown paper bag: don't use `grep -v` | Lars Hjemli | 2008-02-24 | 2 | -5/+5 |
| * | | Add regression-test for description-less repos | Lars Hjemli | 2008-02-24 | 2 | -1/+5 |
| * | | Merge branch 'stable' | Lars Hjemli | 2008-02-23 | 1 | -15/+5 |
| |\ \
| |/
|/| |
|
| | * | Fix segfault | Hiroki Hattori | 2008-02-23 | 1 | -15/+5 |
| * | | Use GIT-1.5.4.1 | Lars Hjemli | 2008-02-16 | 2 | -1/+1 |
| * | | Use GIT-1.5.4 | Lars Hjemli | 2008-02-02 | 2 | -1/+1 |
| * | | Use GIT-1.5.4.rc5 | Lars Hjemli | 2008-01-28 | 2 | -1/+1 |
| * | | Use GIT-1.5.4.rc4 | Lars Hjemli | 2008-01-21 | 3 | -2/+2 |
| * | | Merge branch 'stable' | Lars Hjemli | 2008-01-13 | 4 | -6/+7 |
| |\| |
|
| | * | CGIT 0.7.2 v0.7.2 | Lars Hjemli | 2008-01-10 | 1 | -1/+1 |
| | * | Use GIT-1.5.3.8 | Lars Hjemli | 2008-01-10 | 2 | -1/+1 |
| | * | Compare string lengths when parsing the snapshot mask | Lars Hjemli | 2007-12-03 | 1 | -3/+4 |
| | * | Default repo description to "[no description]" | Evan Martin | 2007-12-03 | 1 | -1/+1 |
| * | | Check for NULL-subject in patch view | Lars Hjemli | 2008-01-10 | 1 | -1/+6 |
| * | | Handle missing default branch and error out on invalid branch names | Lars Hjemli | 2008-01-04 | 1 | -4/+58 |
| * | | Add plain patch view | Lars Hjemli | 2007-12-11 | 6 | -2/+122 |
| * | | Add support for automatic and custom clone urls | Lars Hjemli | 2007-12-03 | 4 | -0/+31 |
| * | | Merge branch 'stable' | Lars Hjemli | 2007-12-02 | 2 | -3/+7 |
| |\| |
|
| | * | Handle missing timestamp in commit/tag objects | Lars Hjemli | 2007-12-02 | 2 | -3/+7 |
| | * | Set commit date on snapshot contents | Lars Hjemli | 2007-11-11 | 1 | -0/+1 |
| * | | Add cell-spacing in html | Lars Hjemli | 2007-11-16 | 1 | -1/+1 |
| * | | Use tables for page layout | Lars Hjemli | 2007-11-16 | 2 | -30/+41 |
| * | | Gimp my logo | Lars Hjemli | 2007-11-16 | 1 | -0/+0 |
| * | | Add support for "robots" meta-tag | Lars Hjemli | 2007-11-11 | 4 | -0/+11 |
| * | | Generate valid html for "downloads" menu header | Lars Hjemli | 2007-11-11 | 1 | -1/+1 |
| * | | Merge branch 'lh/testsuite' | Lars Hjemli | 2007-11-11 | 22 | -25/+334 |
| |\ \ |
|
| | * | | Set commit date on snapshot contents | Lars Hjemli | 2007-11-11 | 1 | -0/+1 |
| | * | | Fix html error detected by test-suite | Lars Hjemli | 2007-11-11 | 11 | -27/+37 |
| | * | | Create initial testsuite | Lars Hjemli | 2007-11-11 | 12 | -1/+299 |
| |/ / |
|
| * | | Merge branch 'stable' | Lars Hjemli | 2007-11-09 | 1 | -4/+7 |
| |\| |
|
| | * | CGIT 0.7.1 v0.7.1 | Lars Hjemli | 2007-11-09 | 1 | -1/+1 |
| | * | Makefile install: include cgit.png, do not empty cache | Lars Hjemli | 2007-11-09 | 1 | -3/+6 |
| * | | Minor css tweaks | Lars Hjemli | 2007-11-09 | 1 | -10/+1 |
| * | | Merge branch 'stable' | Lars Hjemli | 2007-11-08 | 1 | -2/+4 |
| |\| |
|
| | * | Support "/" as virtual-root | Lars Hjemli | 2007-11-08 | 1 | -2/+4 |
| * | | Makefile: link with libiconv if NEEDS_LIBICONV is defined | Lars Hjemli | 2007-11-06 | 1 | -0/+5 |
| * | | Merge branch 'iconv-rebased' of http://x2a.org/pub/git/cgit | Lars Hjemli | 2007-11-06 | 4 | -1/+35 |
| |\ \ |
|
| | * | | Use utf8::reencode_string from git | Lars Hjemli | 2007-11-05 | 2 | -60/+5 |
| | * | | Convert subject and message with iconv_msg. | Jonathan Bastien-Filiatrault | 2007-11-05 | 1 | -0/+14 |
| | * | | Add iconv_msg function. | Jonathan Bastien-Filiatrault | 2007-11-05 | 1 | -0/+58 |
| | * | | Set msg_encoding according to the header. | Jonathan Bastien-Filiatrault | 2007-11-05 | 1 | -0/+8 |
| | * | | Add commit->msg_encoding, allocate msg dynamicly. | Jonathan Bastien-Filiatrault | 2007-11-05 | 4 | -1/+10 |
| | |/ |
|
| * / | Show lines changed as -n/+m in shortlogs | Lars Hjemli | 2007-11-06 | 1 | -7/+14 |
| |/ |
|
| * | Don't show the the branch selector button if javascript is enabled | Lars Hjemli | 2007-11-03 | 1 | -1/+1 |
| * | Do not require javascript-enabled clients | Lars Hjemli | 2007-11-03 | 2 | -0/+16 |
| * | CGIT 0.7 v0.7 | Lars Hjemli | 2007-11-03 | 1 | -1/+1 |
| * | Use GIT-1.5.3.5 | Lars Hjemli | 2007-11-03 | 2 | -1/+1 |
| * | Don't include current SHA1 in 'log' menu-item | Lars Hjemli | 2007-11-03 | 1 | -2/+2 |
| * | Don't include current path in menu links | Lars Hjemli | 2007-11-03 | 1 | -3/+2 |
| * | Fix search form action/hidden fields | Lars Hjemli | 2007-11-03 | 1 | -18/+24 |
| * | Add search parameters to cgit_log_link | Lars Hjemli | 2007-11-03 | 6 | -8/+21 |
| * | Fix typo in css | Shunichi Fuji | 2007-11-03 | 1 | -1/+1 |
| * | Change the cgit layout | Lars Hjemli | 2007-10-30 | 7 | -197/+231 |
| * | Add config param 'index-info' | Lars Hjemli | 2007-10-30 | 2 | -0/+4 |
| * | Teach cgit_object_link() about tag objects | Lars Hjemli | 2007-10-28 | 1 | -0/+3 |
| * | Make print_branch() handle refs not pointing at commits | Lars Hjemli | 2007-10-28 | 1 | -5/+11 |
| * | Teach log search about --grep, --author and --committer | Lars Hjemli | 2007-10-28 | 7 | -9/+39 |
| * | Add html_option() function | Lars Hjemli | 2007-10-28 | 2 | -0/+13 |
| * | Merge branch 'stable' | Lars Hjemli | 2007-10-27 | 1 | -2/+2 |
| |\ |
|
| | * | cgit_parse_commit(): Add missing call to xstrdup() | Lars Hjemli | 2007-10-27 | 1 | -2/+2 |
| * | | Cleanup code introduced by the filter-refs topic | Lars Hjemli | 2007-10-27 | 1 | -30/+19 |
| * | | Merge branch 'filter-refs' | Lars Hjemli | 2007-10-27 | 8 | -37/+229 |
| |\ \ |
|
| | * | | Add links to the new refs page from summary page | Lars Hjemli | 2007-10-27 | 3 | -0/+21 |
| | * | | Add support for refs view | Lars Hjemli | 2007-10-27 | 5 | -2/+37 |
| | * | | Make cgit_print_branches()/cgit_print_tags() external | Lars Hjemli | 2007-10-27 | 2 | -2/+4 |
| | * | | Add descriptions of summary-branches and summary-tags to cgitrc | Lars Hjemli | 2007-10-27 | 1 | -0/+10 |
| | * | | Add support for config param summary-branches | Lars Hjemli | 2007-10-27 | 3 | -3/+32 |
| | * | | Move logic for age comparision from cmp_tag_age into cmp_age() | Lars Hjemli | 2007-10-27 | 1 | -8/+13 |
| | * | | Add support for config param summary-tags | Lars Hjemli | 2007-10-27 | 3 | -3/+11 |
| | * | | Sort tags by age | Lars Hjemli | 2007-10-27 | 1 | -0/+18 |
| | * | | Use reflist to print tag info | Lars Hjemli | 2007-10-27 | 1 | -17/+19 |
| | * | | Use reflist to print branch info | Lars Hjemli | 2007-10-27 | 1 | -14/+16 |
| | * | | Add functions and types for ref lists | Lars Hjemli | 2007-10-27 | 2 | -0/+60 |
| |/ / |
|
| * | | Merge branch 'stable' | Lars Hjemli | 2007-10-27 | 1 | -0/+6 |
| |\| |
|
| | * | Skip unknown header fields when parsing tags and commits | Lars Hjemli | 2007-10-27 | 1 | -0/+6 |
| * | | Merge branch 'stable' | Lars Hjemli | 2007-10-05 | 1 | -1/+1 |
| |\| |
|
| | * | correct typo in CSS | Michael Krelin | 2007-10-05 | 1 | -1/+1 |
| * | | Merge branch 'stable' | Lars Hjemli | 2007-10-01 | 2 | -1/+1 |
| |\| |
|
| | * | Use git-1.5.3.3 | Lars Hjemli | 2007-10-01 | 2 | -1/+1 |
| * | | cgit.css: make diff headers more visible | Lars Hjemli | 2007-10-01 | 1 | -1/+6 |
| * | | ui-diff: add links to pre- and postversion of blobs | Lars Hjemli | 2007-10-01 | 1 | -16/+26 |
| * | | gen-version.sh: don't sed the output from git describe | Lars Hjemli | 2007-10-01 | 1 | -1/+1 |
| * | | css: remove the annoying tr:hover rule for diffstat | Lars Hjemli | 2007-10-01 | 1 | -4/+0 |
| * | | ui-commit.c: link to diff instead of tree from diffstat | Lars Hjemli | 2007-10-01 | 1 | -2/+2 |
| * | | Add prefix parameter to cgit_print_diff() | Lars Hjemli | 2007-10-01 | 3 | -4/+4 |
| * | | Add prefix parameter to cgit_diff_tree() | Lars Hjemli | 2007-10-01 | 3 | -5/+11 |
| * | | Add support for a renamelimit option in cgitrc | Lars Hjemli | 2007-09-25 | 2 | -0/+11 |
| |/ |
|
| * | cgit v0.6.3 v0.6.3 | Lars Hjemli | 2007-09-20 | 1 | -1/+1 |
| * | Upgrade to GIT 1.5.3.2 | Lars Hjemli | 2007-09-20 | 2 | -1/+1 |
| * | Use trim_end() to remove trailing slashes | Lars Hjemli | 2007-09-20 | 1 | -3/+3 |
| * | Remove a few compiler warnings | Lars Hjemli | 2007-09-20 | 2 | -2/+3 |
| * | Add cgit.conf to .gitignore, remove *~ | Lars Hjemli | 2007-09-20 | 1 | -1/+1 |
| * | ui-tree: show last line of blob | Lars Hjemli | 2007-09-20 | 1 | -2/+5 |
| * | ui-tree: specify parameter position for all htmlf formats | Lars Hjemli | 2007-09-19 | 1 | -1/+1 |
| * | fixed typo in cgitrc | Michael Krelin | 2007-09-14 | 1 | -1/+1 |
| * | Improve the sample cgitrc file | Chris Pickel | 2007-09-09 | 1 | -12/+51 |
| * | cgit v0.6.2 v0.6.2 | Lars Hjemli | 2007-09-08 | 1 | -1/+1 |
| * | Revert part of "Makefile: add support for DESTDIR" | Lars Hjemli | 2007-09-08 | 1 | -3/+3 |
| * | Revert "Makefile: add missing references to DESTDIR" | Lars Hjemli | 2007-09-08 | 1 | -2/+2 |
| * | cgit v0.6.1 v0.6.1 | Lars Hjemli | 2007-09-08 | 2 | -2/+2 |
| * | Makefile: add missing references to DESTDIR | Lars Hjemli | 2007-09-08 | 1 | -2/+2 |
| * | Make cgit honor CACHE_ROOT as defined in Makefile | Chris Pickel | 2007-09-08 | 2 | -1/+2 |
| * | Makefile: add support for DESTDIR | Chris Pickel | 2007-09-08 | 1 | -7/+7 |
| * | cgit v0.6 v0.6 | Lars Hjemli | 2007-09-04 | 1 | -2/+2 |
| * | Update README | Lars Hjemli | 2007-09-04 | 1 | -18/+39 |
| * | Set xdemitconf_t.findfunc=NULL | Lars Hjemli | 2007-09-04 | 1 | -0/+1 |
| * | Merge branch 'jo/dirlink' | Lars Hjemli | 2007-09-03 | 3 | -7/+7 |
| |\ |
|
| | * | Rename dirlink to gitlink. | Jeffrey C. Ollie | 2007-06-04 | 3 | -7/+7 |
| * | | Use git-1.5.3 as submodule | Lars Hjemli | 2007-09-03 | 1 | -0/+0 |
| * | | Delete submodules.sh and prepare for using git-submodule | Lars Hjemli | 2007-09-03 | 2 | -186/+3 |
| * | | Makefile: add target "get-git" | Lars Hjemli | 2007-09-03 | 1 | -1/+6 |
| * | | Rewrite the makefile + gen-version.sh | Lars Hjemli | 2007-09-03 | 2 | -67/+55 |
| * | | ui-snapshot: whitespace/formatting cleanup | Lars Hjemli | 2007-07-23 | 1 | -24/+24 |
| * | | Make ui-tag.c generate valid xhtml | Lars Hjemli | 2007-07-23 | 1 | -1/+1 |
| * | | Add support for line number in url fragment | Lars Hjemli | 2007-07-23 | 2 | -1/+10 |
| * | | cgit_print_snapshot_links: use url to specify snapshot name | Lars Hjemli | 2007-07-23 | 5 | -21/+41 |
| * | | Merge branch 'master' of git://git.klever.net/patchwork/cgit | Lars Hjemli | 2007-07-22 | 9 | -44/+194 |
| |\ \ |
|
| | * | | link raw blob from tree file view | Michael Krelin | 2007-07-21 | 1 | -0/+4 |
| | * | | fix: changed view link to blob in summary. | Michael Krelin | 2007-07-21 | 1 | -1/+1 |
| | * | | allow selective enabling of snapshots | Michael Krelin | 2007-07-21 | 6 | -15/+48 |
| | * | | shorten snapshot names to repo basename | Michael Krelin | 2007-07-21 | 2 | -2/+3 |
| | * | | introduce cgit_repobasename | Michael Krelin | 2007-07-21 | 2 | -0/+26 |
| | * | | added snapshot filename to the link | Michael Krelin | 2007-07-21 | 3 | -5/+16 |
| | * | | add plain uncompressed tar snapshort format | Michael Krelin | 2007-07-21 | 1 | -1/+2 |
| | * | | introduced .tar.bz2 snapshots | Michael Krelin | 2007-07-21 | 1 | -31/+42 |
| | * | | compress .tar.gz using gzip as a filter | Michael Krelin | 2007-07-20 | 1 | -1/+37 |
| | * | | added a chk_non_negative check | Michael Krelin | 2007-07-20 | 2 | -0/+8 |
| | * | | css: adjust vertical-align of commit info th cells | Michael Krelin | 2007-07-18 | 1 | -0/+1 |
| | * | | add support for snapshot tarballs | Michael Krelin | 2007-07-18 | 4 | -37/+55 |
| * | | | Add ui-tag.c | Lars Hjemli | 2007-07-22 | 7 | -32/+111 |
| |/ / |
|
| * | | make gen-version.sh run even if . is not in PATH | Michael Krelin | 2007-07-03 | 1 | -1/+1 |
| * | | make config adjustable via env variable CGIT_CONFIG | Michael Krelin | 2007-07-03 | 1 | -1/+3 |
| * | | Merge branch 'lh/menu' | Lars Hjemli | 2007-06-29 | 11 | -53/+145 |
| |\ \ |
|
| | * | | Add ofs argument to cgit_log_link and use it in ui-log.c | Lars Hjemli | 2007-06-29 | 6 | -16/+30 |
| | * | | Add trim_end() and use it to remove trailing slashes from repo paths | Lars Hjemli | 2007-06-26 | 3 | -2/+25 |
| | * | | Do not include current path in the "tree" menu link | Lars Hjemli | 2007-06-26 | 1 | -1/+1 |
| | * | | Add setting to enable/disable extra links on index page | Lars Hjemli | 2007-06-19 | 4 | -12/+31 |
| | * | | Change S/L/T to summary/log/tree | Lars Hjemli | 2007-06-18 | 3 | -9/+10 |
| | * | | Change "files" to "tree" | Lars Hjemli | 2007-06-18 | 2 | -2/+2 |
| | * | | Include querystring as part of cached filename for repo summary page | Lars Hjemli | 2007-06-18 | 1 | -4/+6 |
| | * | | Add more menuitems on repo pages | Lars Hjemli | 2007-06-18 | 2 | -16/+49 |
| * | | | Add version info from git-describe | Lars Hjemli | 2007-06-18 | 7 | -16/+27 |
| |/ / |
|
| * | | Add cgit_diff_link() | Lars Hjemli | 2007-06-17 | 6 | -69/+75 |
| * | | ui-commit: use cgit_commit_link() for parent links | Lars Hjemli | 2007-06-17 | 1 | -6/+4 |
| * | | ui-log: honor id=sha1 on querystring | Lars Hjemli | 2007-06-17 | 2 | -1/+4 |
| * | | Add cgit_commit_link() + support for id=sha1 to commit view | Lars Hjemli | 2007-06-17 | 7 | -18/+31 |
| * | | Add git_log_link() and fix bug in generic repolink function | Lars Hjemli | 2007-06-17 | 5 | -20/+24 |
| * | | ui-tree: html/css cleanup | Lars Hjemli | 2007-06-17 | 2 | -23/+12 |
| * | | ui-shared: use strcmp() to compare strings | Lars Hjemli | 2007-06-17 | 1 | -2/+2 |
| * | | Add and use cgit_tree_link() | Lars Hjemli | 2007-06-17 | 5 | -38/+107 |
| * | | ui-tree: make blob viewer generate valid html | Lars Hjemli | 2007-06-16 | 1 | -1/+0 |
| * | | ui-tree: unify with ui-view, use path to select tree/blob | Lars Hjemli | 2007-06-16 | 8 | -112/+174 |