| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ui-shared: Drop filepair_cb_raw() and helper | Lukas Fleischer | 2013-09-14 | 2 | -73/+0 |
* | ui-diff: Use diff_tree_sha1() for raw diff formatting | Lukas Fleischer | 2013-09-14 | 1 | -2/+21 |
* | tests/: Add t0110-rawdiff.sh | Lukas Fleischer | 2013-08-26 | 1 | -0/+42 |
* | t0108: Add tests for revision ranges | Lukas Fleischer | 2013-08-26 | 1 | -0/+17 |
* | t0108: Compare output with git-format-patch(1) | Lukas Fleischer | 2013-08-26 | 1 | -0/+7 |
* | ui-patch.c: Add additional newline after each patch | Lukas Fleischer | 2013-08-26 | 2 | -3/+3 |
* | ui-patch.c: Fix signature delimiter | Lukas Fleischer | 2013-08-26 | 1 | -1/+1 |
* | t0108: Avoid unnecessary fork() | Lukas Fleischer | 2013-08-26 | 1 | -1/+1 |
* | git: update to 1.8.4 | John Keeping | 2013-08-26 | 2 | -1/+1 |
* | ui-patch.c: Fix formatting for merge commits | Lukas Fleischer | 2013-08-22 | 1 | -0/+1 |
* | ui-patch: Rename variables | Lukas Fleischer | 2013-08-20 | 2 | -17/+19 |
* | Allow for creating patch series | Lukas Fleischer | 2013-08-20 | 3 | -7/+20 |
* | ui-patch.c: Use log_tree_commit() to generate diffs | Lukas Fleischer | 2013-08-20 | 1 | -23/+28 |
* | ui-diff: Check the return value of get_sha1() | Lukas Fleischer | 2013-08-20 | 1 | -14/+9 |
* | cmd.c: Add a "rawdiff" command | Lukas Fleischer | 2013-08-16 | 1 | -0/+6 |
* | Allow for creating raw diffs with cgit_print_diff() | Lukas Fleischer | 2013-08-16 | 4 | -4/+12 |
* | Extract filepair_cb from ui-patch.c | Lukas Fleischer | 2013-08-16 | 3 | -73/+74 |
* | Fix silly spelling error. | Jason A. Donenfeld | 2013-08-16 | 1 | -1/+1 |
* | Fix section-from-path > 1 | Lukas Fleischer | 2013-08-12 | 1 | -4/+4 |
* | Makefile: Change default prefix to "/usr/local" | Lukas Fleischer | 2013-08-12 | 1 | -1/+1 |
* | Use strbuf for reading configuration files | Lukas Fleischer | 2013-08-12 | 2 | -31/+35 |
* | add a note about generating agefile in hook | Christian Hesse | 2013-08-12 | 1 | -1/+2 |
* | cache: id means static, even if head is specified too | Jason A. Donenfeld | 2013-08-12 | 1 | -3/+3 |
* | cache: document negative ttls and add about ttl | Jason A. Donenfeld | 2013-08-12 | 3 | -13/+31 |
* | robots.txt: disallow access to snapshots | Jason A. Donenfeld | 2013-08-12 | 2 | -0/+4 |
* | use favicon by default | Christian Hesse | 2013-08-12 | 2 | -3/+4 |
* | Add favicon | Christian Hesse | 2013-05-31 | 2 | -0/+2 |
* | ui-summary: do not free ref | Jason A. Donenfeld | 2013-05-28 | 1 | -1/+0 |
* | filters: toggle perl utf8 situation | Jason A. Donenfeld | 2013-05-28 | 1 | -4/+0 |
* | CGIT-0.9.2v0.9.2 | Jason A. Donenfeld | 2013-05-27 | 1 | -2/+2 |
* | README: add trailing slash to homepage | Jason A. Donenfeld | 2013-05-27 | 1 | -1/+1 |
* | cgitrc.5: improve example config | Jason A. Donenfeld | 2013-05-27 | 1 | -0/+53 |
* | filters: import more modern scripts | Jason A. Donenfeld | 2013-05-27 | 10 | -15/+1815 |
* | readme: use string_list instead of space deliminations | Jason A. Donenfeld | 2013-05-26 | 10 | -122/+160 |
* | ui-summary: Disallow directory traversal | Jason A. Donenfeld | 2013-05-25 | 1 | -0/+16 |
* | cgitrc.5: information on directory traversal and multiple readme files | Jason A. Donenfeld | 2013-05-25 | 1 | -6/+11 |
* | readme: Accept multiple candidates and test them. | Jason A. Donenfeld | 2013-05-25 | 5 | -31/+95 |
* | ui-summary: Pass filename to about-filter | Jason A. Donenfeld | 2013-05-25 | 4 | -8/+22 |
* | ui-summary: Use default branch for readme if : prefix | Jason A. Donenfeld | 2013-05-25 | 2 | -2/+9 |
* | cgit.c: Do not reset HOME after unsetting it. | Jason A. Donenfeld | 2013-05-25 | 2 | -22/+0 |
* | cgit.c: sync repo config printing with struct cgit_repo | Jason A. Donenfeld | 2013-05-25 | 1 | -0/+14 |
* | git: update to 1.8.3 | John Keeping | 2013-05-25 | 2 | -1/+1 |
* | cache.c: cache ls_cache output properly | John Keeping | 2013-05-22 | 2 | -7/+14 |
* | tests: introduce strip_header() helper function | John Keeping | 2013-05-22 | 2 | -2/+10 |
* | shared.c: use die_errno() where appropriate | John Keeping | 2013-05-22 | 1 | -5/+4 |
* | html.c: die when write fails | John Keeping | 2013-05-22 | 1 | -1/+1 |
* | ui-log: add <span/> around commit decorations | John Keeping | 2013-05-22 | 1 | -0/+2 |
* | Makefile: fix parallel "make test" | John Keeping | 2013-05-22 | 1 | -5/+3 |
* | cache.c: fix cache_ls | John Keeping | 2013-05-18 | 1 | -4/+10 |
* | t0109: "function" is a bash-ism | John Keeping | 2013-05-13 | 1 | -1/+1 |