messages from 2019-06-26 00:04:00 to 2019-06-28 09:41:56 UTC [more...]
Git Test Coverage Report (Thurs. June 27)
2019-06-28 9:41 UTC (9+ 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 0/6] Kill the_repository in tree-walk.c
2019-06-28 9:35 UTC (22+ messages)
` [PATCH 1/6] sha1-file.c: remove the_repo from read_object_with_reference()
` [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 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 7:23 UTC (32+ 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 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
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
What's cooking in git.git (Jun 2019, #06; Wed, 26)
2019-06-28 6:24 UTC (6+ messages)
[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 v2 0/9] Filter combination
2019-06-27 22:54 UTC (12+ 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 v4 10/10] list-objects-filter-options: make parser void
2019-06-27 22:27 UTC (4+ messages)
fprintf_ln() is slow
2019-06-27 21:55 UTC (11+ 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/1] Update git-clone doc: refer to long option
2019-06-27 20:10 UTC (3+ messages)
` [PATCH 1/1] docs: update git-clone doc: refer to long options
[GSoC][PATCH v7 00/10] clone: dir-iterator refactoring with tests
2019-06-27 19:33 UTC (8+ messages)
` [GSoC][PATCH v7 06/10] dir-iterator: add flags parameter to dir_iterator_begin
[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/1] Make rebase.reschedulefailedexec less overzealous
2019-06-27 18:32 UTC (3+ messages)
` [PATCH 1/1] Let rebase.reschedulefailedexec only affect interactive rebases
[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 (10+ messages)
` [PATCH 3/3] status: do not report errors in sequencer/todo
` [PATCH v2 0/3] Quieter sequencer status parsing
` [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 (18+ 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
[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 (3+ 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)
[PATCH] env--helper: mark a file-local symbol as static
2019-06-26 22:12 UTC
[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
[2.22.0] difftool no longer passes through to git diff if diff.tool is unset
2019-06-26 18:08 UTC (3+ 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 (2+ messages)
[PATCH] doc: fix form -> from typo
2019-06-26 8:22 UTC (3+ messages)
Draft of Git Rev News edition 52
2019-06-26 7:07 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).