Age | Commit message (Expand) | Author | Files | Lines |
2013-04-07 | ui-blob: don't segfault when no path is given | John Keeping | 1 | -1/+1 |
2013-03-20 | Convert pager navigation into a unordered list | Lukas Fleischer | 3 | -9/+20 |
2013-03-20 | Makefile: remove CGIT-CFLAGS files in clean stage | Jason A. Donenfeld | 1 | -1/+1 |
2013-03-20 | ui-summary.c: Move urls variable into print_urls() | Lukas Fleischer | 1 | -6/+14 |
2013-03-20 | Fix colspan values | Lukas Fleischer | 3 | -14/+28 |
2013-03-20 | html: check return value of write | Jason A. Donenfeld | 1 | -2/+3 |
2013-03-20 | ui-shared: squelch compiler warning. | Jason A. Donenfeld | 1 | -0/+1 |
2013-03-20 | cgit.mk: Use SHELL_PATH_SQ to run gen-version.sh | John Keeping | 1 | -1/+1 |
2013-03-20 | cgit.mk: don't rebuild everything if CGIT_VERSION changes | John Keeping | 1 | -1/+8 |
2013-03-20 | ui-patch: use cgit_version not CGIT_VERSION | John Keeping | 1 | -1/+1 |
2013-03-20 | Makefile: re-use Git's Makefile where possible | John Keeping | 3 | -119/+80 |
2013-03-20 | tests: check that Git version are in sync | John Keeping | 1 | -0/+36 |
2013-03-20 | Merge branch 'wip' | Jason A. Donenfeld | 18 | -111/+125 |
2013-03-20 | ui-shared: fix return type of cgit_self_link | John Keeping | 1 | -41/+42 |
2013-03-05 | cgit_print_snapshot_links(): Free prefix variable | Lukas Fleischer | 1 | -0/+1 |
2013-03-05 | cgit_print_commit(): Free tmp variable | Lukas Fleischer | 1 | -0/+1 |
2013-03-05 | cgit_print_tree(): Free curr_rev after usage | Lukas Fleischer | 1 | -2/+6 |
2013-03-05 | find_default_branch(): Free refmatch after usage | Lukas Fleischer | 1 | -0/+8 |
2013-03-05 | print_tag_downloads(): Free ref variable | Lukas Fleischer | 1 | -1/+7 |
2013-03-05 | Free reflists after usage | Lukas Fleischer | 3 | -0/+41 |
2013-03-05 | ui-shared.c: Remove unused function print_archive_ref() | Lukas Fleischer | 1 | -39/+0 |
2013-03-05 | ui-shared.c: Remove unused function cgit_currurl() | Lukas Fleischer | 1 | -12/+0 |
2013-03-05 | Mark several functions/variables static | Lukas Fleischer | 14 | -60/+64 |
2013-03-05 | t0107-snapshot: add tests for ZIP archives | John Keeping | 1 | -2/+37 |
2013-03-05 | tests: make whitespace consistent | John Keeping | 3 | -14/+17 |
2013-03-05 | tests: "grep -e" is not portable to all platforms | John Keeping | 8 | -55/+55 |
2013-03-04 | Makefile: Disable gettext in the Git submodule | Lukas Fleischer | 1 | -1/+1 |
2013-03-04 | Makefile: improve dependency generation | Jamie Couture | 1 | -70/+82 |
2013-03-04 | cgit.c: Remove parameter from guess_defbranch() | Lukas Fleischer | 1 | -2/+2 |
2013-03-04 | ui-tree.c: Use a context structure in walk_tree() | Lukas Fleischer | 1 | -22/+29 |
2013-03-04 | ui-tree.c: Drop the header variable | Lukas Fleischer | 1 | -6/+2 |
2013-03-04 | ui-tree.c: Declare the state variable globally | Lukas Fleischer | 1 | -1/+2 |
2013-03-04 | ui-tree.c: Pass current revision to print_object() | Lukas Fleischer | 1 | -3/+3 |
2013-03-04 | ui-plain.c: Use a context structure in walk_tree() | Lukas Fleischer | 1 | -13/+20 |
2013-03-04 | ui-plain.c: Do not access match variable in print_*() | Lukas Fleischer | 1 | -12/+14 |
2013-03-04 | ui-blob.c: Use a context structure in walk_tree() | Lukas Fleischer | 1 | -16/+26 |
2013-03-04 | ui-snapshot.c: Fill argv[0] with dummy. | Jason A. Donenfeld | 1 | -0/+1 |
2013-03-04 | White space around control verbs. | Jason A. Donenfeld | 16 | -42/+42 |
2013-03-04 | Fix several whitespace errors | Lukas Fleischer | 14 | -99/+99 |
2013-03-02 | Update git to v1.7.12.4 | John Keeping | 1 | -0/+0 |
2013-03-02 | Update git to v1.7.9.7 | John Keeping | 2 | -1/+1 |
2013-03-02 | Update git to v1.7.8.6 | John Keeping | 1 | -0/+0 |
2013-03-02 | Update git to v1.7.7.7 | John Keeping | 3 | -25/+38 |
2013-03-02 | Update git to v1.7.6.5 | John Keeping | 4 | -12/+43 |
2013-03-02 | Update git to v1.7.5.4 | John Keeping | 3 | -6/+6 |
2013-03-02 | Print submodule revision next to submodule link | stfn | 1 | -0/+1 |
2013-02-01 | Support unannotated tags in git-clone. | Jason A. Donenfeld | 1 | -4/+2 |
2013-02-01 | ssdiff: correctly manage tab expansion | Julius Plenz | 1 | -2/+1 |
2013-02-01 | Make "owner" column on index page configurable | Florian Pritz | 4 | -7/+20 |
2012-11-15 | man: fix up default value duplication | Jason A. Donenfeld | 1 | -2/+2 |