git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-08-09 13:27:50 to 2016-08-11 00:28:32 UTC [more...]

Alternatives to mid.gmane.org?
 2016-08-11  0:28 UTC  (4+ messages)

What's cooking (preview)
 2016-08-11  0:11 UTC 

[PATCH v5 0/9] status: V2 porcelain status
 2016-08-10 23:23 UTC  (6+ messages)
` [PATCH v5 9/9] status: unit tests for --porcelain=v2

[PATCH v4 1/2] diff: add --line-prefix option for passing in a prefix
 2016-08-10 23:19 UTC  (2+ messages)
` [PATCH v4 2/2] diff: add SUBMODULE_DIFF format to display submodule diff

[PATCH v5 00/15] Git filter protocol
 2016-08-10 19:15 UTC  (39+ 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 11/15] convert: modernize tests
  ` [PATCH v5 12/15] convert: generate large test files only once
  ` [PATCH v5 13/15] convert: make apply_filter() adhere to standard Git error handling
  ` [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 v3 1/2] diff: add --line-prefix option for passing in a prefix
 2016-08-10 22:53 UTC  (7+ messages)
` [PATCH v3 2/2] diff: add SUBMODULE_DIFF format to display submodule diff

[RFC/PATCH v11 01/13] bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
 2016-08-10 22:19 UTC  (15+ messages)
` [PATCH v12 "
  ` [PATCH v12 09/13] bisect--helper: `bisect_write` shell function in C
  ` [PATCH v12 03/13] bisect--helper: `write_terms` "
  ` [PATCH v12 11/13] bisect--helper: `bisect_next_check` & bisect_voc "
  ` [PATCH v12 02/13] bisect: rewrite `check_term_format` "
  ` [PATCH v12 12/13] bisect--helper: `get_terms` & `bisect_terms` "
  ` [PATCH v12 06/13] wrapper: move is_empty_file() and rename it as is_empty_or_missing_file()
  ` [PATCH v12 07/13] bisect--helper: `bisect_reset` shell function in C
  ` [PATCH v12 08/13] bisect--helper: `is_expected_rev` & `check_expected_revs` "
  ` [PATCH v12 05/13] t6030: explicitly test for bisection cleanup
  ` [PATCH v12 10/13] bisect--helper: `check_and_set_terms` shell function in C
  ` [PATCH v12 04/13] bisect--helper: `bisect_clean_state` "
  ` [PATCH v12 13/13] bisect--helper: `bisect_start` shell function partially "

Forward declaration of enum iterator_selection?
 2016-08-10 22:46 UTC  (4+ messages)

[PATCH] checkout: do not mention detach advice for explicit --detach option
 2016-08-10 22:46 UTC  (4+ messages)

[ANNOUNCE] git-series: track changes to a patch series over time
 2016-08-10 22:07 UTC  (5+ messages)

[PATCH 0/8] Better heuristics make prettier diffs
 2016-08-10 21:28 UTC  (28+ 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 20:34 UTC  (15+ messages)
  ` [PATCH] t7406: fix breakage on OSX

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

[PATCH] http-backend: buffer headers before sending
 2016-08-10 20:36 UTC  (4+ messages)

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

[PATCH] merge: use string_list_split() in add_strategies()
 2016-08-10 16:33 UTC  (5+ messages)

git svn --version requires working copy
 2016-08-10 20:52 UTC  (2+ messages)

[PATCHv2 0/6] git clone: Marry --recursive and --reference
 2016-08-10 15:59 UTC  (28+ messages)
` [PATCHv3 1/9] t7408: modernize style
` [PATCHv3 2/9] t7408: merge short tests, factor out testing method
` [PATCHv3 6/9] clone: implement optional references
` [PATCHv3 9/9] submodule--helper: use parallel processor correctly

[PATCH 0/3] diff-highlight: add support for git log --graph output
 2016-08-10  8:56 UTC  (3+ messages)
` [PATCH 1/3] diff-highlight: add some tests

[PATCH v2 0/7] speed up pack-objects counting with many packs
 2016-08-10 20:17 UTC  (17+ 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 1/3] i18n: setup: mark error messages for translation
 2016-08-10 13:28 UTC  (9+ messages)
` [PATCH 2/3] i18n: archive: mark errors "
` [PATCH 3/3] i18n: git-stash: mark message "
` [PATCH v2 1/3] i18n: setup: mark error messages "
  ` [PATCH v2 2/3] i18n: archive: mark errors "
  ` [PATCH v2 3/3] i18n: git-stash: mark messages "

[PATCH RFC] diff: add SUBMODULE_DIFF format to display submodule diff
 2016-08-10 19:41 UTC  (7+ messages)

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

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

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

[PATCH v10 00/40] libify apply and use lib in am, part 2
 2016-08-10 17:34 UTC  (9+ messages)
` [PATCH v10 01/40] apply: make some names more specific
` [PATCH v10 28/40] builtin/apply: rename option parsing functions
` [PATCH v10 33/40] environment: add set_index_file()

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

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

[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  (9+ messages)
          ` [PATCH 1/2 v5] pack-objects: respect --local/--honor-pack-keep/--incremental when bitmap is in use
          ` [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: "


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