git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-09-28 23:23:13 to 2021-09-30 20:35:44 UTC [more...]

[PATCH v3 00/19] Adds reftable library code from https://github.com/hanwen/reftable
 2021-09-30 20:35 UTC  (7+ messages)
` 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 0/7] Add a new --remerge-diff capability to show & log
 2021-09-30 20:19 UTC  (33+ 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/7] Sparse Index: integrate with reset
 2021-09-30 20:11 UTC  (11+ messages)
` [PATCH 1/7] reset: behave correctly with sparse-checkout
` [PATCH 2/7] sparse-index: update command for expand/collapse test
` [PATCH 3/7] reset: expand test coverage for sparse checkouts
` [PATCH 4/7] reset: integrate with sparse index
` [PATCH 5/7] reset: make sparse-aware (except --mixed)
` [PATCH 6/7] reset: make --mixed sparse-aware
` [PATCH 7/7] unpack-trees: improve performance of next_cache_entry

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

[PATCH 0/3] Use default values from settings instead of config
 2021-09-30 18:39 UTC  (15+ 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 "

Should help.autocorrect be on by default?
 2021-09-30 17:15 UTC 

[PATCH v5 0/3] difftool dir-diff symlink bug fix and cleanup patches
 2021-09-30 17:05 UTC  (7+ messages)
` [PATCH v5 1/3] difftool: fix symlink-file writing in dir-diff mode
` [PATCH v5 2/3] difftool: create a tmpdir path without repeated slashes

[PATCH v6 1/5] difftool: create a tmpdir path without repeated slashes
 2021-09-30 17:01 UTC  (5+ messages)
` [PATCH v6 2/5] difftool: add a missing space to the run_dir_diff() comments
` [PATCH v6 3/5] difftool: avoid returning -1 to cmd_main() from run_dir_diff()
` [PATCH v6 4/5] difftool: refactor dir-diff to write files using a helper function
` [PATCH v6 5/5] difftool: remove an unnecessary call to strbuf_release()

[PATCH] receive-pack: allow a maximum input object size specified
 2021-09-30 16:49 UTC  (4+ messages)
` [PATCH v2] receive-pack: not receive pack file with large object

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

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

Feature Request: `git commit --amend-to`
 2021-09-30 13:56 UTC  (7+ messages)

[ANNOUNCE] Git Rev News edition 79
 2021-09-30 13:12 UTC 

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

[PATCH 0/9] No more adding submodule ODB as alternate
 2021-09-30 11:13 UTC  (10+ messages)
` [PATCH v3 0/7] "
  ` [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)

[PATCH 0/5] Designated initializer cleanup & conversion
 2021-09-30 10:01 UTC  (5+ 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  (17+ messages)
` hn/reftable (Re: What's cooking in git.git (Sep 2021, #08; Mon, 27))

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

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

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

[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  (2+ 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 v2 2/9] refs: teach arbitrary repo support to iterators
 2021-09-29 17:04 UTC  (2+ messages)

[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  (4+ messages)

[PATCH] grep: demonstrate bug with textconv attributes and submodules
 2021-09-29 12:24 UTC  (2+ 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  (8+ messages)
` [PATCH 1/3] Makefile: restrict -Wpedantic and -Wno-pedantic-ms-format better
` [PATCH 2/3] Makefile: avoid multiple -Wall in CFLAGS

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


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