1. 6a8d6d4 global: use proper accessors for maybe_tree by Jason A. Donenfeld · 5 years ago
  2. 2c9f56f git: update to v2.19.1 by Christian Hesse · 7 years ago
  3. 255b78f git: update to v2.18.0 by Christian Hesse · 7 years ago
  4. e491eaa ui-shared: pass separator in to cgit_print_snapshot_links() by John Keeping · 7 years ago
  5. 63da41a ui-shared: remove unused parameter by John Keeping · 7 years ago
  6. bd1b281 ui-shared: pass repo object to print_snapshot_links() by John Keeping · 7 years ago
  7. 1dd53e3 git: update to v2.16.0 by Christian Hesse · 7 years ago
  8. 86a6d35 git: update to v2.14 by Jeff Smith · 8 years ago
  9. 3a0fd5e ui-commit: replace 'unsigned char sha1[20]' with 'struct object_id oid' by Christian Hesse · 9 years ago
  10. 9c15f3c Avoid DATE_STRFTIME for long/short dates by John Keeping · 9 years ago
  11. 21dcf10 ui-{commit,tag}: show dates in originator's timezone by John Keeping · 9 years ago
  12. 559ab5e git: update to v2.7.0 by Christian Hesse · 10 years ago
  13. c53a15c commit: move layout into page function by John Keeping · 10 years ago
  14. 03f537f ui-shared: remove toggle_ssdiff arg to cgit_diff_link() by John Keeping · 11 years ago
  15. eeddb5b ui-shared: remove toggle_ssdiff arg to cgit_commit_link() by John Keeping · 11 years ago
  16. 786609b filter: add page source to email filter by Jason A. Donenfeld · 12 years ago
  17. a5e1553 filter: add support for email filter by Jason A. Donenfeld · 12 years ago
  18. 800380d filter: return on null filter from open and close by Jason A. Donenfeld · 12 years ago
  19. f7f26f8 Update copyright information by Lukas Fleischer · 12 years ago
  20. 9003cc1 Allow for creating raw diffs with cgit_print_diff() by Lukas Fleischer · 12 years ago
  21. 8a92df0 Do not load user or system gitconfig and gitattributes by Jason A. Donenfeld · 12 years ago
  22. ed5bd30 Convert cgit_print_error to a variadic function by John Keeping · 12 years ago
  23. 8f20879 Always #include corresponding .h in .c files by John Keeping · 12 years ago
  24. 849ecd9 Update git to v1.8.2.1 by John Keeping · 12 years ago
  25. bc2f5a6 cgit_print_commit(): Free tmp variable by Lukas Fleischer · 12 years ago
  26. 53bc747 Fix several whitespace errors by Lukas Fleischer · 12 years ago
  27. 3ec6b30 cgit.c: always setup cgit repo environment variables by Lars Hjemli · 14 years ago
  28. 2ffeecb Merge branch 'lh/panel' by Lars Hjemli · 14 years ago
  29. d87bba8 cgit_open_filter: also take the repo as a parameter by Ferry Huberts · 14 years ago
  30. 962a248 ui-diff.c: create a control panel for diff options by Lars Hjemli · 14 years ago
  31. 6d7552b Use GIT-1.7.2.2 by Lars Hjemli · 15 years ago
  32. 059b393 ui-commit: Display git notes when present by Jeff Smith · 15 years ago
  33. 37a24e4 Merge branch 'jh/path-limit' by Lars Hjemli · 15 years ago
  34. 685872b ui-commit: Preserve path limit in links to commit page by Johan Herland · 15 years ago
  35. 34c2331 ui-commit: Preserve path limit in links to tree and diff pages by Johan Herland · 15 years ago
  36. eac1b67 ui-patch: Apply path limit to generated patch by Johan Herland · 15 years ago
  37. ab42741 ui-commit: Limit diff based on path limit in qry.path by Johan Herland · 15 years ago
  38. 581a0c2 Optionally generate verbose parent links by Lars Hjemli · 15 years ago
  39. e15842a display subject instead of sha1 as link title of parents by Stefan Naewe · 15 years ago
  40. c358aa3 Add possibility to switch between unidiff and side-by-side-diff. by Ragnar Ouchterlony · 16 years ago
  41. 45c49d6 Use GIT-1.6.4.3 by Lars Hjemli · 16 years ago
  42. db6303b Merge branch 'lh/plugins' by Lars Hjemli · 16 years ago
  43. e976df2 Add support for repo.commit-filter and repo.source-filter by Lars Hjemli · 16 years ago
  44. 2f56e39 Introduce noplainemail option to hide email adresses from spambots by Martin Szulecki · 16 years ago
  45. f35db1c ui-commit: add support for 'commit-filter' option by Lars Hjemli · 16 years ago
  46. 0027e38 Add decorations to commit pages by Justin Waters · 17 years ago
  47. 0f0ab14 Added `local-time` option to cgitrc by Stefan Naewe · 17 years ago
  48. 502d575 ui-commit: handle root commits by Lars Hjemli · 17 years ago
  49. fe1230d Integrate diffstat with diff by Lars Hjemli · 17 years ago
  50. 9ec5cd7 Fix commitdiff annoyance by Lars Hjemli · 17 years ago
  51. 39912a2 Remove 'patch' link from tab, add to commit view by Lars Hjemli · 17 years ago
  52. 89aa3c0 Include diff in commit view by Lars Hjemli · 17 years ago
  53. a4d1ca1 Add ui-shared.h by Lars Hjemli · 17 years ago
  54. b1f9b9c Introduce html.h by Lars Hjemli · 17 years ago
  55. d1f3bbe Move cgit_repo into cgit_context by Lars Hjemli · 17 years ago
  56. d14d77f Introduce struct cgit_context by Lars Hjemli · 17 years ago
  57. 2915483 Fix html error detected by test-suite by Lars Hjemli · 18 years ago
  58. 0ec8791 ui-commit.c: link to diff instead of tree from diffstat by Lars Hjemli · 18 years ago
  59. eb45342 cgit_print_snapshot_links: use url to specify snapshot name by Lars Hjemli · 18 years ago
  60. dc3c9b5 allow selective enabling of snapshots by Michael Krelin · 18 years ago
  61. f97c707 add support for snapshot tarballs by Michael Krelin · 18 years ago
  62. 4a0be58 Add cgit_diff_link() by Lars Hjemli · 18 years ago
  63. faaca44 ui-commit: use cgit_commit_link() for parent links by Lars Hjemli · 18 years ago
  64. 42a7eb9 Add cgit_commit_link() + support for id=sha1 to commit view by Lars Hjemli · 18 years ago
  65. 44947bf Add and use cgit_tree_link() by Lars Hjemli · 18 years ago
  66. ffc6973 ui-tree: unify with ui-view, use path to select tree/blob by Lars Hjemli · 18 years ago
  67. 1a63cfc Use & instead of & in URLs. by Ondrej Jirman · 18 years ago
  68. 0928d88 Fixed unexpected tags in html output. by Ondrej Jirman · 18 years ago
  69. 5db3917 Add cgit_print_age() function by Lars Hjemli · 18 years ago
  70. dff894d Add link to commitdiff below diffstat by Lars Hjemli · 18 years ago
  71. a2ddc10 Change commit-view to expect h parameter, not id by Lars Hjemli · 18 years ago
  72. e903011 Use tables and css to create the diffstat graph, fix scaling by Lars Hjemli · 18 years ago
  73. 9927e63 Specify static storage class for file-local declarations by Lars Hjemli · 18 years ago
  74. 9fb53af Add log filtering by path and link to it from tree view by Lars Hjemli · 18 years ago
  75. 6a8749d Add commitdiff between commit and each of it's parent by Lars Hjemli · 18 years ago
  76. 8a3685b Add graphical diffstat to commit view by Lars Hjemli · 18 years ago
  77. ae4c1ee Use standard tree-diff function when showing diffstat for single commit by Lars Hjemli · 18 years ago
  78. ac70cb4 Make snapshot feature configurable by Lars Hjemli · 18 years ago
  79. ab2ab95 Add support for snapshots by Lars Hjemli · 18 years ago
  80. 2efee09 Add missing diff-link in ui-commit.c by Lars Hjemli · 19 years ago
  81. fb6e586 Don't show new and old filemode for added/removed files by Lars Hjemli · 19 years ago
  82. 6cb326c Show list of modified files in ui-commit.c by Lars Hjemli · 19 years ago
  83. 9c5229e Reformat code to avoid excessive line lengths by Lars Hjemli · 19 years ago
  84. aaa24bd Add cgit_free_commitinfo() and use where needed by Lars Hjemli · 19 years ago
  85. fa82b03 Simplify ui-commit.c by Lars Hjemli · 19 years ago
  86. 8960d26 Show emails and timestamps in ui-commit.c by Lars Hjemli · 19 years ago
  87. 6c14f5e Add head comment to ui-commit.c by Lars Hjemli · 19 years ago
  88. 148fb96 Move cgit_print_date into ui-shared, reuse in ui-summary by Lars Hjemli · 19 years ago
  89. 9a8f886 Add ui-commit.c + misc ui cleanups by Lars Hjemli · 19 years ago