List for cgit developers and users
 help / color / mirror / Atom feed
[PATCH] Do not load user or system gitconfig and gitattributes
 2013-04-08 19:50 UTC  (5+ messages)

[PATCH] Update git to v1.8.2.1
 2013-04-08 19:29 UTC  (24+ messages)
          ` [PATCH] Do not load system gitconfig and gitattributes

[PATCH 00/12] Test improvements
 2013-04-08 19:23 UTC  (14+ messages)
` [PATCH 01/12] tests: use Git test functions directly
` [PATCH 02/12] tests: don't let Git's test-lib create a repository
` [PATCH 03/12] tests: remove prepare_tests
` [PATCH 04/12] t0001: don't setup test repositories
` [PATCH 05/12] tests/.gitignore: update for using Git's test infrastructure
` [PATCH 06/12] tests: remove "trash" directory
` [PATCH 07/12] tests: put cgit onto $PATH
` [PATCH 08/12] .gitignore: tighten cgit ignore expression
` [PATCH 09/12] tests: add Valgrind support
` [PATCH 10/12] t0001: use test_cmp instead of 'diff -u'
` [PATCH 11/12] tests: use test_line_count where appropriate
` [PATCH 12/12] tests: use test_create_repo instead of "git init"

[PATCH 1/3] tests/: Do not use `sed -i`
 2013-04-08 18:49 UTC  (8+ messages)
` [PATCH 2/3] t0107: Skip ZIP tests if unzip(1) isn't available
` [PATCH 3/3] t0107: Use `tar -z` for gzip'ed archives

[PATCH 00/19] Fixed-size buffer removal
 2013-04-08 18:28 UTC  (75+ messages)
` [PATCH 01/19] Fix out-of-bounds memory accesses with virtual_root=""
` [PATCH 02/19] Remove redundant calls to fmt("%s", ...)
` [PATCH 03/19] cache.c: don't use statically sized buffers for filenames
` [PATCH 04/19] html: introduce html_txtf and html_vtxtf functions
` [PATCH 05/19] Convert cgit_print_error to a variadic function
` [PATCH 06/19] scan-tree: use struct strbuf instead of static buffers
` [PATCH 07/19] ui-log.c: use a strbuf for refs
` [PATCH 08/19] ui-log.c: use a strbuf for grep arguments
` [PATCH 09/19] ui-plain.c: use struct strbuf instead of fmt()
` [PATCH 10/19] ui-refs.c: use struct strbuf instead of fixed-size buffers
` [PATCH 11/19] ui-repolist.c: use struct strbuf for repository paths
` [PATCH 12/19] ui-snapshot.c: tidy up memory management in write_archive_type
` [PATCH 13/19] ui-snapshot: use a struct strbuf instead of fixed-size buffers
` [PATCH 14/19] ui-summary.c: use "
` [PATCH 15/19] ui-tag.c: use struct strbuf for user-supplied data
` [PATCH 16/19] ui-tree.c: use struct strbuf instead of fmt()
` [PATCH 17/19] cgit.c: "
` [PATCH 18/19] html: add html_attrf to output an attribute value from a format string
` [PATCH 19/19] ui-shared.c: use struct strbuf instead of fmt()
` [PATCH v2 00/22] Fixed-size buffer removal
  ` [PATCH v2 01/22] Fix out-of-bounds memory accesses with virtual_root=""
  ` [PATCH v2 02/22] Mark char* fields in struct cgit_page as const
  ` [PATCH v2 03/22] Remove redundant calls to fmt("%s", ...)
  ` [PATCH v2 04/22] html.c: add fmtalloc helper
  ` [PATCH v2 05/22] shared.c: add strbuf_ensure_end
  ` [PATCH v2 06/22] cache.c: don't use statically sized buffers for filenames
  ` [PATCH v2 07/22] html: introduce html_txtf and html_vtxtf functions
  ` [PATCH v2 08/22] Convert cgit_print_error to a variadic function
    ` [PATCH 08/22 v3] "
  ` [PATCH v2 09/22] scan-tree: use struct strbuf instead of static buffers
  ` [PATCH v2 10/22] ui-log.c: use a strbuf for refs
  ` [PATCH v2 11/22] ui-log.c: use a strbuf for grep arguments
  ` [PATCH v2 12/22] ui-plain.c: use struct strbuf instead of fmt()
  ` [PATCH v2 13/22] ui-refs.c: use struct strbuf instead of fixed-size buffers
  ` [PATCH v2 14/22] ui-repolist.c: use struct strbuf for repository paths
  ` [PATCH v2 15/22] ui-snapshot.c: tidy up memory management in write_archive_type
  ` [PATCH v2 16/22] ui-snapshot: use a struct strbuf instead of fixed-size buffers
  ` [PATCH v2 17/22] ui-summary.c: use "
  ` [PATCH v2 18/22] ui-tag.c: use struct strbuf for user-supplied data
  ` [PATCH v2 19/22] ui-tree.c: use struct strbuf instead of fmt()
  ` [PATCH v2 20/22] cgit.c: "
  ` [PATCH v2 21/22] html: add html_attrf to output an attribute value from a format string
  ` [PATCH v2 22/22] ui-shared.c: use struct strbuf instead of fmt()

Branch Age Sorting and Idle Most Recent Sorting [Was: Re: Today is a big day for us]
 2013-04-08 17:44 UTC  (6+ messages)

[PATCH] tests: use Git's test framework
 2013-04-08 14:28 UTC  (7+ messages)

[PATCH] ui-blob: don't segfault when no path is given
 2013-04-07 14:08 UTC  (2+ messages)

[PATCH 1/2] ui-refs.c: Remove global header variable
 2013-04-06 21:39 UTC  (2+ messages)
` [PATCH 2/2] ui-refs.c: Refactor print_tag()

[PATCH] html.c: Replace strdup() with xstrdup()
 2013-04-06 14:26 UTC  (7+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH] Always #include corresponding .h in .c files
 2013-04-06 14:25 UTC  (2+ messages)

[PATCH] cgit.mk: fix dependency handling
 2013-04-05 12:48 UTC  (2+ messages)

[PATCH 1/2] Makefile: re-include cgit.conf in cgit.mk
 2013-04-04 17:28 UTC  (7+ messages)
` [PATCH 2/2] compat/timegm: new compat function for systems lacking timegm()
  ` [PATCH 2/2 v2] "

[PATCH 1/3] Return const char * in cgit_{httpscheme, hosturl, rooturl}()
 2013-04-04 14:19 UTC  (8+ messages)
` [PATCH 2/3] Maŕk cgit_environment members const
` [PATCH 3/3] Do not unnecessarily strdup() environment variables

[PATCH] Fix out-of-bounds memory accesses with virtual_root=""
 2013-04-01 19:33 UTC 

How to disable or change Owner column on index page?
 2013-03-26 18:01 UTC  (6+ messages)

[PATCH] Convert pager navigation into a unordered list
 2013-03-22 10:08 UTC  (5+ messages)

[PATCH 0/6] Update to a more recent Git
 2013-03-20 20:28 UTC  (3+ messages)

[PATCH v1 1/1] tests: add Git submodule version consistency test
 2013-03-20 20:18 UTC  (12+ messages)

[PATCH] ui-shared: fix return type of cgit_self_link
 2013-03-20 20:04 UTC  (2+ messages)

[PATCH] ui-summary.c: Move urls variable into print_urls()
 2013-03-20 19:53 UTC  (2+ messages)

[PATCH v3 0/4] Makefile improvements
 2013-03-20 19:34 UTC  (9+ messages)
` [PATCH v3 1/4] Makefile: re-use Git's Makefile where possible
` [PATCH v3 3/4] cgit.mk: don't rebuild everything if CGIT_VERSION changes

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).