List for cgit developers and users
 help / color / mirror / Atom feed
No subject
 2015-08-28 17:37 UTC 

[PATCH 0/8] Portability fixes
 2015-08-20 13:51 UTC  (13+ messages)
` [PATCH 1/8] tests: allow shell to be overridden
` [PATCH 2/8] Makefile: include Git's config.mak.uname
` [PATCH 3/8] Remove redundant includes
` [PATCH 4/8] configfile.c: don't include system headers directly
` [PATCH 5/8] cache.c: fix header order
` [PATCH 6/8] cgit.h: move stdbool.h from ui-shared.h
` [PATCH 7/8] ui-tree: use "sane" isgraph()
` [PATCH 8/8] filter: don't use dlsym unnecessarily

mimetypes & about
 2015-08-17 13:07 UTC  (7+ messages)

Build failed in Jenkins: cgit - upstream - get-git - master #195 - remotes/origin/master - 346d1c4
 2015-08-17 12:44 UTC  (2+ messages)
` Jenkins build is back to normal : cgit - upstream - get-git - master #196 - remotes/origin/master - 9da4eba

Build failed in Jenkins: cgit - upstream - master #214 - remotes/origin/master - 346d1c4
 2015-08-17 12:44 UTC  (2+ messages)
` Jenkins build is back to normal : cgit - upstream - master #215 - remotes/origin/master - 9da4eba

[PATCH 1/1] ui-summary: add parentheses for conditions
 2015-08-17 12:43 UTC  (2+ messages)

[PATCH 1/2] move get_mimetype_from_file() to shared
 2015-08-16 12:53 UTC  (16+ messages)
` [PATCH 2/2] about: send images plain
    ` [PATCH 2/3] "
      ` [PATCH 3/3] move shared code to get_mimetype_from_file()
        ` [PATCH 2/3] refactor get_mimetype_from_file() to get_mimetype_from_qrypath()
          ` [PATCH 3/3] ui-summary: send images plain for about page
              ` [PATCH 2/3] refactor get_mimetype_from_file() to get_mimetype_for_filename()

[PATCH 00/17] HTTP response code improvements
 2015-08-14 14:40 UTC  (52+ messages)
` [PATCH 01/17] ui-shared: add cgit_print_error_page() function
` [PATCH 02/17] cgit: use cgit_print_error_page() where appropriate
` [PATCH 03/17] clone: use cgit_print_error_page() instead of html_status()
` [PATCH 04/17] plain: "
` [PATCH 05/17] snapshot: "
` [PATCH 06/17] html: remove html_status()
` [PATCH 07/17] ui-shared: add cgit_print_layout_{start,end}()
` [PATCH 08/17] about: move layout into page functions
` [PATCH 09/17] commit: move layout into page function
` [PATCH 10/17] diff: move layout to "
` [PATCH 11/17] log: move layout into "
` [PATCH 12/17] refs: move layout to "
` [PATCH 13/17] stats: move layout into "
` [PATCH 14/17] summary: "
` [PATCH 15/17] tag: "
` [PATCH 16/17] tree: "
` [PATCH 17/17] cmd: remove "want_layout" field
` [PATCH v2 00/22] HTTP status code improvements
  ` [PATCH v2 01/22] ui-shared: add cgit_print_error_page() function
  ` [PATCH v2 02/22] cgit: use cgit_print_error_page() where appropriate
  ` [PATCH v2 03/22] clone: use cgit_print_error_page() instead of html_status()
  ` [PATCH v2 04/22] plain: "
  ` [PATCH v2 05/22] snapshot: "
  ` [PATCH v2 06/22] blob: use cgit_print_error_page() to add HTTP headers
  ` [PATCH v2 07/22] patch: use cgit_print_error_page() for HTTP status codes
  ` [PATCH v2 08/22] snapshot: "
  ` [PATCH v2 09/22] snapshot: don't reimplement cgit_print_error_page()
  ` [PATCH v2 10/22] html: remove html_status()
  ` [PATCH v2 11/22] ui-shared: add cgit_print_layout_{start,end}()
  ` [PATCH v2 12/22] about: move layout into page functions
  ` [PATCH v2 13/22] commit: move layout into page function
  ` [PATCH v2 14/22] diff: move layout to "
  ` [PATCH v2 15/22] log: move layout into "
  ` [PATCH v2 16/22] refs: move layout to "
  ` [PATCH v2 17/22] stats: move layout into "
  ` [PATCH v2 18/22] summary: "
  ` [PATCH v2 19/22] tag: "
  ` [PATCH v2 20/22] tree: "
  ` [PATCH v2 21/22] cmd: remove "want_layout" field
  ` [PATCH v2 22/22] ui-shared: cache errors for "dynamic TTL"

[PATCH 1/1] fix def_cmd() definition
 2015-08-14 14:23 UTC 

[PATCH 1/1] make sure to send http headers
 2015-08-14 10:35 UTC  (3+ messages)

Fwd: Build failed in Jenkins: cgit - upstream - get-git - master #190 - remotes/origin/master - a360666
 2015-08-13 16:00 UTC  (7+ messages)
  `  "

[PATCH 0/3] Fix date tooltips in the distant past
 2015-08-13 13:40 UTC  (5+ messages)
` [PATCH 1/3] ui-shared: extract date formatting to a function
` [PATCH 2/3] ui-shared: use common function in print_rel_date()
` [PATCH 3/3] ui-shared: show full date in tooltip if longer ago than max_relative

[PATCH] add new option atom-root
 2015-08-13  9:49 UTC  (3+ messages)

/about redirected to /about/
 2015-08-13  9:11 UTC  (3+ messages)

[PATCH] add new option atom-root (was: Relative URL for Atom feed announcement)
 2015-08-13  4:49 UTC 

Fwd: Build failed in Jenkins: cgit - upstream - master #206 - remotes/origin/master - 30304d8
 2015-08-12 15:43 UTC  (3+ messages)

[PATCH 2/2 v3] log: allow users to follow a file
 2015-08-12 15:41 UTC  (5+ messages)
` [PATCH v4 1/2] shared: make cgit_diff_tree_cb public
  ` [PATCH v4 2/2] log: allow users to follow a file

[PATCH 0/3] Blame UI
 2015-08-12 15:26 UTC  (8+ messages)
` [PATCH 1/3] ui-blame: add blame UI
` [PATCH 2/3] ui-shared: add cgit_blame_link()
` [PATCH 3/3] ui-tree: generate blame links

[PATCH] contrib/hooks: add sample post-receive hook using agefile
 2015-08-12 15:04 UTC  (9+ messages)

Stale Branches
 2015-08-12 14:31 UTC  (2+ messages)

[PATCH] filters: apply HTML escaping
 2015-08-12 12:13 UTC  (3+ messages)

[PATCH 1/1] git: update to v2.5.0
 2015-08-12 12:09 UTC  (2+ messages)

[PATCH] Fix processing of repo.hide and repo.ignore
 2015-08-12 12:08 UTC  (3+ messages)

[PATCH] Fix processing of repo.hide and repo.ignore
 2015-08-10  7:45 UTC  (3+ messages)

Have scan-path only pull in unlisted repositories
 2015-07-24 13:47 UTC  (4+ messages)

[PATCH] Add about-formatting filter for org-mode
 2015-07-14 16:20 UTC  (3+ messages)

Timezones in CGit
 2015-06-26 14:22 UTC  (2+ messages)

[PATCH 1/1] RFC: git: update to v2.5.0-rc0
 2015-06-26 11:58 UTC 

[PATCH 1/1] git: update to v2.4.5
 2015-06-25 20:34 UTC 

[PATCH 1/2] filters: Remove .py extension from rst2html
 2015-06-19 14:10 UTC  (2+ messages)
` [PATCH 2/2] ui-shared: Use html_link_open/html_link_close

disable logo-link ?
 2015-06-19 10:37 UTC  (6+ messages)
        ` [PATCH] Implement logo-alt

[PATCH] ui-repolist: Tweak max-repo-count handling
 2015-06-18 13:48 UTC  (3+ messages)

CGI to transparently translate gitweb to cgit
 2015-06-17 18:47 UTC 

[PATCH 1/1] git: update to v2.4.4
 2015-06-17 13:22 UTC 

[PATCH 1/1] git: update to v2.4.3
 2015-06-07 20:05 UTC 

[PATCH] Customize cgit for the AUR
 2015-06-04 11:33 UTC  (2+ messages)

[PATCH] Add an option to disable the branch switch form
 2015-05-31 21:53 UTC  (2+ messages)

[PATCH 1/1] git: update to v2.4.2
 2015-05-29 20:22 UTC 

Troubles using special characters in links with lighttpd
 2015-05-15 13:34 UTC  (6+ messages)

[PATCH] cgit: use strtol_i instead of atoi
 2015-05-15  7:11 UTC  (7+ messages)

[PATCH 1/1] git: update to v2.4.1
 2015-05-14 11:48 UTC  (2+ messages)

[PATCH 1/1] git: update to v2.4.0
 2015-04-30 21:10 UTC 

[Idea] A local cgit configuration per project?
 2015-04-30 13:11 UTC  (3+ messages)

[PATCH 1/1] git: update to v2.3.7
 2015-04-27 20:20 UTC 

[PATCH 1/1] git: update to v2.3.6
 2015-04-21 22:01 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).