git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-06-25 09:05:50 to 2019-06-27 09:31:51 UTC [more...]

Can we just get rid of kwset & obstack in favor of optimistically using PCRE v2 JIT?
 2019-06-27  9:31 UTC  (18+ messages)
` [RFC/PATCH 0/7] grep: move from kwset to optional PCRE v2
` [RFC/PATCH 1/7] grep: inline the return value of a function call used only once
` [RFC/PATCH 2/7] grep tests: move "grep binary" alongside the rest
` [RFC/PATCH 3/7] grep tests: move binary pattern tests into their own file
` [RFC/PATCH 4/7] grep: make the behavior for \0 in patterns sane
` [RFC/PATCH 5/7] grep: drop support for \0 in --fixed-strings <pattern>
` [RFC/PATCH 6/7] grep: remove the kwset optimization
` [RFC/PATCH 7/7] grep: use PCRE v2 for optimized fixed-string search

[PATCH 0/6] Kill the_repository in tree-walk.c
 2019-06-27  9:28 UTC  (15+ messages)
` [PATCH 2/6] tree-walk.c: remove the_repo from fill_tree_descriptor()
` [PATCH 6/6] Use the right 'struct repository' instead of the_repository
` [PATCH v2 0/6] Kill the_repository in tree-walk.c
  ` [PATCH v2 1/6] sha1-file.c: remove the_repo from read_object_with_reference()
  ` [PATCH v2 2/6] tree-walk.c: remove the_repo from fill_tree_descriptor()
  ` [PATCH v2 3/6] tree-walk.c: remove the_repo from get_tree_entry()
  ` [PATCH v2 4/6] tree-walk.c: remove the_repo from get_tree_entry_follow_symlinks()
  ` [PATCH v2 5/6] match-trees.c: remove the_repo from shift_tree*()
  ` [PATCH v2 6/6] Use the right 'struct repository' instead of the_repository

[PATCH 0/1] mingw: enable GCC's stack smashing protector
 2019-06-27  9:29 UTC  (2+ messages)
` [PATCH 1/1] mingw: enable "

fprintf_ln() is slow
 2019-06-27  9:27 UTC  (3+ messages)

[GSoC][PATCH v7 00/10] clone: dir-iterator refactoring with tests
 2019-06-27  9:20 UTC  (7+ messages)
` [GSoC][PATCH v7 06/10] dir-iterator: add flags parameter to dir_iterator_begin

[PATCH 0/4] Some more on top of nd/switch-and-restore
 2019-06-27  8:53 UTC  (4+ messages)

[PATCH 0/1] windows: embed a manifest
 2019-06-27  8:49 UTC  (2+ messages)
` [PATCH 1/1] mingw: embed a manifest to trick UAC into Doing The Right Thing

[PATCH 0/1] gettext(windows): always use UTF-8
 2019-06-27  8:44 UTC  (2+ messages)
` [PATCH 1/1] gettext: always use UTF-8 on native Windows

[PATCH 0/1] Make rebase.reschedulefailedexec less overzealous
 2019-06-27  8:12 UTC  (2+ messages)
` [PATCH 1/1] Let rebase.reschedulefailedexec only affect interactive rebases

[PATCH] documentation: add tutorial for revision walking
 2019-06-27  5:44 UTC  (27+ messages)
` [PATCH v2] "
  ` [RFC PATCH v2 00/13] example implementation of revwalk tutorial
    ` [RFC PATCH v2 01/13] walken: add infrastructure for revwalk demo
    ` [RFC PATCH v2 02/13] walken: add usage to enable -h
    ` [RFC PATCH v2 03/13] walken: add placeholder to initialize defaults
    ` [RFC PATCH v2 04/13] walken: add handler to git_config
    ` [RFC PATCH v2 05/13] walken: configure rev_info and prepare for walk
    ` [RFC PATCH v2 06/13] walken: perform our basic revision walk
    ` [RFC PATCH v2 07/13] walken: filter for authors from gmail address
    ` [RFC PATCH v2 08/13] walken: demonstrate various topographical sorts
    ` [RFC PATCH v2 09/13] walken: demonstrate reversing a revision walk list
    ` [RFC PATCH v2 10/13] walken: add unfiltered object walk from HEAD
    ` [RFC PATCH v2 11/13] walken: add filtered object walk
    ` [RFC PATCH v2 12/13] walken: count omitted objects
    ` [RFC PATCH v2 13/13] walken: reverse the object walk order

specifying revision - how to enforce matching a tag/branch-name or revision only
 2019-06-27  2:52 UTC  (8+ messages)
      ` AW: "
` [PATCH/RFC] get_oid: new extended SHA-1 syntax to control resolution process

Multiple urls for remotes?
 2019-06-27  1:19 UTC  (2+ messages)

[PATCH v4 01/10] list-objects-filter: make API easier to use
 2019-06-27  0:46 UTC  (3+ messages)

[PATCH 0/1] ref-filter.c: faster multi-pattern ref filtering
 2019-06-27  0:37 UTC  (3+ messages)
` [PATCH 1/1] ref-filter.c: find disjoint pattern prefixes

[PATCH] promisor-remote.h: fix an 'hdr-check' warning
 2019-06-26 23:10 UTC  (2+ messages)

What's cooking in git.git (Jun 2019, #06; Wed, 26)
 2019-06-26 22:41 UTC  (2+ messages)

[PATCH] env--helper: mark a file-local symbol as static
 2019-06-26 22:12 UTC 

Travis not looking so good
 2019-06-26 20:35 UTC  (4+ messages)

[PATCH] trace2: correct typo in technical documentation
 2019-06-26 20:14 UTC  (2+ messages)

[PATCH 0/3] git-status: create config for ahead/behind calculation
 2019-06-26 20:02 UTC  (4+ messages)
` [PATCH 1/3] status: add status.aheadbehind setting

[PATCH v2 00/10] Add 'ls-files --debug-json' to dump the index in json
 2019-06-26 19:51 UTC  (24+ messages)
` [PATCH v2 01/10] ls-files: add --json to dump the index
` [PATCH v2 05/10] split-index.c: dump "link" extension as json

[2.22.0] difftool no longer passes through to git diff if diff.tool is unset
 2019-06-26 18:08 UTC  (5+ messages)

[PATCH v5] l10n: localizable upload progress messages
 2019-06-26 17:58 UTC  (4+ messages)

[BUG] Bad coloring
 2019-06-26 12:24 UTC  (2+ messages)

What's cooking in git.git (Jun 2019, #05; Wed, 19)
 2019-06-26  9:02 UTC  (6+ messages)

[PATCH 0/3] Wip/quieter sequencer status parsing
 2019-06-26  8:57 UTC  (10+ messages)
` [PATCH 1/3] sequencer: always allow tab after command name
` [PATCH 2/3] sequencer: factor out todo command name parsing
` [PATCH 3/3] status: do not report errors in sequencer/todo

[PATCH] doc: fix form -> from typo
 2019-06-26  8:22 UTC  (6+ messages)

Draft of Git Rev News edition 52
 2019-06-26  7:07 UTC 

[PATCH] rebase: fix garbled progress display with '-x'
 2019-06-25 19:44 UTC  (21+ messages)
` [PATCH v2 0/4] rebase/progress: add and use term_clear_line()
  ` [PATCH v2 3/4] rebase: fix garbled progress display with '-x'
  ` [PATCH v3 0/5] rebase/progress: add and use term_clear_line()
    ` [PATCH v3 1/5] t3404: modernize here doc style
    ` [PATCH v3 2/5] t3404: make the 'rebase.missingCommitsCheck=ignore' test more focused
    ` [PATCH v3 5/5] progress: use term_clear_line()

[PATCH v3 1/1] t0001: fix on case-insensitive filesystems
 2019-06-25 19:42 UTC  (4+ messages)
        ` vger vs GitGitGadget, was "

standalone library/tool to query commit-graph?
 2019-06-25 18:27 UTC  (9+ messages)

[PATCH] submodule foreach: fix recursion of options
 2019-06-25 18:18 UTC  (4+ messages)

[PATCH v2 00/20] Fix MSVC support, at long last
 2019-06-25 17:50 UTC  (23+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/20] mingw: fix a typo in the msysGit-specific section
  ` [PATCH v3 02/20] Mark .bat files as requiring CR/LF endings
  ` [PATCH v3 03/20] t0001 (mingw): do not expect a specific order of stdout/stderr
  ` [PATCH v3 04/20] cache-tree/blame: avoid reusing the DEBUG constant
  ` [PATCH v3 05/20] obstack: fix compiler warning
  ` [PATCH v3 06/20] mingw: replace mingw_startup() hack
  ` [PATCH v3 07/20] msvc: fix dependencies of compat/msvc.c
  ` [PATCH v3 08/20] msvc: include sigset_t definition
  ` [PATCH v3 09/20] msvc: define O_ACCMODE
  ` [PATCH v3 10/20] msvc: mark a variable as non-const
  ` [PATCH v3 11/20] msvc: do not re-declare the timespec struct
  ` [PATCH v3 12/20] msvc: define ftello()
  ` [PATCH v3 13/20] msvc: fix detect_msys_tty()
  ` [PATCH v3 14/20] msvc: update Makefile to allow for spaces in the compiler path
  ` [PATCH v3 15/20] msvc: support building Git using MS Visual C++
  ` [PATCH v3 16/20] msvc: add a compile-time flag to allow detailed heap debugging
  ` [PATCH v3 17/20] msvc: add pragmas for common warnings
  ` [PATCH v3 18/20] msvc: do not pretend to support all signals
  ` [PATCH v3 20/20] msvc: ignore .dll and incremental compile output
  ` [PATCH v3 19/20] msvc: avoid debug assertion windows in Debug Mode

Why is part of push origin output written to stderr?
 2019-06-25 16:26 UTC  (2+ messages)

[PATCH v5 00/16] Many promisor remotes
 2019-06-25 13:50 UTC  (5+ messages)
` [PATCH v5 04/16] promisor-remote: implement promisor_remote_get_direct()

[PATCH v6 00/15] Many promisor remotes
 2019-06-25 13:40 UTC  (16+ messages)
` [PATCH v6 01/15] t0410: remove pipes after git commands
` [PATCH v6 02/15] fetch-object: make functions return an error code
` [PATCH v6 03/15] Add initial support for many promisor remotes
` [PATCH v6 04/15] promisor-remote: implement promisor_remote_get_direct()
` [PATCH v6 05/15] promisor-remote: add promisor_remote_reinit()
` [PATCH v6 06/15] promisor-remote: use repository_format_partial_clone
` [PATCH v6 07/15] Use promisor_remote_get_direct() and has_promisor_remote()
` [PATCH v6 08/15] promisor-remote: parse remote.*.partialclonefilter
` [PATCH v6 09/15] builtin/fetch: remove unique promisor remote limitation
` [PATCH v6 10/15] t0410: test fetching from many promisor remotes
` [PATCH v6 11/15] partial-clone: add multiple remotes in the doc
` [PATCH v6 12/15] remote: add promisor and partial clone config to "
` [PATCH v6 13/15] Remove fetch-object.{c,h} in favor of promisor-remote.{c,h}
` [PATCH v6 14/15] Move repository_format_partial_clone to promisor-remote.c
` [PATCH v6 15/15] Move core_partial_clone_filter_default "

Git status parse error after v.2.22.0 upgrade
 2019-06-25 13:25 UTC  (9+ messages)

[PATCH] make slash-rules more readable
 2019-06-25 11:31 UTC  (3+ messages)

Revision walking, commit dates, slop
 2019-06-25 10:54 UTC  (10+ messages)

[PATCH v3 0/5] Speed up repacking when lots of pack-kept objects
 2019-06-25 10:32 UTC  (4+ messages)
` [PATCH v3 4/5] repack: optionally assume transitive kept packs

[GSoC][PATCH 0/3] Teach cherry-pick/revert to skip commits
 2019-06-25  9:18 UTC  (4+ messages)
` [GSoC][PATCH v7 0/6] "
  ` [GSoC][PATCH v7 1/6] advice: add sequencerInUse config variable


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