git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-08-09 01:23:26 to 2017-08-10 21:05:36 UTC [more...]

[PATCH 0/4] dropping support for older curl
 2017-08-10 20:33 UTC  (28+ messages)
` [PATCH 1/4] http: drop support for curl < 7.11.1
` [PATCH 2/4] http: drop support for curl < 7.16.0
` [PATCH 3/4] http: drop support for curl < 7.19.4
      ` [PATCH 5/4] curl: remove ifdef'd code never used with curl >=7.19.4
` [PATCH 4/4] http: #error on too-old curl
  ` Dropping support for older perl

fatal: Out of memory, getdelim failed under NFS mounts
 2017-08-10 21:02 UTC  (11+ messages)
        ` [PATCH] strbuf: clear errno before calling getdelim(3)

[PATCH 3/4] Convert zlib.c to size_t
 2017-08-10 20:49 UTC  (3+ messages)
` [PATCH 4/4] Fix delta offset overflow

[PATCH V2 1/2] Fix delta integer overflows
 2017-08-10 20:36 UTC  (5+ messages)
` [PATCH V2 2/2] Convert size datatype to size_t

[PATCH] cache-tree: remove use of strbuf_addf in update_one
 2017-08-10 20:33 UTC  (5+ messages)

[PATCH 0/5] make interpret-trailers useful for parsing
 2017-08-10 20:26 UTC  (47+ messages)
` [PATCH 1/5] trailer: put process_trailers() options into a struct
` [PATCH 2/5] interpret-trailers: add an option to show only the trailers
` [PATCH 3/5] interpret-trailers: add an option to show only existing trailers
` [PATCH 4/5] interpret-trailers: add an option to normalize output
` [PATCH 5/5] interpret-trailers: add --parse convenience option
    ` [PATCH v3 1/5] trailer: put process_trailers() options into a struct
    ` [PATCH v3 2/5] interpret-trailers: add an option to show only the trailers
    ` [PATCH v3 3/5] interpret-trailers: add an option to show only existing trailers
    ` [PATCH v3 4/5] interpret-trailers: add an option to normalize output
    ` [PATCH v3 5/5] interpret-trailers: add --parse convenience option

[ANNOUNCE] Git for Windows 2.14.1
 2017-08-10 20:07 UTC 

[PATCH v1 0/1] Teach status to show ignored directories
 2017-08-10 20:03 UTC  (3+ messages)
` [PATCH v1 1/1] dir: teach "

[PATCH] t1200: remove t1200-tutorial.sh
 2017-08-10 19:39 UTC  (9+ messages)

[PATCH 5/9] Convert sha1_file.c to size_t
 2017-08-10 19:25 UTC  (4+ messages)
` [PATCH 6/9] Use size_t for sha1
` [PATCH 8/9] Convert fsck.c & commit.c to size_t
` [PATCH 9/9] Convert cache functions "

[PATCH] commit: skip discarding the index if there is no pre-commit hook
 2017-08-10 19:16 UTC  (2+ messages)

Not understanding with git wants to copy one file to another
 2017-08-10 18:47 UTC  (4+ messages)

[PATCH 0/2] Add progress to format-patch and rebase
 2017-08-10 18:32 UTC  (4+ messages)
` [PATCH v2 0/2] Add progress for "
` [PATCH v2 1/2] format-patch: have progress option while generating patches
` [PATCH v2 2/2] rebase: turn on progress option by default for format-patch

[ANNOUNCE] Git v2.14.1, v2.13.5, and others
 2017-08-10 18:00 UTC 

[RFC] clang-format: outline the git project's coding style
 2017-08-10 17:28 UTC  (19+ messages)

[PATCH v2 00/25] Move exported packfile funcs to its own file
 2017-08-10 17:21 UTC  (25+ messages)
` [RFC PATCH 00/10] An attempt to move "
  ` [RFC PATCH 01/10] pack: move pack name-related functions
  ` [PATCH v2 06/25] pack: move pack-closing functions
  ` [PATCH v2 09/25] pack: move add_packed_git()
  ` [PATCH v2 10/25] pack: move install_packed_git()
  ` [PATCH v2 11/25] pack: move {,re}prepare_packed_git and approximate_object_count
  ` [PATCH v2 12/25] pack: move unpack_object_header()
  ` [PATCH v2 14/25] "
  ` [PATCH v2 15/25] sha1_file: set whence in storage-specific info fn
  ` [PATCH v2 16/25] sha1_file: remove read_packed_sha1()
  ` [PATCH v2 17/25] pack: move packed_object_info(), unpack_entry()
  ` [PATCH v2 18/25] pack: move nth_packed_object_{sha1,oid}
  ` [PATCH v2 19/25] pack: move check_pack_index_ptr(), nth_packed_object_offset()
  ` [PATCH v2 20/25] pack: move find_pack_entry_one(), is_pack_valid()
  ` [PATCH v2 21/25] pack: move find_sha1_pack()
  ` [PATCH v2 22/25] pack: move find_pack_entry() and make it global
  ` [PATCH v2 23/25] pack: move has_sha1_pack()
  ` [PATCH v2 24/25] pack: move has_pack_index()
  ` [PATCH v2 25/25] pack: move for_each_packed_object()

[PATCH] merge: use skip_prefix()
 2017-08-10 16:47 UTC 

[PATCH] apply: remove prefix_length member from apply_state
 2017-08-10 15:58 UTC  (2+ messages)

[PATCH] win32: plug memory leak on realloc() failure in syslog()
 2017-08-10 10:23 UTC 

[PATCH] sha1_file: release delta_stack on error in unpack_entry()
 2017-08-10  9:42 UTC 

[PATCH] fsck: free buffers on error in fsck_obj()
 2017-08-10  9:42 UTC 

[PATCH] t4062: stop using repetition in regex
 2017-08-10  6:08 UTC  (15+ messages)

[PATCH] Convert size datatype to size_t
 2017-08-09 22:16 UTC  (7+ messages)

[PATCH] sha1_file: avoid comparison if no packed hash matches the first byte
 2017-08-09 21:09 UTC  (13+ messages)
            ` [PATCH 1/2] sha1_file: drop experimental GIT_USE_LOOKUP search
            ` [PATCH 2/2] hashcmp: use memcmp instead of open-coded loop

[PATCH 0/2] filter-branch: support for incremental update + fix for ancient tag format
 2017-08-09 20:23 UTC  (12+ messages)
` [PATCH 1/2] filter-branch: Add --state-branch to hold pickled copy of ref map
` [PATCH 2/2] filter-branch: Handle rewritting (very) old style tags which lack tagger

[RFC 0/3] imap-send curl tunnelling support
 2017-08-09 14:46 UTC  (4+ messages)
` [RFC 1/3] imap-send: move tunnel setup to its own function
` [RFC 2/3] imap-send: use a socketpair instead of pipe to communicate with the tunnel
` [RFC 3/3] imap_send: add support for curl over tunnel

[RFC] imap-send: escape backslash in password
 2017-08-09 12:04 UTC  (10+ messages)

reftable [v5]: new ref storage format
 2017-08-09 11:18 UTC  (2+ messages)

t3700 broken on pu on Cygwin
 2017-08-09  9:47 UTC  (4+ messages)

[PATCH] builtin/add: add detail to a 'cannot chmod' error message
 2017-08-09  6:54 UTC  (3+ messages)

[PATCH] builtin/add: add a missing newline to an stderr message
 2017-08-09  5:37 UTC  (5+ messages)


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