Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-11-15 | CGIT-0.9.1v0.9.1 | Jason A. Donenfeld | 1 | -1/+1 |
2012-11-15 | man: show mime type default value | Jason A. Donenfeld | 1 | -0/+1 |
2012-11-15 | ssdiff: point line links at exact blob by prepending "id=" | Julius Plenz | 1 | -2/+2 |
2012-11-15 | Format git diff headers correctly when adding or removing files. | Michael Halstead | 2 | -14/+22 |
2012-11-04 | Makefile: get snapshots from github | Ferry Huberts | 1 | -2/+2 |
2012-11-01 | Makefile: remove tags file | Jamie Couture | 1 | -1/+1 |
2012-10-28 | ui-shared: use placeholder for empty commit subject | Christian Franke | 1 | -1/+4 |
2012-10-28 | syntax-highlighting.sh: Fix command injection. | Jason A. Donenfeld | 1 | -2/+2 |
2012-10-18 | Fix man page typo. | Jason A. Donenfeld | 1 | -2/+2 |
2012-10-17 | Makefile: Support OpenBSD just like FreeBSD | Jason A. Donenfeld | 1 | -2/+2 |
2012-10-17 | Makefile: support FreeBSD libiconv paths | Jason A. Donenfeld | 1 | -0/+7 |
2012-10-17 | tests: check for proper html entity | Jason A. Donenfeld | 1 | -1/+1 |
2012-10-17 | ui-log: Add "commit-sort" option for controlling commit ordering | Tobias Bieniek | 8 | -6/+40 |
2012-10-17 | ui-repolist: Add "section-sort" flag to control section sorting. | Tobias Bieniek | 4 | -3/+13 |
2012-10-17 | scan-tree: Unify gitweb.* and cgit.* settings into one config option. | Jason A. Donenfeld | 5 | -58/+36 |
2012-10-17 | ui: Remember to print ampersand as proper html entities. | William Bell | 2 | -8/+8 |
2012-10-16 | ui-repolist: Rename section-sort to repository-sort. | Jason A. Donenfeld | 4 | -7/+7 |
2012-10-16 | repo_config: do not let globals override repo settings | Tobias Bieniek | 1 | -3/+3 |
2012-10-09 | README: times, they are a-changin | Jason A. Donenfeld | 1 | -1/+1 |
2012-10-09 | syntax-highlight: when the file has no extension, assume text | Ferry Huberts | 1 | -1/+4 |
2012-10-09 | ui-repolist: do not use agefile if it's date could not be parsed | Ferry Huberts | 1 | -2/+4 |
2012-10-09 | Revert "filters/syntax-highlighting.sh: work around highlight --force bug" | Ferry Huberts | 1 | -17/+0 |
2012-10-08 | Makefile: add tag target to generate ctags | Jamie Couture | 1 | -1/+5 |
2012-10-08 | ui-repolist: Bold the currently viewed page. | Jamie Couture | 2 | -4/+11 |
2012-10-02 | do not write outside heap buffer | Jim Meyering | 1 | -0/+2 |