| Commit message (Expand) | Author | Age | Files | Lines |
* | cache_safe_filename() needs more buffers | Lars Hjemli | 2007-05-18 | 1 | -4/+9 |
* | Enable url=value querystring parameter | Lars Hjemli | 2007-05-18 | 6 | -40/+98 |
* | Add lookup-function for valid repo commands | Lars Hjemli | 2007-05-18 | 2 | -0/+24 |
* | Move cgit_get_repoinfo into shared.c | Lars Hjemli | 2007-05-18 | 3 | -14/+14 |
* | Remove unused extern declarations from cgit.h | Lars Hjemli | 2007-05-18 | 1 | -4/+0 |
* | Add knobs to enable/disable files/lines changed in log view | Lars Hjemli | 2007-05-18 | 4 | -13/+48 |
* | Restrict length of repo description on repolist page | Lars Hjemli | 2007-05-16 | 4 | -1/+9 |
* | Don't die when diffing trees with subprojects | Lars Hjemli | 2007-05-16 | 1 | -19/+43 |
* | Do not wrap filemode column in diffstat table | Lars Hjemli | 2007-05-16 | 1 | -0/+4 |
* | Add C D L and T links to index page | Lars Hjemli | 2007-05-16 | 1 | -1/+15 |
* | Make git_pageurl handle NULL querystrings | Lars Hjemli | 2007-05-16 | 1 | -2/+6 |
* | Add support for tree listing via h parameter | Lars Hjemli | 2007-05-16 | 1 | -0/+10 |
* | Add link to commitdiff below diffstat | Lars Hjemli | 2007-05-16 | 2 | -2/+10 |
* | Add support for commitdiff via h parameter | Lars Hjemli | 2007-05-16 | 3 | -7/+21 |
* | Change commit-view to expect h parameter, not id | Lars Hjemli | 2007-05-16 | 4 | -10/+13 |
* | Enable default value for head parameter | Lars Hjemli | 2007-05-16 | 3 | -14/+7 |
* | Restrict deep nesting of configfiles | Lars Hjemli | 2007-05-15 | 1 | -4/+6 |
* | Include cgit.conf in Makefile | Lars Hjemli | 2007-05-15 | 1 | -0/+5 |
* | ui-diff: show /dev/null as filename for add/delete | Lars Hjemli | 2007-05-15 | 1 | -1/+4 |
* | Use tables and css to create the diffstat graph, fix scaling | Lars Hjemli | 2007-05-15 | 5 | -15/+27 |
* | Do not alter incoming sha1 when handling the download refs. | Lars Hjemli | 2007-05-15 | 1 | -2/+5 |
* | Don't hardcode urls when SCRIPT_NAME is available | Lars Hjemli | 2007-05-15 | 5 | -4/+9 |
* | ui-shared.c: fix whitespace breakage | Lars Hjemli | 2007-05-15 | 1 | -6/+5 |
* | Show tag heading even if first tag is of the lightweight kind | Lars Hjemli | 2007-05-15 | 1 | -13/+19 |
* | Specify static storage class for file-local declarations | Lars Hjemli | 2007-05-15 | 2 | -11/+11 |
* | Add include-parameter to config files | Lars Hjemli | 2007-05-14 | 3 | -8/+15 |
* | Let makefile override the configfile location | Lars Hjemli | 2007-05-14 | 2 | -5/+8 |
* | cgit.c: fix whitespace breakage | Lars Hjemli | 2007-05-14 | 1 | -7/+7 |
* | cgit.css: try to make diffs look a little bit nicer | Lars Hjemli | 2007-05-14 | 2 | -13/+32 |
* | cgit.css: try do make diffstat a little bit nicer | Lars Hjemli | 2007-05-14 | 1 | -4/+3 |
* | Add log filtering by path and link to it from tree view | Lars Hjemli | 2007-05-14 | 6 | -13/+37 |
* | cgit v0.4v0.4 | Lars Hjemli | 2007-05-13 | 1 | -1/+1 |
* | Add commitdiff between commit and each of it's parent | Lars Hjemli | 2007-05-13 | 5 | -10/+63 |
* | Add graphical diffstat to commit view | Lars Hjemli | 2007-05-13 | 5 | -33/+130 |
* | Add max-commit-count parameter to cgitrc | Lars Hjemli | 2007-05-13 | 4 | -2/+10 |
* | Show number of changed lines in log view | Lars Hjemli | 2007-05-13 | 1 | -1/+11 |
* | Simplify ui-diff.c using the new file-level diff interface | Lars Hjemli | 2007-05-13 | 1 | -86/+2 |
* | Add standard interface for file diff functions | Lars Hjemli | 2007-05-13 | 2 | -0/+86 |
* | Show number of changed files in log view | Lars Hjemli | 2007-05-13 | 1 | -2/+15 |
* | Use standard tree-diff function when showing diffstat for single commit | Lars Hjemli | 2007-05-13 | 1 | -51/+15 |
* | Add shared diff-handling functions | Lars Hjemli | 2007-05-13 | 2 | -2/+50 |
* | css: fix bad rendering in Internet Explorer | Lars Hjemli | 2007-05-12 | 1 | -2/+7 |
* | Add links to enable downloading of tagged blobs | Lars Hjemli | 2007-05-11 | 2 | -9/+85 |
* | Makefile: add support for building w.o. preinstalled git | Lars Hjemli | 2007-05-11 | 1 | -1/+13 |
* | Tag release v0.3v0.3 | Lars Hjemli | 2007-05-11 | 1 | -1/+1 |
* | Update README with submodule build info | Lars Hjemli | 2007-05-11 | 1 | -13/+39 |
* | Add submodule links in tree listing | Lars Hjemli | 2007-05-11 | 6 | -12/+27 |
* | Add submodules.sh and use it during builds | Lars Hjemli | 2007-05-11 | 3 | -13/+222 |
* | Added git as a submodule | Lars Hjemli | 2007-05-11 | 2 | -1/+1 |
* | Add support for downloading single blobs | Lars Hjemli | 2007-05-09 | 5 | -3/+47 |