git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-06-26 22:41:52 to 2019-06-28 21:42:21 UTC [more...]

[PATCH 00/11] [RFC] Create 'core.size=large' setting to update config defaults
 2019-06-28 21:42 UTC  (6+ messages)
` [PATCH v2 0/3] [RFC] Create 'core.featureAdoptionRate' "
  ` [PATCH v2 1/3] repo-settings: create core.featureAdoptionRate setting

Git Test Coverage Report (Thurs. June 27)
 2019-06-28 21:32 UTC  (22+ messages)
    ` [PATCH 0/6] easy bulk commit creation in tests
      ` [PATCH 1/6] test-lib: introduce test_commit_bulk
      ` [PATCH 2/6] t5310: increase the number of bitmapped commits
      ` [PATCH 3/6] t3311: use test_commit_bulk
      ` [PATCH 4/6] t5702: "
      ` [PATCH 5/6] t5703: "
      ` [PATCH 6/6] t6200: "

Git installation
 2019-06-28 20:58 UTC  (2+ messages)

What's cooking in git.git (Jun 2019, #06; Wed, 26)
 2019-06-28 19:11 UTC  (7+ messages)

[PATCH v2 0/9] Filter combination
 2019-06-28 17:16 UTC  (14+ messages)
` [PATCH v5 00/10] "
  ` [PATCH v5 01/10] list-objects-filter: encapsulate filter components
  ` [PATCH v5 02/10] list-objects-filter: put omits set in filter struct
  ` [PATCH v5 03/10] list-objects-filter-options: always supply *errbuf
  ` [PATCH v5 04/10] list-objects-filter: implement composite filters
  ` [PATCH v5 05/10] list-objects-filter-options: move error check up
  ` [PATCH v5 06/10] list-objects-filter-options: make filter_spec a string_list
  ` [PATCH v5 07/10] strbuf: give URL-encoding API a char predicate fn
  ` [PATCH v5 08/10] list-objects-filter-options: allow mult. --filter
  ` [PATCH v5 09/10] list-objects-filter-options: clean up use of ALLOC_GROW
  ` [PATCH v5 10/10] list-objects-filter-options: make parser void

[PATCH] check_everything_connected: assume alternate ref tips are valid
 2019-06-28 16:22 UTC  (4+ messages)

GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!!
 2019-06-28 16:18 UTC  (11+ messages)

[PATCH 0/6] Kill the_repository in tree-walk.c
 2019-06-28 16:17 UTC  (20+ messages)
` [PATCH 1/6] sha1-file.c: remove the_repo from read_object_with_reference()
` [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 v2 7/6] t7814: do not generate same commits in different repos

Can we just get rid of kwset & obstack in favor of optimistically using PCRE v2 JIT?
 2019-06-28 16:10 UTC  (27+ messages)
` [RFC/PATCH 0/7] grep: move from kwset to optional PCRE v2
  ` [PATCH v2 0/9] "
  ` [PATCH v2 1/9] log tests: test regex backends in "--encode=<enc>" tests
  ` [PATCH v2 2/9] grep: don't use PCRE2?_UTF8 with "log --encoding=<non-utf8>"
  ` [PATCH v2 3/9] grep: inline the return value of a function call used only once
  ` [PATCH v2 4/9] grep tests: move "grep binary" alongside the rest
  ` [PATCH v2 5/9] grep tests: move binary pattern tests into their own file
  ` [PATCH v2 6/9] grep: make the behavior for NUL-byte in patterns sane
  ` [PATCH v2 7/9] grep: drop support for \0 in --fixed-strings <pattern>
  ` [PATCH v2 8/9] grep: remove the kwset optimization
  ` [PATCH v2 9/9] grep: use PCRE v2 for optimized fixed-string search
` [RFC/PATCH 4/7] grep: make the behavior for \0 in patterns sane
` [RFC/PATCH 7/7] grep: use PCRE v2 for optimized fixed-string search

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

[PATCH 0/1] Make rebase.reschedulefailedexec less overzealous
 2019-06-28 13:44 UTC  (5+ messages)
` [PATCH 1/1] Let rebase.reschedulefailedexec only affect interactive rebases

[ANNOUNCE] Git Rev News edition 52
 2019-06-28 12:22 UTC 

[PATCH 0/1] Update git-clone doc: refer to long option
 2019-06-28 11:55 UTC  (4+ messages)
` [PATCH 1/1] docs: update git-clone doc: refer to long options

fprintf_ln() is slow
 2019-06-28 10:24 UTC  (13+ messages)

git p4 sync: "str expected, not %s"
 2019-06-28  9:57 UTC 

2.22.0 repack -a duplicating pack contents
 2019-06-28  7:21 UTC  (7+ messages)
        ` [PATCH] repack: disable bitmaps-by-default if .keep files exist

[PATCH] documentation: add tutorial for revision walking
 2019-06-28  0:48 UTC  (38+ 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

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

[PATCH v4 10/10] list-objects-filter-options: make parser void
 2019-06-27 22:27 UTC  (4+ messages)

[PATCH v4 06/10] list-objects-filter-options: make filter_spec a string_list
 2019-06-27 21:17 UTC  (3+ messages)

[PATCH v4 04/10] list-objects-filter: implement composite filters
 2019-06-27 21:12 UTC  (3+ messages)

[PATCH 0/2] Let's use the Win32 API more precisely
 2019-06-27 18:54 UTC  (5+ messages)
` [PATCH 1/2] mingw: get pw_name in UTF-8 format
` [PATCH 2/2] mingw: use Unicode functions explicitly

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

[PATCH] make slash-rules more readable
 2019-06-27 17:43 UTC  (5+ messages)

[PATCH 0/3] Wip/quieter sequencer status parsing
 2019-06-27 17:29 UTC  (7+ messages)
` [PATCH v2 0/3] Quieter "
  ` [PATCH v2 1/3] sequencer: always allow tab after command name
  ` [PATCH v2 2/3] sequencer: factor out todo command name parsing
  ` [PATCH v2 3/3] status: do not report errors in sequencer/todo

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

Travis not looking so good
 2019-06-27 16:46 UTC  (6+ messages)

[RFC PATCH 0/3] Add a JSON Schema for trace2 events
 2019-06-27 13:57 UTC  (6+ messages)
` [RFC PATCH 3/3] trace2: add a schema validator "

[PATCH v2 00/10] Add 'ls-files --debug-json' to dump the index in json
 2019-06-27 13:47 UTC  (9+ messages)
` [PATCH v2 05/10] split-index.c: dump "link" extension as json

[PATCH v3 4/5] rebase: fix garbled progress display with '-x'
 2019-06-27 13:42 UTC  (2+ messages)
` [PATCH v3.1 "

[PATCH] trace2: correct typo in technical documentation
 2019-06-27 10:49 UTC  (2+ messages)

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

[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

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] promisor-remote.h: fix an 'hdr-check' warning
 2019-06-26 23:10 UTC  (2+ messages)


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