git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-07-23 19:39:12 to 2019-07-26 16:19:58 UTC [more...]

[PATCH] grep: skip UTF8 checks explicitally
 2019-07-26 16:19 UTC  (19+ messages)
  ` [PATCH] grep: skip UTF8 checks explicitly

[PATCH 00/19] Cleanup merge API
 2019-07-26 15:52 UTC  (60+ messages)
` [PATCH 01/19] merge-recursive: fix minor memory leak in error condition
` [PATCH 02/19] merge-recursive: remove another implicit dependency on the_repository
` [PATCH 03/19] Ensure index matches head before invoking merge machinery, round N
` [PATCH 04/19] merge-recursive: exit early if index != head
` [PATCH 05/19] merge-recursive: don't force external callers to do our logging
` [PATCH 06/19] Change call signature of write_tree_from_memory()
` [PATCH 07/19] Move write_tree_from_memory() from merge-recursive to cache-tree
` [PATCH 08/19] merge-recursive: fix some overly long lines
` [PATCH 09/19] merge-recursive: use common name for ancestors/common/base_list
` [PATCH 10/19] merge-recursive: rename 'mrtree' to 'result_tree', for clarity
` [PATCH 11/19] merge-recursive: rename merge_options argument to opt in header
` [PATCH 12/19] merge-recursive: move some definitions around to clean up the header
` [PATCH 13/19] merge-recursive: consolidate unnecessary fields in merge_options
` [PATCH 14/19] merge-recursive: comment and reorder the merge_options fields
` [PATCH 15/19] merge-recursive: split internal fields into a separate struct
` [PATCH 16/19] merge-recursive: alphabetize include list
` [PATCH 17/19] merge-recursive: rename MERGE_RECURSIVE_* to MERGE_VARIANT_*
` [PATCH 18/19] merge-recursive: be consistent with assert
` [PATCH 19/19] merge-recursive: provide a better label for diff3 common ancestor
` [PATCH v2 00/20] Cleanup merge API
  ` [PATCH v2 01/20] merge-recursive: fix minor memory leak in error condition
  ` [PATCH v2 02/20] merge-recursive: remove another implicit dependency on the_repository
  ` [PATCH v2 03/20] Ensure index matches head before invoking merge machinery, round N
  ` [PATCH v2 04/20] merge-recursive: exit early if index != head
  ` [PATCH v2 05/20] merge-recursive: remove useless parameter in merge_trees()
  ` [PATCH v2 06/20] merge-recursive: don't force external callers to do our logging
  ` [PATCH v2 07/20] Use write_index_as_tree() in lieu of write_tree_from_memory()
  ` [PATCH v2 08/20] merge-recursive: fix some overly long lines
  ` [PATCH v2 09/20] merge-recursive: use common name for ancestors/common/base_list
  ` [PATCH v2 10/20] merge-recursive: rename 'mrtree' to 'result_tree', for clarity
  ` [PATCH v2 11/20] merge-recursive: rename merge_options argument to opt in header
  ` [PATCH v2 12/20] merge-recursive: move some definitions around to clean up the header
  ` [PATCH v2 13/20] merge-recursive: consolidate unnecessary fields in merge_options
  ` [PATCH v2 14/20] merge-recursive: comment and reorder the merge_options fields
  ` [PATCH v2 15/20] merge-recursive: avoid losing output and leaking memory holding that output
  ` [PATCH v2 16/20] merge-recursive: split internal fields into a separate struct
  ` [PATCH v2 17/20] merge-recursive: alphabetize include list
  ` [PATCH v2 18/20] merge-recursive: rename MERGE_RECURSIVE_* to MERGE_VARIANT_*
  ` [PATCH v2 19/20] merge-recursive: be consistent with assert
  ` [PATCH v2 20/20] merge-recursive: provide a better label for diff3 common ancestor

[PATCH] grep: use custom JIT stack with pcre2
 2019-07-26 15:08 UTC  (23+ messages)
` [PATCH 0/3] grep: PCRE JIT fixes
  ` [PATCH v2 0/8] grep: PCRE JIT fixes + ab/no-kwset fix
  ` [PATCH v2 1/8] grep: remove overly paranoid BUG(...) code
  ` [PATCH v2 2/8] grep: stop "using" a custom JIT stack with PCRE v2
  ` [PATCH v2 3/8] grep: stop using a custom JIT stack with PCRE v1
  ` [PATCH v2 4/8] grep: consistently use "p->fixed" in compile_regexp()
  ` [PATCH v2 5/8] grep: create a "is_fixed" member in "grep_pat"
  ` [PATCH v2 6/8] grep: stess test PCRE v2 on invalid UTF-8 data
  ` [PATCH v2 7/8] grep: do not enter PCRE2_UTF mode on fixed matching
  ` [PATCH v2 8/8] grep: optimistically use PCRE2_MATCH_INVALID_UTF
` [PATCH 1/3] grep: remove overly paranoid BUG(...) code
` [PATCH 2/3] grep: stop "using" a custom JIT stack with PCRE v2
` [PATCH 3/3] grep: stop using a custom JIT stack with PCRE v1

What's cooking in git.git (Jul 2019, #06; Thu, 25)
 2019-07-26 14:33 UTC  (2+ messages)

[PATCH 00/12] rebase -r: support merge strategies other than recursive
 2019-07-26 14:01 UTC  (17+ messages)
` [PATCH 01/12] t3427: add a clarifying comment
` [PATCH 02/12] t3427: simplify the `setup` test case significantly
` [PATCH 03/12] t3427: move the `filter-branch` invocation into the `setup` case
` [PATCH 05/12] t3427: fix erroneous assumption
` [PATCH 04/12] t3427: condense the unnecessarily repetitive test cases into three
` [PATCH 06/12] t3427: accommodate for the `rebase --merge` backend having been replaced
` [PATCH 08/12] t3427: mark two test cases as requiring support for `git rebase -p`
` [PATCH 07/12] t3427: fix another incorrect assumption
` [PATCH 09/12] rebase -r: support merge strategies other than `recursive`
` [PATCH 10/12] t/lib-rebase: prepare for testing `git rebase --rebase-merges`
` [PATCH 11/12] t3418: test `rebase -r` with merge strategies
` [PATCH 12/12] rebase -r: do not (re-)generate root commits with `--root` *and* `--onto`

[RFC PATCH 0/3] Add a JSON Schema for trace2 events
 2019-07-26 13:53 UTC  (18+ messages)
` [RFC PATCH v2 "
  ` [RFC PATCH v2 1/3] trace2: Add a JSON schema "
  ` [RFC PATCH v2 2/3] trace2: add a schema validator "
` [PATCH v3 0/3] Add a JSON Schema "
  ` [PATCH v3 1/3] trace2: Add a JSON schema "
  ` [PATCH v3 2/3] trace2: add a schema validator "
  ` [PATCH v3 3/3] ci: run trace2 schema validation in the CI suite

Alternates advertisement on GitHub
 2019-07-26 13:18 UTC  (2+ messages)

[PATCH] checkout.c: unstage empty deleted ita files
 2019-07-26  8:57 UTC  (3+ messages)

[PATCH] reset: unstage empty deleted ita files
 2019-07-26  4:48 UTC  (2+ messages)
` [PATCH v2] "

Warnings in gc.log can prevent gc --auto from running
 2019-07-26  2:18 UTC 

[RFC PATCH 0/9] rebase -i: extend rebase.missingCommitsCheck to `--edit-todo' and co
 2019-07-25 20:26 UTC  (4+ messages)

[PATCH 0/2] Clean up more of the fall-out from dropping the scripted git rebase
 2019-07-25 18:53 UTC  (5+ messages)
` [PATCH 1/2] rebase: fix white-space
` [PATCH 2/2] git: mark cmd_rebase as requiring a worktree

[PATCH 0/1] Add the REBASE_P prerequisite to two more test cases
 2019-07-25 18:37 UTC  (5+ messages)
` [PATCH 1/1] t3422: mark two test cases as requiring support for `--preserve-merges`

[git for translators] How to always generate conflicts for merges?
 2019-07-25 17:42 UTC  (4+ messages)

Where do I send patches for git-gui?
 2019-07-25 15:16 UTC  (4+ messages)

[PATCH] stop it from failing silently when git apply patch and show err info
 2019-07-25 12:15 UTC  (2+ messages)

blank lines in pre-created merge message
 2019-07-25 11:58 UTC  (4+ messages)
  ` Antw: "

[PATCH] stop it from failing silently when git apply patch and show err info
 2019-07-25 10:16 UTC 

[PATCH 0/5] Create 'feature.*' config area and some centralized config parsing
 2019-07-25  9:40 UTC  (19+ messages)
` [PATCH 2/5] repo-settings: add feature.manyCommits setting
` [PATCH 3/5] repo-settings: parse core.untrackedCache
` [PATCH 5/5] repo-settings: create feature.experimental setting
` [PATCH v2 0/5] Create 'feature.*' config area and some centralized config parsing
  ` [PATCH v2 2/5] repo-settings: add feature.manyCommits setting
  ` [PATCH v2 1/5] repo-settings: consolidate some config settings
  ` [PATCH v2 3/5] repo-settings: parse core.untrackedCache
  ` [PATCH v2 4/5] repo-settings: create feature.manyFiles setting
  ` [PATCH v2 5/5] repo-settings: create feature.experimental setting

[PATCH v2] documentation: add tutorial for revision walking
 2019-07-25  9:25 UTC  (6+ messages)
` [PATCH v3] "
  ` [RFC PATCH v3 00/13] example implementation of revwalk tutorial

[PATCH] grep: print the pcre2_jit_on value
 2019-07-25  9:13 UTC  (4+ messages)

[PATCH] submodule: plumb --filter to cloned submodules
 2019-07-24 22:18 UTC  (2+ messages)

[GSoC][PATCH 0/1] rebase -i: support --ignore-whitespace
 2019-07-24 21:18 UTC  (3+ messages)
` [GSoC][PATCH v3 0/1] rebase -i: add --ignore-whitespace flag
  ` [GSoC][PATCH v3 1/1] "

Need help
 2019-07-24 16:16 UTC  (2+ messages)

[ANNOUNCE] Git Rev News edition 53
 2019-07-24 15:55 UTC 

[GSoC][PATCH v2 2/2] rebase -i: support --committer-date-is-author-date
 2019-07-24 13:33 UTC  (3+ messages)

[GSoC][PATCH v2 1/1] rebase -i: add --ignore-whitespace flag
 2019-07-24 11:14 UTC  (4+ messages)

[PATCH] archive: Store checksum correctly
 2019-07-24  1:04 UTC  (7+ messages)

[PATCH] Close transport helper on protocol error
 2019-07-23 21:10 UTC  (4+ messages)

[GSoC][PATCH v2 1/1] rebase -i: add --ignore-whitespace flag
 2019-07-23 20:57 UTC  (3+ messages)

Possible bug in Makefile when executing curl-config
 2019-07-23 20:16 UTC  (4+ messages)
  ` [**EXTERNAL**] "


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