git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-08-22 20:22:43 to 2014-08-26 19:52:59 UTC [more...]

[PATCH 00/18] Signed push
 2014-08-26 19:52 UTC  (19+ messages)
` [PATCH 18/18] signed push: final protocol update

[PATCH v2 0/3] dropping manually-maintained LIB_H
 2014-08-26 19:40 UTC  (15+ messages)
` [PATCH 2/3] Makefile: use `find` to determine static header dependencies

[PATCH v5 0/4] Stream fd to clean filter; GIT_MMAP_LIMIT, GIT_ALLOC_LIMIT with git_parse_ulong()
 2014-08-26 19:32 UTC  (15+ messages)
` [PATCH v5 1/4] convert: Refactor would_convert_to_git() to single arg 'path'
` [PATCH v5 2/4] Change GIT_ALLOC_LIMIT check to use git_parse_ulong()
` [PATCH v5 3/4] Introduce GIT_MMAP_LIMIT to allow testing expected mmap size
` [PATCH v5 4/4] convert: Stream from fd to required clean filter instead of mmap

[PATCH] bisect: save heap memory. allocate only the required amount
 2014-08-26 19:25 UTC  (31+ messages)
            ` [PATCH 0/3] name_decoration cleanups
              ` [PATCH 1/3] log-tree: make add_name_decoration a public function
              ` [PATCH 2/3] log-tree: make name_decoration hash static
              ` [PATCH 3/3] log-tree: use FLEX_ARRAY in name_decoration

[PATCH v6 0/6] Stream fd to clean filter; GIT_MMAP_LIMIT, GIT_ALLOC_LIMIT with git_env_ulong()
 2014-08-26 18:29 UTC  (10+ messages)
` [PATCH v6 1/6] convert: drop arguments other than 'path' from would_convert_to_git()
` [PATCH v6 2/6] Add git_env_ulong() to parse environment variable
` [PATCH v6 3/6] Change GIT_ALLOC_LIMIT check to use git_env_ulong()
` [PATCH v6 4/6] Introduce GIT_MMAP_LIMIT to allow testing expected mmap size
` [PATCH v6 5/6] Change copy_fd() to not close input fd
` [PATCH v6 6/6] convert: stream from fd to required clean filter to reduce used address space

[PATCH 0/2] describe: support the syntax "--abbrev=+"
 2014-08-26 18:04 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] describe: Add documentation for "--abbrev=+"

[PATCH] Check order when reading index
 2014-08-26 17:43 UTC  (14+ messages)
` [PATCH 1/2] "
  ` [PATCH 2/2] Loop index increases monotonically when reading unmerged entries

Improving the git remote command
 2014-08-26 17:33 UTC  (7+ messages)

[PATCH] l10n: de.po: translate 38 new messages
 2014-08-26 17:31 UTC  (4+ messages)

[PATCH] po/TEAMS: add new members to German translation team
 2014-08-26 17:06 UTC 

Relative submodule URLs
 2014-08-26 15:18 UTC  (10+ messages)
      `  "
          `  "

Bug report: Author/Commit date in ISO 8601 format
 2014-08-26 14:22 UTC  (7+ messages)

[PATCH] contrib/svn-fe: fix Makefile
 2014-08-26 12:44 UTC 

(unknown),
 2014-08-26 11:16 UTC 

Transaction patch series overview
 2014-08-26  0:03 UTC  (6+ messages)

Show containing branches in log?
 2014-08-25 23:35 UTC  (3+ messages)

[GIT PULL] l10n updates for 2.1.0 round 1
 2014-08-25 22:41 UTC  (2+ messages)

[PATCH/RFC] git-imap-send: use libcurl for implementation
 2014-08-25 21:08 UTC  (4+ messages)

check-ref-format: include refs/ in the argument or to strip it?
 2014-08-25 19:09 UTC  (10+ messages)

[PATCH 0/5] fix pack-refs pruning of refs/foo
 2014-08-25 18:56 UTC  (14+ messages)
` [PATCH 1/5] git-prompt: do not look for refs/stash in $GIT_DIR
` [PATCH 2/5] pack-refs: prune top-level refs like "refs/foo"
` [PATCH 3/5] fast-import: clean up pack_data pointer in end_packfile
` [PATCH 4/5] fast-import: fix buffer overflow in dump_tags
` [PATCH 5/5] fast-import: stop using lock_ref_sha1

[PATCH v2 3/3] t0026: Add missing &&
 2014-08-25 17:38 UTC  (2+ messages)

[PATCH v2 1/3] Push the NATIVE_CRLF Makefile variable to C and added a test for native
 2014-08-25 17:36 UTC  (4+ messages)

[BUG] resolved deltas
 2014-08-25 17:19 UTC  (8+ messages)

Help improving the future of debugging
 2014-08-25 15:30 UTC 

[PATCH 1/5] git-prompt: do not look for refs/stash in $GIT_DIR
 2014-08-25 12:46 UTC  (2+ messages)

[PATCH] Undefine strlcpy if needed
 2014-08-25 11:16 UTC  (10+ messages)

[PATCH v3 0/3] Stream fd to clean filter, GIT_MMAP_LIMIT
 2014-08-24 16:03 UTC  (7+ messages)
` [PATCH v3 2/3] Introduce GIT_MMAP_LIMIT to allow testing expected mmap size

[PATCH v2 00/19] Signed push
 2014-08-24  3:29 UTC  (21+ messages)
` [PATCH v2 01/19] receive-pack: do not overallocate command structure
` [PATCH v2 02/19] receive-pack: parse feature request a bit earlier
` [PATCH v2 03/19] receive-pack: do not reuse old_sha1[] for other things
` [PATCH v2 04/19] receive-pack: factor out queueing of command
` [PATCH v2 05/19] send-pack: move REF_STATUS_REJECT_NODELETE logic a bit higher
` [PATCH v2 06/19] send-pack: refactor decision to send update per ref
` [PATCH v2 07/19] send-pack: always send capabilities
` [PATCH v2 08/19] send-pack: factor out capability string generation
` [PATCH v2 09/19] send-pack: rename "new_refs" to "need_pack_data"
` [PATCH v2 10/19] send-pack: refactor inspecting and resetting status and sending commands
` [PATCH v2 11/19] send-pack: clarify that cmds_sent is a boolean
` [PATCH v2 12/19] gpg-interface: move parse_gpg_output() to where it should be
` [PATCH v2 13/19] gpg-interface: move parse_signature() "
` [PATCH v2 14/19] pack-protocol doc: typofix for PKT-LINE
` [PATCH v2 15/19] the beginning of the signed push
` [PATCH v2 16/19] receive-pack: GPG-validate push certificates
` [PATCH v2 17/19] send-pack: send feature request on push-cert packet
` [PATCH v2 18/19] signed push: remove duplicated protocol info
` [PATCH v2 19/19] signed push: fortify against replay attacks

[PATCH] Update hard-coded header dependencies
 2014-08-23 11:06 UTC  (4+ messages)
` [PATCH 1/2] Makefile: use "find" to determine static "

[PATCH] Improve English grammar
 2014-08-23  8:52 UTC 

[PATCH] teach fast-export an --anonymize option
 2014-08-23  6:19 UTC  (6+ messages)
    ` [PATCH v2] "


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).