git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-09-28 07:54:21 to 2021-09-29 14:18:58 UTC [more...]

Git in Outreachy?
 2021-09-29 14:18 UTC  (4+ messages)

[PATCH v2 0/2] blame: documentation update
 2021-09-29 12:49 UTC  (3+ messages)
` [PATCH v2 1/2] blame: Describe default output format
` [PATCH v2 2/2] blame: document --color-* options

Draft of Git Rev News edition 79
 2021-09-29 12:31 UTC  (2+ messages)

[PATCH] grep: demonstrate bug with textconv attributes and submodules
 2021-09-29 12:24 UTC  (5+ messages)
` [PATCH v2] "

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

git-blame: '--color-by-age' option not documented in manual page
 2021-09-29 11:52 UTC  (12+ messages)
` [PATCH] blame: document --color-* options

[PATCH v2 0/6] Fix various issues around removal of untracked files/directories
 2021-09-29  9:22 UTC  (4+ messages)
` [PATCH v3 00/11] "
  ` [PATCH v3 04/11] unpack-trees: introduce preserve_ignored to unpack_trees_options

[PATCH 00/10] fix bug, use existing enums
 2021-09-29  8:53 UTC  (18+ 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 v6 0/8] Implement a batched fsync option for core.fsyncObjectFiles
 2021-09-29  8:41 UTC  (14+ 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-29  8:12 UTC  (24+ 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/3] Use default values from settings instead of config
 2021-09-29  6:43 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] fsck: verify commit graph when implicitly enabled
  ` [PATCH v2 2/3] fsck: verify multi-pack-index when implictly enabled
  ` [PATCH v2 3/3] gc: perform incremental repack "

Commit is marked as new, despite on it already on branch
 2021-09-29  6:31 UTC  (2+ messages)

[PATCH 0/7] Add a new --remerge-diff capability to show & log
 2021-09-29  6:25 UTC  (19+ 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 v9 1/2] grep: refactor next_match() and match_one_pattern() for external use
 2021-09-29  5:34 UTC  (3+ messages)
` [PATCH v9 2/2] pretty: colorize pattern matches in commit messages

[PATCH v2 0/8] repack: introduce `--write-midx`
 2021-09-29  4:24 UTC  (12+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 1/9] midx: expose `write_midx_file_only()` publicly
  ` [PATCH v3 2/9] builtin/multi-pack-index.c: support `--stdin-packs` mode
  ` [PATCH v3 3/9] midx: preliminary support for `--refs-snapshot`
  ` [PATCH v3 4/9] builtin/repack.c: keep track of existing packs unconditionally
  ` [PATCH v3 5/9] builtin/repack.c: rename variables that deal with non-kept packs
  ` [PATCH v3 6/9] builtin/repack.c: extract showing progress to a variable
  ` [PATCH v3 7/9] builtin/repack.c: support writing a MIDX while repacking
  ` [PATCH v3 8/9] builtin/repack.c: make largest pack preferred
  ` [PATCH v3 9/9] builtin/repack.c: pass `--refs-snapshot` when writing bitmaps

[PATCH 0/3] Makefile: tighten pedantic flag
 2021-09-29  4:08 UTC  (13+ 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 v3 0/2] js/win-lazyload-buildfix
 2021-09-29  3:19 UTC  (10+ 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 v5 0/3] js/win-lazyload-buildfix
    ` [PATCH v5 1/3] lazyload.h: fix warnings about mismatching function pointer types
    ` [PATCH v5 2/3] lazyload.h: use an even more generic function pointer than FARPROC
    ` [PATCH v5 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] avoid insecure use of mail in man page example
 2021-09-29  0:26 UTC  (4+ messages)

[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  (14+ messages)
` [PATCH v2 "
  ` [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  (8+ messages)
` [PATCH 5/5] cbtree.h: define cb_init() in terms of CBTREE_INIT

[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 v3] Makefile: add a non-.PHONY "sparse-incr" target
 2021-09-28 19:45 UTC  (4+ messages)
` [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] 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  (3+ messages)
` [PATCH v4] "

Issues with newest version of openssh 8.8p1-1
 2021-09-28  7:54 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).