git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-28 00:29:43 to 2021-09-29 01:55:05 UTC [more...]

[PATCH v2 0/8] repack: introduce `--write-midx`
 2021-09-29  1:55 UTC  (3+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 1/9] midx: expose `write_midx_file_only()` publicly

[PATCH v9 1/2] grep: refactor next_match() and match_one_pattern() for external use
 2021-09-29  1:19 UTC  (2+ messages)
` [PATCH v9 2/2] pretty: colorize pattern matches in commit messages

[PATCH v3 0/2] js/win-lazyload-buildfix
 2021-09-29  1:14 UTC  (6+ messages)
` [PATCH v4 0/3] js/win-lazyload-buildfix
  ` [PATCH v4 1/3] lazyload.h: fix warnings about mismatching function pointer types
  ` [PATCH v4 2/3] lazyload.h: use an even more generic function pointer than FARPROC
  ` [PATCH v4 3/3] Makefile: restrict -Wpedantic and -Wno-pedantic-ms-format better

[PATCH v3 2/3] win32: allow building with pedantic mode enabled
 2021-09-29  1:00 UTC  (7+ messages)

[PATCH 00/10] fix bug, use existing enums
 2021-09-29  0:50 UTC  (16+ messages)
` [PATCH 01/10] parse-options.h: move PARSE_OPT_SHELL_EVAL between enums
` [PATCH 02/10] parse-options.[ch]: consistently use "enum parse_opt_flags"
` [PATCH 03/10] parse-options.[ch]: consistently use "enum parse_opt_result"
` [PATCH 04/10] parse-options.c: use exhaustive "case" arms for "enum parse_opt_type"
` [PATCH 05/10] parse-options.h: make the "flags" in "struct option" an enum
` [PATCH 06/10] parse-options.c: move optname() earlier in the file
` [PATCH 07/10] commit-graph: stop using optname()
` [PATCH 08/10] parse-options.[ch]: make opt{bug,name}() "static"
` [PATCH 09/10] parse-options tests: test optname() output
` [PATCH 10/10] parse-options: change OPT_{SHORT,UNSET} to an enum

[PATCH] avoid insecure use of mail in man page example
 2021-09-29  0:26 UTC  (4+ messages)

[PATCH v6 0/8] Implement a batched fsync option for core.fsyncObjectFiles
 2021-09-29  0:10 UTC  (13+ messages)
` [PATCH v7 0/9] "
  ` [PATCH v7 1/9] object-file.c: do not rename in a temp odb
  ` [PATCH v7 2/9] tmp-objdir: new API for creating temporary writable databases
  ` [PATCH v7 3/9] bulk-checkin: rename 'state' variable and separate 'plugged' boolean
  ` [PATCH v7 4/9] core.fsyncobjectfiles: batched disk flushes
  ` [PATCH v7 5/9] core.fsyncobjectfiles: add windows support for batch mode
  ` [PATCH v7 6/9] update-index: use the bulk-checkin infrastructure
  ` [PATCH v7 7/9] unpack-objects: "
  ` [PATCH v7 8/9] core.fsyncobjectfiles: tests for batch mode
  ` [PATCH v7 9/9] core.fsyncobjectfiles: performance tests for add and stash

What's cooking in git.git (Sep 2021, #08; Mon, 27)
 2021-09-28 23:53 UTC  (22+ messages)
` da/difftool (was: Re: What's cooking in git.git (Sep 2021, #08; Mon, 27))
` ns/batched-fsync & en/remerge-diff (was "
` sg/test-split-index-fix "
` hn/reftable (Re: "

[PATCH 0/7] Add a new --remerge-diff capability to show & log
 2021-09-28 23:49 UTC  (13+ messages)
` [PATCH 2/7] merge-ort: add ability to record conflict messages in a file
` [PATCH 3/7] ll-merge: add API for capturing warnings in a strbuf instead of stderr
` [PATCH 4/7] merge-ort: capture and print ll-merge warnings in our preferred fashion
` [PATCH 5/7] tmp-objdir: new API for creating and removing primary object dirs
` [PATCH 6/7] show, log: provide a --remerge-diff capability

[PATCH 0/3] Makefile: tighten pedantic flag
 2021-09-28 23:39 UTC  (12+ messages)
` [PATCH 1/3] Makefile: restrict -Wpedantic and -Wno-pedantic-ms-format better
` [PATCH 2/3] Makefile: avoid multiple -Wall in CFLAGS
` [PATCH 3/3] config.mak.dev: simplify compiler check for multiple compilers

[PATCH] doc: fix capitalization in porcelain v2 section
 2021-09-28 23:28 UTC  (4+ messages)

[PATCH 0/9] No more adding submodule ODB as alternate
 2021-09-28 22:49 UTC  (16+ messages)
` [PATCH 5/9] merge-{ort,recursive}: remove add_submodule_odb()
` [PATCH v2 0/9] No more adding submodule ODB as alternate
  ` [PATCH v2 1/9] refs: plumb repo param in begin-iterator functions
  ` [PATCH v2 2/9] refs: teach arbitrary repo support to iterators
  ` [PATCH v2 3/9] refs: peeling non-the_repository iterators is BUG
  ` [PATCH v2 4/9] refs: teach refs_for_each_ref() arbitrary repos
  ` [PATCH v2 5/9] merge-{ort,recursive}: remove add_submodule_odb()
  ` [PATCH v2 6/9] object-file: only register submodule ODB if needed
  ` [PATCH v2 7/9] submodule: pass repo to check_has_commit()
  ` [PATCH v2 8/9] refs: change refs_for_each_ref_in() to take repo
  ` [PATCH v2 9/9] submodule: trace adding submodule ODB as alternate

[PATCH 0/5] refs: remove long-dead code
 2021-09-28 22:12 UTC  (8+ messages)
` [PATCH 1/5] refs.[ch]: remove unused ref_storage_backend_exists()
` [PATCH 2/5] refs/ref-cache.[ch]: remove unused remove_entry_from_dir()
` [PATCH 3/5] refs/ref-cache.[ch]: remove unused add_ref_entry()
` [PATCH 4/5] refs/ref-cache.c: remove "mkdir" parameter from find_containing_dir()
` [PATCH 5/5] refs/ref-cache.[ch]: remove "incomplete" from create_dir_entry()

[PATCH] string-list.[ch]: remove string_list_init() compatibility function
 2021-09-28 21:43 UTC  (3+ messages)

[PATCH 0/5] Designated initializer cleanup & conversion
 2021-09-28 20:50 UTC  (15+ messages)
` [PATCH 5/5] cbtree.h: define cb_init() in terms of CBTREE_INIT
` [PATCH v2 0/5] Designated initializer cleanup & conversion
  ` [PATCH v2 2/5] *.[ch] *_INIT macros: use { 0 } for a "zero out" idiom

[PATCH] reset: behave correctly with sparse-checkout
 2021-09-28 20:20 UTC  (2+ messages)

Feature Request: `git commit --amend-to`
 2021-09-28 19:54 UTC  (4+ messages)

[PATCH v2] Makefile: make the "sparse" target non-.PHONY
 2021-09-28 19:45 UTC  (5+ messages)
` [PATCH v3] Makefile: add a non-.PHONY "sparse-incr" target
  ` [PATCH v4] "

ANSI sequences produced on non-ANSI terminal
 2021-09-28 19:28 UTC  (12+ messages)
` [PATCH] config: add an includeIf.env{Exists,Bool,Is,Match}

[PATCH v2 00/19] Adds reftable library code from https://github.com/hanwen/reftable
 2021-09-28 18:17 UTC  (22+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/19] hash.h: provide constants for the hash IDs
  ` [PATCH v3 02/19] reftable: RFC: add LICENSE
  ` [PATCH v3 03/19] reftable: add error related functionality
  ` [PATCH v3 04/19] reftable: utility functions
  ` [PATCH v3 05/19] reftable: add blocksource, an abstraction for random access reads
  ` [PATCH v3 06/19] reftable: (de)serialization for the polymorphic record type
  ` [PATCH v3 07/19] Provide zlib's uncompress2 from compat/zlib-compat.c
  ` [PATCH v3 08/19] reftable: reading/writing blocks
  ` [PATCH v3 09/19] reftable: a generic binary tree implementation
  ` [PATCH v3 10/19] reftable: write reftable files
  ` [PATCH v3 11/19] reftable: generic interface to tables
  ` [PATCH v3 12/19] reftable: read reftable files
  ` [PATCH v3 13/19] reftable: reftable file level tests
  ` [PATCH v3 14/19] reftable: add a heap-based priority queue for reftable records
  ` [PATCH v3 15/19] reftable: add merged table view
  ` [PATCH v3 16/19] reftable: implement refname validation
  ` [PATCH v3 17/19] reftable: implement stack, a mutable database of reftable files
  ` [PATCH v3 18/19] reftable: add dump utility
  ` [PATCH v3 19/19] Add "test-tool dump-reftable" command

[PATCH] config.c: remove unused git_config_key_is_valid()
 2021-09-28 18:03 UTC  (2+ messages)

[PATCH] grep: demonstrate bug with textconv attributes and submodules
 2021-09-28 17:18 UTC  (4+ messages)

git-blame: '--color-by-age' option not documented in manual page
 2021-09-28 16:22 UTC  (6+ messages)
` [PATCH] blame: document --color-* options

Commit is marked as new, despite on it already on branch
 2021-09-28 13:36 UTC 

Draft of Git Rev News edition 79
 2021-09-28 12:36 UTC 

[PATCH] bisect--helper: add space between colon and following sentence
 2021-09-28 10:53 UTC 

[PATCH 0/5] rebase -i: a couple of small improvements
 2021-09-28 10:20 UTC  (5+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 2/2] rebase: fix todo-list rereading

[PATCH v3] submodule: absorb git dir instead of dying on deinit
 2021-09-28  9:53 UTC  (4+ messages)
` [PATCH v4] "

Issues with newest version of openssh 8.8p1-1
 2021-09-28  7:54 UTC  (4+ messages)

[PATCH v3 00/15] [RFC] Upstreaming the Scalar command
 2021-09-28  7:27 UTC  (10+ messages)
` [PATCH v4 00/15] "
  ` [PATCH v4 04/15] scalar: 'register' sets recommended config and starts maintenance
  ` [PATCH v4 11/15] scalar: allow reconfiguring an existing enlistment
  ` [PATCH v4 13/15] scalar: implement the `delete` command

[PATCH 00/15] [RFC] Upstreaming the Scalar command
 2021-09-28  5:19 UTC  (3+ messages)
` [PATCH 08/15] scalar: implement the `clone` subcommand

[INFO] Does Git GUI support Dark Mode on Windows 10 ?
 2021-09-28  3:21 UTC  (6+ messages)

[PATCH] Don't ignore transport_disconnect error codes in fetch and clone
 2021-09-28  2:56 UTC  (2+ messages)

[PATCH v7 00/17] fsck: lib-ify object-file.c & better fsck "invalid object" error reporting
 2021-09-28  2:18 UTC  (19+ messages)
` [PATCH v8 "
  ` [PATCH v8 01/17] fsck tests: add test for fsck-ing an unknown type
  ` [PATCH v8 02/17] fsck tests: refactor one test to use a sub-repo
  ` [PATCH v8 03/17] fsck tests: test current hash/type mismatch behavior
  ` [PATCH v8 04/17] fsck tests: test for garbage appended to a loose object
  ` [PATCH v8 05/17] cat-file tests: move bogus_* variable declarations earlier
  ` [PATCH v8 06/17] cat-file tests: test for missing/bogus object with -t, -s and -p
  ` [PATCH v8 07/17] cat-file tests: add corrupt loose object test
  ` [PATCH v8 08/17] cat-file tests: test for current --allow-unknown-type behavior
  ` [PATCH v8 09/17] object-file.c: don't set "typep" when returning non-zero
  ` [PATCH v8 10/17] object-file.c: return -1, not "status" from unpack_loose_header()
  ` [PATCH v8 11/17] object-file.c: make parse_loose_header_extended() public
  ` [PATCH v8 12/17] object-file.c: simplify unpack_loose_short_header()
  ` [PATCH v8 13/17] object-file.c: use "enum" return type for unpack_loose_header()
  ` [PATCH v8 14/17] object-file.c: return ULHR_TOO_LONG on "header too long"
  ` [PATCH v8 15/17] object-file.c: stop dying in parse_loose_header()
  ` [PATCH v8 16/17] fsck: don't hard die on invalid object types
  ` [PATCH v8 17/17] fsck: report invalid object type-path combinations


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 NNTP newsgroup(s).