git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-06-08 18:31:27 to 2011-06-10 20:16:12 UTC [more...]

[PATCH 0/6] zlib only processes 4GB at a time
 2011-06-10 20:15 UTC  (4+ messages)
` [PATCH 1/6] zlib: refactor error message formatter
` [PATCH 2/6] zlib: wrap remaining calls to direct inflate/inflateEnd
` [PATCH 3/6] zlib: wrap inflateInit2 used to accept only for gzip format

Git is not scalable with too many refs/*
 2011-06-10 20:12 UTC  (12+ messages)

Command-line interface thoughts
 2011-06-10 18:35 UTC  (51+ messages)
    ` Command-line interface thoughts (ad-hominem attacks)

[RFC/PATCHv3 0/5] Improving gitweb documentation, creating manpages
 2011-06-10 17:16 UTC  (4+ messages)
` [RFC/PATCHv3 4/5] gitweb: Starting work on a man page for /etc/gitweb.conf (WIP)

Git-Mediawiki: Future of the project
 2011-06-10 13:22 UTC  (4+ messages)

diff'ing files 
 2011-06-10 13:12 UTC  (6+ messages)

[RFC/PATCH] git put: an alternative to add/reset/checkout
 2011-06-10 12:38 UTC  (8+ messages)

[PATCH] gitweb: Fix usability of $prevent_xss
 2011-06-10 12:01 UTC  (2+ messages)
` [PATCH] gitweb: Make $prevent_xss protection for 'blob_plain' more usable

[PATCH] reset: Libify reset_index_file and print_new_head_line
 2011-06-10 10:35 UTC  (2+ messages)

clone --mirror should be replaced by --mirror=(fetch|push)
 2011-06-10  7:12 UTC 

Reverting/cheout files with old modification date
 2011-06-10  7:17 UTC  (2+ messages)

[PATCHv3 1/2] Add a remote helper to interact with mediawiki, pull & clone handled
 2011-06-10  7:22 UTC  (10+ messages)
` [RFC/PATCH 2/2] Git-remote-mediawiki: Add push support

[PATCH 00/19] remote-helper improvements
 2011-06-10  1:40 UTC  (53+ messages)
` [PATCH 01/19] transport-helper: fix minor leak in push_refs_with_export
` [PATCH 02/19] t5800: factor out some ref tests
` [PATCH 03/19] t5800: document some non-functional parts of remote helpers
` [PATCH 04/19] teach remote-testgit to import non-HEAD refs
` [PATCH 05/19] transport-helper: don't feed bogus refs to export push
` [PATCH 06/19] git_remote_helpers: push all refs during a non-local export
` [PATCH 07/19] remote-curl: accept empty line as terminator
` [PATCH 08/19] git-remote-testgit: only push for non-local repositories
` [PATCH 09/19] git-remote-testgit: fix error handling
` [PATCH 10/19] fast-import: introduce 'done' command
` [PATCH 11/19] fast-export: support done feature
` [PATCH 12/19] transport-helper: factor out push_update_refs_status
` [PATCH 13/19] transport-helper: check status code of finish_command
` [PATCH 14/19] transport-helper: use the new done feature where possible
` [PATCH 15/19] transport-helper: update ref status after push with export
` [PATCH 16/19] transport-helper: change import semantics
` [PATCH 17/19] transport-helper: export is no longer always the last command
` [PATCH 18/19] transport-helper: Use capname for gitdir capability too
` [PATCH 19/19] transport-helper: implement marks location as capability

Sha1 lookup and GIT_USE_LOOKUP
 2011-06-09 22:51 UTC  (4+ messages)

Git-Mediawiki : cloning a set of pages
 2011-06-09 22:34 UTC  (19+ messages)
    ` [PATCH 01/10] strbuf_split: add a max parameter
    ` [PATCH 02/10] fix "git -c" parsing of values with equals signs
    ` [PATCH 03/10] config: die on error in command-line config
    ` [PATCH 04/10] config: avoid segfault when parsing "
    ` [PATCH 05/10] strbuf: allow strbuf_split to work on non-strbufs
    ` [PATCH 06/10] config: use strbuf_split_str instead of a temporary strbuf
    ` [PATCH 07/10] parse-options: add OPT_STRING_LIST helper
    ` [PATCH 08/10] remote: use new OPT_STRING_LIST
    ` [PATCH 09/10] config: make git_config_parse_parameter a public function
    ` [PATCH 10/10] clone: accept config options on the command line

[PATCH] unpack_sha1_file(): zlib can only process 4GB at a time
 2011-06-09 22:28 UTC  (2+ messages)

[PATCH 1/2] Remove noreturn function pointers in usage.c
 2011-06-09 21:13 UTC  (7+ messages)
` [PATCH 2/2] Add profile feedback build to git

[RFC/PATCH] config.c: Make git_config() work correctly when called recursively
 2011-06-09 20:39 UTC  (2+ messages)

[PATCH] unpack_sha1_file(): zlib can only process 4GB at a time
 2011-06-09 20:14 UTC 

[PATCH] unpack_compressed_entry(): zlib can only process 4GB at a time
 2011-06-09 20:12 UTC 

[PATCH] sha1_file.c: zlib can only process 4GB at a time
 2011-06-09 20:11 UTC  (3+ messages)
` [PATCH] unpack-objects: "

[RFC PATCH 0/2] Add an update=none option for 'loose' submodules
 2011-06-09 18:06 UTC  (2+ messages)

[PATCH] Do not log unless all connect() attempts fail
 2011-06-09 17:52 UTC 

[PATCH] Only print an error for the last connect() failure
 2011-06-09 17:30 UTC  (5+ messages)

[PATCH v3 0/2] submodule update continue
 2011-06-09 17:21 UTC  (4+ messages)
` [PATCH v3 1/2] Add new function die_with_status
` [PATCH v3 2/2] submodule update: continue when a checkout fails

[PATCHv4 1/4] Refactor for_each_ref variants to use for_each_ref_in and avoid magic numbers
 2011-06-09  9:09 UTC  (6+ messages)
` [PATCHv4 2/4] Add infrastructure for ref namespaces

gitweb: cloud tags feature produces malformed XML for errors
 2011-06-09  7:11 UTC  (5+ messages)
    ` [RFC/PATCH] gitweb: Change the way "content tags" ('ctags') are handled
      ` [PATCH] gitweb: do misparse nonnumeric content tag files that contain a digit

[PATCH 0/8] minor import/export remote helper fixes
 2011-06-09  6:20 UTC  (10+ messages)
` [PATCH 4/8] t5800: document some non-functional parts of remote helpers
` [PATCH 5/8] teach remote-testgit to import non-HEAD refs

blame -C: adding a line in moved content sometimes affect blame result
 2011-06-09  3:25 UTC  (3+ messages)

[ANNOUNCE] Git 1.7.6.rc1
 2011-06-09  3:14 UTC 

[PATCH] fetch: do not leak a refspec
 2011-06-09  0:20 UTC  (2+ messages)

Git-mediawiki : Encoding problems in perl
 2011-06-08 22:36 UTC  (10+ messages)

[PATCH 1/2] Fix documentation of fetch-pack that implies that the client can disconnect after sending wants
 2011-06-08 22:11 UTC  (2+ messages)
` [PATCH 2/2] Document the underlying protocol used by shallow repositories and --depth commands

old but persistent problem: bad line length character
 2011-06-08 18:33 UTC  (5+ messages)


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