git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-09-30 08:16:42 to 2021-10-01 15:49:20 UTC [more...]

[PATCH v3 00/19] Adds reftable library code from https://github.com/hanwen/reftable
 2021-10-01 15:37 UTC  (5+ messages)
` hn/reftable "fixes"
  ` [PATCH 2/4] fixup! reftable: implement stack, a mutable database of reftable files
    ` C++(C99)-style comments in git.git

What's cooking in git.git (Sep 2021, #09; Thu, 30)
 2021-10-01 15:07 UTC  (14+ messages)
` en/removing-untracked-fixes [Was: Re: What's cooking in git.git (Sep 2021, #09; Thu, 30)]
` en/remerge-diff "
` ab/fsck-unexpected-type
` ab/parse-options-cleanup
` ab/sanitize-leak-ci & more leak fixes soon-or-not
` ab/refs-errno-cleanup
` ab/align-parse-options-help & ab/help-config-vars
` ab/lib-subtest
` ab/config-based-hooks-1

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

Bug/regression report - 'git stash push -u' fatal errors when sub-repo present
 2021-10-01 14:25 UTC  (4+ messages)

[PATCH RESEND] bisect--helper: add space between colon and following sentence
 2021-10-01 11:47 UTC 

[PATCH v3 0/2] blame: documentation update
 2021-10-01 11:37 UTC  (3+ messages)
` [PATCH v3 1/2] blame: Describe default output format
` [PATCH v3 2/2] blame: document --color-* options

[PATCH 0/4] *.h: remove dead function declarations
 2021-10-01 10:37 UTC  (5+ messages)
` [PATCH 1/4] builtin.h: remove cmd_tar_tree() declaration
` [PATCH 2/4] grep.h: remove unused grep_threads_ok() declaration
` [PATCH 3/4] log-tree.h: remove unused function declarations
` [PATCH 4/4] config.h: remove unused git_config_get_untracked_cache() declaration

[PATCH v2 0/5] Non-trivial designated initializer conversion
 2021-10-01 10:27 UTC  (8+ messages)
` [PATCH v3 0/6] "
  ` [PATCH v3 1/6] daemon.c: refactor hostinfo_init() to HOSTINFO_INIT macro
  ` [PATCH v3 2/6] builtin/blame.c: refactor commit_info_init() to COMMIT_INFO_INIT macro
  ` [PATCH v3 3/6] urlmatch.[ch]: add and use URLMATCH_CONFIG_INIT
  ` [PATCH v3 4/6] builtin/remote.c: add and use a REF_STATES_INIT
  ` [PATCH v3 5/6] builtin/remote.c: add and use SHOW_INFO_INIT
  ` [PATCH v3 6/6] unpack-trees.[ch]: define and use a UNPACK_TREES_OPTIONS_INIT

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

[PATCH 00/11] rebase: reset_head() related fixes and improvements
 2021-10-01 10:05 UTC  (12+ messages)
` [PATCH 01/11] rebase: factor out checkout for up to date branch
` [PATCH 02/11] reset_head(): fix checkout
` [PATCH 03/11] reset_head(): don't run checkout hook if there is an error
` [PATCH 04/11] reset_head(): remove action parameter
` [PATCH 05/11] reset_head(): factor out ref updates
` [PATCH 06/11] reset_head(): make default_reflog_action optional
` [PATCH 07/11] rebase: cleanup reset_head() calls
` [PATCH 08/11] reset_head(): take struct rebase_head_opts
` [PATCH 09/11] rebase --apply: fix reflog
` [PATCH 10/11] rebase --apply: set ORIG_HEAD correctly
` [PATCH 11/11] rebase -m: don't fork git checkout

[PATCH 0/9] mergesort: improve tests and performance
 2021-10-01  9:22 UTC  (10+ messages)
` [PATCH 1/9] test-mergesort: use strbuf_getline()
` [PATCH 2/9] test-mergesort: add sort subcommand
` [PATCH 3/9] test-mergesort: add test subcommand
` [PATCH 4/9] test-mergesort: add generate subcommand
` [PATCH 5/9] test-mergesort: add unriffle mode
` [PATCH 6/9] test-mergesort: add unriffle_skewed mode
` [PATCH 7/9] p0071: measure sorting of already sorted and reversed files
` [PATCH 8/9] p0071: test performance of llist_mergesort()
` [PATCH 9/9] mergesort: use ranks stack

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

Question about git merge -s ort command‏‏
 2021-10-01  8:04 UTC  (4+ messages)

[PATCH 0/7] Add a new --remerge-diff capability to show & log
 2021-10-01  8:03 UTC  (38+ messages)
` [PATCH 2/7] merge-ort: add ability to record conflict messages in a file
` [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

What's cooking in git.git (Sep 2021, #08; Mon, 27)
 2021-10-01  7:50 UTC  (8+ messages)

[PATCH] receive-pack: allow a maximum input object size specified
 2021-10-01  6:55 UTC  (9+ messages)
` [PATCH v2] receive-pack: not receive pack file with large object

[PATCH v7 0/4] difftool: dir-diff improvements and refactoring
 2021-10-01  1:37 UTC  (5+ messages)
` [PATCH v7 1/4] difftool: create a tmpdir path without repeated slashes
` [PATCH v7 2/4] difftool: refactor dir-diff to write files using helper functions
` [PATCH v7 3/4] difftool: remove an unnecessary call to strbuf_release()
` [PATCH v7 4/4] difftool: add a missing space to the run_dir_diff() comments

[PATCH v6 1/5] difftool: create a tmpdir path without repeated slashes
 2021-10-01  0:12 UTC  (11+ 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()

Should help.autocorrect be on by default?
 2021-09-30 23:16 UTC  (2+ messages)

[PATCH 0/3] Use default values from settings instead of config
 2021-09-30 18:39 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] fsck: verify commit graph when implicitly enabled

[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

Feature Request: `git commit --amend-to`
 2021-09-30 13:56 UTC  (6+ 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 v3 1/7] refs: plumb repo into ref stores
 2021-09-30 11:13 UTC  (2+ messages)
` [PATCH] fixup! "

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


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