git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-08-05 22:04:34 to 2016-08-09 11:21:37 UTC [more...]

[PATCH] pack-objects: Use reachability bitmap index when generating non-stdout pack too
 2016-08-09 11:21 UTC  (23+ messages)
` [PATCH 1/2] pack-objects: Teach --use-bitmap-index codepath to respect --local, --honor-pack-keep and --incremental
          ` [PATCH v3] "
` [PATCH v4 2/2] pack-objects: Teach it to use reachability bitmap index when generating non-stdout pack too
      ` [PATCH v5] pack-objects: teach "

[PATCH v5 00/16] Use merge_recursive() directly in the builtin am
 2016-08-09 10:57 UTC  (43+ messages)
` [PATCH v6 "
  ` [PATCH v6 06/16] merge_recursive: abort properly upon errors
          ` patch submission process, was "
  ` [PATCH v6 16/16] merge-recursive: flush output buffer even when erroring out

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

[PATCH] Spelling fixes
 2016-08-09  8:53 UTC 

Thunderbird woes, was: Re: patch submission process, was Re: [PATCH v6 06/16] merge_recursive: abort properly upon errors
 2016-08-09  8:24 UTC 

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

t0027 racy?
 2016-08-09  7:03 UTC  (6+ messages)

[PATCHv2 0/6] git clone: Marry --recursive and --reference
 2016-08-09  6:59 UTC  (14+ 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

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

What's cooking in git.git (Aug 2016, #03; Mon, 8)
 2016-08-08 23:02 UTC  (2+ messages)

[PATCH v10 00/40] libify apply and use lib in am, part 2
 2016-08-08 22:16 UTC  (43+ messages)
` [PATCH v10 01/40] apply: make some names more specific
` [PATCH v10 02/40] apply: move 'struct apply_state' to apply.h
` [PATCH v10 03/40] builtin/apply: make apply_patch() return -1 or -128 instead of die()ing
` [PATCH v10 04/40] builtin/apply: read_patch_file() return -1 "
` [PATCH v10 05/40] builtin/apply: make find_header() return -128 "
` [PATCH v10 06/40] builtin/apply: make parse_chunk() return a negative integer on error
` [PATCH v10 07/40] builtin/apply: make parse_single_patch() return -1 "
` [PATCH v10 08/40] builtin/apply: make parse_whitespace_option() return -1 instead of die()ing
` [PATCH v10 09/40] builtin/apply: make parse_ignorewhitespace_option() "
` [PATCH v10 10/40] builtin/apply: move init_apply_state() to apply.c
` [PATCH v10 11/40] apply: make init_apply_state() return -1 instead of exit()ing
` [PATCH v10 12/40] builtin/apply: make check_apply_state() return -1 instead of die()ing
` [PATCH v10 13/40] builtin/apply: move check_apply_state() to apply.c
` [PATCH v10 14/40] builtin/apply: make apply_all_patches() return 128 or 1 on error
` [PATCH v10 15/40] builtin/apply: make parse_traditional_patch() return -1 "
` [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 20/40] builtin/apply: make remove_file() "
` [PATCH v10 21/40] builtin/apply: make add_conflicted_stages_file() "
` [PATCH v10 22/40] builtin/apply: make add_index_file() "
` [PATCH v10 23/40] builtin/apply: make create_file() "
` [PATCH v10 24/40] builtin/apply: make write_out_one_result() "
` [PATCH v10 25/40] builtin/apply: make write_out_results() "
` [PATCH v10 26/40] builtin/apply: make try_create_file() "
` [PATCH v10 27/40] builtin/apply: make create_one_file() "
` [PATCH v10 28/40] builtin/apply: rename option parsing functions
` [PATCH v10 29/40] apply: rename and move opt constants to apply.h
` [PATCH v10 31/40] apply: make some parsing functions static again
` [PATCH v10 32/40] apply: use error_errno() where possible
` [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 v2] .mailmap: use Christian Couder's Tuxfamily address
 2016-08-08 21:17 UTC 

[PATCH] merge: use string_list_split() in add_strategies()
 2016-08-08 20:11 UTC  (4+ messages)

Forward declaration of enum iterator_selection?
 2016-08-08 18:52 UTC  (5+ messages)

[PATCHv2 0/6] git clone: Marry --recursive and --reference
 2016-08-08 18:16 UTC  (12+ messages)
` [PATCHv2 1/6] t7408: modernize style
` [PATCHv2 2/6] t7408: merge short tests, factor out testing method
` [PATCHv2 3/6] submodule--helper module-clone: allow multiple references
` [PATCHv2 4/6] submodule--helper update-clone: "
` [PATCHv2 5/6] submodule update: add super-reference flag
` [PATCHv2 6/6] clone: reference flag is used for submodules as well

[PATCH v2 1/2] format-patch: Add a config option format.from to set the default for --from
 2016-08-08 18:01 UTC  (11+ messages)

[PATCH v2 0/7] speed up pack-objects counting with many packs
 2016-08-08 17:16 UTC  (8+ messages)
` [PATCH v2 7/7] pack-objects: use mru list when iterating over packs

[PATCH v5 0/9] status: V2 porcelain status
 2016-08-08 17:07 UTC  (11+ messages)
` [PATCH v5 1/9] status: rename long-format print routines
` [PATCH v5 4/9] status: collect per-file data for --porcelain=v2
` [PATCH v5 5/9] status: print per-file porcelain v2 status data
` [PATCH v5 9/9] status: unit tests for --porcelain=v2

[PATCH v3 00/10] Git filter protocol
 2016-08-08 16:26 UTC  (18+ messages)
  ` [PATCH v3 10/10] convert: add filter.<driver>.process option
        ` Designing the filter process protocol (was: Re: [PATCH v3 10/10] convert: add filter.<driver>.process option)
  ` [PATCH v4 00/12] Git filter protocol
    ` [PATCH v4 11/12] convert: add filter.<driver>.process option

[PATCH] t5533: make it pass on case-sensitive filesystems
 2016-08-08 11:49 UTC  (5+ messages)

[PATCH v9 00/41] libify apply and use lib in am, part 2
 2016-08-08 11:31 UTC  (4+ messages)
` [PATCH v9 39/41] apply: change error_routine when silent

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

What's cooking in git.git (Aug 2016, #02; Thu, 4)
 2016-08-08  6:50 UTC  (6+ messages)

[PATCH 1/2] format-patch: Add a config option format.from to set the default for --from
 2016-08-08  4:52 UTC  (3+ messages)

[PATCH] archive-tar: make write_extended_header() void
 2016-08-07 23:14 UTC  (2+ messages)

[PATCH] use strbuf_add_unique_abbrev() for adding short hashes
 2016-08-07 23:14 UTC  (3+ messages)

[PATCH] apply: mark some file-local symbols static
 2016-08-07 16:37 UTC  (5+ messages)

[PATCH] .mailmap: use Christian Couder's gmail address
 2016-08-07 15:17 UTC 

[PATCH 0/6] git clone: Marry --recursive and --reference
 2016-08-07  9:24 UTC  (10+ messages)
` [PATCH 2/6] t7408: merge short tests, factor out testing method
` [PATCH 5/6] submodule update: add super-reference flag
` Rename detection within in files WAS: [PATCH 2/6] t7408: merge short tests, factor out testing method

[PATCH] merge-recursive: use STRING_LIST_INIT_NODUP
 2016-08-07  8:51 UTC  (2+ messages)

[PATCH] use strbuf_addstr() instead of strbuf_addf() with "%s"
 2016-08-07  8:49 UTC  (2+ messages)

[PATCH v1 0/3] Git filter protocol
 2016-08-05 23:38 UTC  (8+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 5/5] convert: add filter.<driver>.process option

[ANNOUNCE] more archives of this list
 2016-08-06 23:41 UTC  (6+ messages)

Un-paged commit messages in git filter-branch's commit-filter?
 2016-08-06  9:40 UTC  (7+ messages)

[PATCH 0/2] Patches to let Git build with GCC 6 and DEVELOPER=SureWhyNot
 2016-08-06  8:19 UTC  (9+ messages)
` [PATCH 2/2] nedmalloc: work around overzealous GCC 6 warning


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