git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-09-28 15:11:00 to 2021-09-30 12:24:39 UTC [more...]

[PATCH v3 08/19] reftable: reading/writing blocks
 2021-09-30 12:23 UTC  (2+ messages)
` [PATCH] squash! "

[PATCH] receive-pack: allow a maximum input object size specified
 2021-09-30 12:10 UTC 

[PATCH 0/9] No more adding submodule ODB as alternate
 2021-09-30 11:13 UTC  (24+ 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 v3 0/7] No more "
  ` [PATCH v3 1/7] refs: plumb repo into ref stores
    ` [PATCH] fixup! "
  ` [PATCH v3 2/7] refs: teach arbitrary repo support to iterators
  ` [PATCH v3 3/7] refs: peeling non-the_repository iterators is BUG
  ` [PATCH v3 4/7] merge-{ort,recursive}: remove add_submodule_odb()
  ` [PATCH v3 5/7] object-file: only register submodule ODB if needed
  ` [PATCH v3 6/7] submodule: pass repo to check_has_commit()
  ` [PATCH v3 7/7] submodule: trace adding submodule ODB as alternate

Draft of Git Rev News edition 79
 2021-09-30 10:56 UTC  (5+ messages)

Bug/regression report - 'git stash push -u' fatal errors when sub-repo present
 2021-09-30 10:06 UTC  (2+ messages)

[PATCH 0/5] Designated initializer cleanup & conversion
 2021-09-30 10:01 UTC  (11+ messages)
` [PATCH 5/5] cbtree.h: define cb_init() in terms of CBTREE_INIT

What's cooking in git.git (Sep 2021, #08; Mon, 27)
 2021-09-30  8:16 UTC  (24+ messages)
` hn/reftable (Re: What's cooking in git.git (Sep 2021, #08; Mon, 27))

[PATCH 0/7] Add a new --remerge-diff capability to show & log
 2021-09-30  8:09 UTC  (27+ 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

Feature Request: `git commit --amend-to`
 2021-09-30  8:05 UTC  (6+ messages)

Question about git merge -s ort command‏‏
 2021-09-30  6:57 UTC  (3+ messages)

[PATCH v2 00/19] Adds reftable library code from https://github.com/hanwen/reftable
 2021-09-30  5:40 UTC  (14+ messages)
` [PATCH v3 "
  ` [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 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
  ` hn/reftable "fixes"
    ` [PATCH 1/4] fixup! reftable: add a heap-based priority queue for reftable records
    ` [PATCH 2/4] fixup! reftable: implement stack, a mutable database of reftable files
    ` [PATCH 3/4] config.mak.uname: last release and snapshots of Minix still use zlib 1.2.3
    ` [PATCH 4/4] reftable: avoid non portable compile time pointer to function

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

[PATCH v4 0/3] send-email: shell completion improvements
 2021-09-30  3:10 UTC  (14+ messages)
` [PATCH v5 "
` [PATCH v5 3/3] send-email docs: add format-patch options

Issues with newest version of openssh 8.8p1-1
 2021-09-29 22:58 UTC  (3+ messages)

[PATCH 0/3] Use default values from settings instead of config
 2021-09-29 22:56 UTC  (12+ 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 "

Git in Outreachy?
 2021-09-29 20:30 UTC  (6+ messages)

[PATCH v7 00/17] fsck: lib-ify object-file.c & better fsck "invalid object" error reporting
 2021-09-29 19:50 UTC  (3+ messages)
` [PATCH v8 "

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

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

[PATCH] config.c: remove unused git_config_key_is_valid()
 2021-09-29 18:25 UTC  (3+ messages)

[PATCH 00/10] fix bug, use existing enums
 2021-09-29 17:28 UTC  (18+ messages)
` [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 07/10] commit-graph: stop using optname()
` [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 16:40 UTC  (15+ 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

[PATCH v3 2/3] win32: allow building with pedantic mode enabled
 2021-09-29 15:55 UTC  (8+ 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

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

[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  (11+ 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] 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/5] refs: remove long-dead code
 2021-09-28 22:12 UTC  (3+ messages)

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

[PATCH] reset: behave correctly with sparse-checkout
 2021-09-28 20:20 UTC  (2+ 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}


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