git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-08-08 21:05:00 to 2016-08-10 19:33:53 UTC [more...]

[PATCH v5 00/15] Git filter protocol
 2016-08-10 19:15 UTC  (37+ messages)
  ` [PATCH v5 01/15] pkt-line: extract set_packet_header()
  ` [PATCH v5 02/15] pkt-line: call packet_trace() only if a packet is actually send
  ` [PATCH v5 03/15] pkt-line: add `gentle` parameter to format_packet()
  ` [PATCH v5 04/15] pkt-line: add packet_write_gently()
  ` [PATCH v5 05/15] pkt-line: add packet_write_gently_fmt()
  ` [PATCH v5 06/15] pkt-line: add packet_flush_gently()
  ` [PATCH v5 07/15] pkt-line: add functions to read/write flush terminated packet streams
  ` [PATCH v5 08/15] pkt-line: rename packet_write() to packet_write_fmt()
  ` [PATCH v5 09/15] pack-protocol: fix maximum pkt-line size
  ` [PATCH v5 10/15] convert: quote filter names in error messages
  ` [PATCH v5 12/15] convert: generate large test files only once
  ` [PATCH v5 14/15] convert: add filter.<driver>.process option
  ` [PATCH v5 15/15] read-cache: make sure file handles are not inherited by child processes

[PATCH 0/8] Better heuristics make prettier diffs
 2016-08-10 19:12 UTC  (24+ messages)
` [PATCH 2/8] xdl_change_compact(): clarify code
` [PATCH 5/8] xdl_change_compact(): fix compaction heuristic to adjust io
` [PATCH 6/8] xdl_change_compact(): keep track of the earliest end
` [PATCH 8/8] diff: improve positioning of add/delete blocks in diffs

What's cooking in git.git (Aug 2016, #03; Mon, 8)
 2016-08-10 19:03 UTC  (14+ messages)
  ` [PATCH] t7406: fix breakage on OSX

[PATCH] checkout: do not mention detach advice for explicit --detach option
 2016-08-10 18:00 UTC  (3+ messages)

[PATCH v5 00/16] Use merge_recursive() directly in the builtin am
 2016-08-10 19:30 UTC  (50+ messages)
` [PATCH v6 "
  ` [PATCH v6 06/16] merge_recursive: abort properly upon errors
          ` patch submission process, was "

git cherry-pick conflict error message is deceptive when cherry-picking multiple commits
 2016-08-10 19:21 UTC 

[PATCH] merge: use string_list_split() in add_strategies()
 2016-08-10 12:31 UTC  (4+ messages)

t0027 racy?
 2016-08-10 12:28 UTC  (16+ messages)

git cherry-pick conflict error message is deceptive when cherry-picking multiple commits
 2016-08-10 19:14 UTC  (9+ messages)

[PATCH v2 0/7] speed up pack-objects counting with many packs
 2016-08-10 16:47 UTC  (16+ messages)
` [PATCH v2 7/7] pack-objects: use mru list when iterating over packs
                  ` [PATCH v3 0/2] pack-objects mru
                    ` [PATCH v3 1/2] pack-objects: break delta cycles before delta-search phase
                    ` [PATCH v3 2/2] pack-objects: use mru list when iterating over packs

[PATCH v10 00/40] libify apply and use lib in am, part 2
 2016-08-10 17:34 UTC  (24+ messages)
` [PATCH v10 01/40] apply: make some names more specific
` [PATCH v10 08/40] builtin/apply: make parse_whitespace_option() return -1 instead of die()ing
` [PATCH v10 14/40] builtin/apply: make apply_all_patches() return 128 or 1 on error
` [PATCH v10 16/40] builtin/apply: make gitdiff_*() return 1 at end of header
` [PATCH v10 17/40] builtin/apply: make gitdiff_*() return -1 on error
` [PATCH v10 18/40] builtin/apply: change die_on_unsafe_path() to check_unsafe_path()
` [PATCH v10 19/40] builtin/apply: make build_fake_ancestor() return -1 on error
` [PATCH v10 28/40] builtin/apply: rename option parsing functions
` [PATCH v10 33/40] environment: add set_index_file()
` [PATCH v10 34/40] apply: make it possible to silently apply
` [PATCH v10 35/40] apply: don't print on stdout in verbosity_silent mode
` [PATCH v10 36/40] usage: add set_warn_routine()
` [PATCH v10 37/40] usage: add get_error_routine() and get_warn_routine()
` [PATCH v10 38/40] apply: change error_routine when silent
` [PATCH v10 39/40] apply: refactor `git apply` option parsing
` [PATCH v10 40/40] builtin/am: use apply api in run_apply()

[PATCH] document git-repack interaction of pack.threads and pack.windowMemory
 2016-08-10 10:39 UTC  (3+ messages)

[PATCH 1/3] i18n: setup: mark error messages for translation
 2016-08-10 13:28 UTC  (6+ messages)
` [PATCH 2/3] i18n: archive: mark errors "
` [PATCH 3/3] i18n: git-stash: mark message "

[PATCH] Spelling fixes
 2016-08-10 16:59 UTC  (6+ messages)

[PATCH RFC v2] diff: add SUBMODULE_DIFF format to display submodule diff
 2016-08-10  3:37 UTC  (3+ messages)

[PATCH] http-backend: buffer headers before sending
 2016-08-09 23:47 UTC 

[PATCH RFC] diff: add SUBMODULE_DIFF format to display submodule diff
 2016-08-09 23:15 UTC  (6+ messages)

[PATCHv2 0/6] git clone: Marry --recursive and --reference
 2016-08-09 23:06 UTC  (35+ messages)
` [PATCHv3 1/9] t7408: modernize style
` [PATCHv3 2/9] t7408: merge short tests, factor out testing method
` [PATCHv3 3/9] submodule--helper module-clone: allow multiple references
` [PATCHv3 4/9] submodule--helper update-clone: "
` [PATCHv3 5/9] clone: clarify option_reference as required
` [PATCHv2 5/6] submodule update: add super-reference flag
` [PATCHv3 6/9] clone: implement optional references
` [PATCHv2 6/6] clone: reference flag is used for submodules as well
` [PATCHv3 7/9] submodule helper: pass through --reference-if-able
` [PATCHv3 8/9] submodule: try alternates when superproject has an alternate
` [PATCHv3 9/9] submodule--helper: use parallel processor correctly

[PATCH] submodule--helper: use parallel processor correctly
 2016-08-09 21:29 UTC 

[PATCH 1/2] pack-objects: Teach --use-bitmap-index codepath to respect --local, --honor-pack-keep and --incremental
 2016-08-09 19:49 UTC  (10+ messages)
      ` [PATCH 1/2 v4] pack-objects: respect --local/--honor-pack-keep/--incremental when bitmap is in use
          ` [PATCH 1/2 v5] "
          ` [PATCH 2/2 v7] pack-objects: use reachability bitmap index when generating non-stdout pack

[PATCH] completion: add completion for --submodule=* diff option
 2016-08-09 18:34 UTC 

[PATCH] completion: complete --move for git branch
 2016-08-09 18:30 UTC  (3+ messages)
` [PATCH v2] completion: complete --delete, --move, and --remotes "

[PATCH 1/2] config.c: avoid duplicated global static variables
 2016-08-09 17:17 UTC  (4+ messages)
` [PATCH 2/2] commit-slab.h: "

Thunderbird woes, was: Re: patch submission process, was Re: [PATCH v6 06/16] merge_recursive: abort properly upon errors
 2016-08-09 11:55 UTC  (2+ messages)

[PATCH v4 2/2] pack-objects: Teach it to use reachability bitmap index when generating non-stdout pack too
 2016-08-09 11:26 UTC  (5+ messages)
` [PATCH v5] pack-objects: teach "
      ` [PATCH 2/2 v6] pack-objects: use reachability bitmap index when generating non-stdout pack

storing cover letter of a patch series?
 2016-08-09  7:12 UTC  (10+ messages)

[bug] git-check-ignore and file names with unicode chars in name - sys-out filename is corrupted
 2016-08-09  6:38 UTC  (2+ messages)

[PATCH v2] .mailmap: use Christian Couder's Tuxfamily address
 2016-08-08 21:17 UTC 


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